com.ptc.epm.commands.transaction
Class RemoveContentOp

java.lang.Object
  extended bycom.ptc.epm.commands.transaction.RemoveContentOp
All Implemented Interfaces:
Serializable, TransactionOp

public class RemoveContentOp
extends Object
implements TransactionOp

See Also:
Serialized Form

Field Summary
private  ContentHolder holder
           
private  ContentItem[] items
           
private  int numberItems
           
 
Constructor Summary
RemoveContentOp()
           
RemoveContentOp(ContentHolder holder)
           
 
Method Summary
 Object execute(DataExchange exchange)
           
 ContentHolder getContentHolder()
           
 void publishResults(Object none, ResultsMapping results)
           
 void removeContent(ContentItem item)
           
 String toString()
           
 void updateInput(ObjectUpdateTable table)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

holder

private ContentHolder holder

items

private ContentItem[] items

numberItems

private int numberItems
Constructor Detail

RemoveContentOp

public RemoveContentOp()

RemoveContentOp

public RemoveContentOp(ContentHolder holder)
Method Detail

removeContent

public void removeContent(ContentItem item)

getContentHolder

public ContentHolder getContentHolder()

execute

public Object execute(DataExchange exchange)
               throws WTException
Specified by:
execute in interface TransactionOp
Throws:
WTException

publishResults

public void publishResults(Object none,
                           ResultsMapping results)
Specified by:
publishResults in interface TransactionOp

toString

public String toString()

updateInput

public void updateInput(ObjectUpdateTable table)
Specified by:
updateInput in interface TransactionOp