com.ptc.epm.commands.transaction
Class RemoveContentOp
java.lang.Object
com.ptc.epm.commands.transaction.RemoveContentOp
- All Implemented Interfaces:
- Serializable, TransactionOp
- public class RemoveContentOp
- extends Object
- implements TransactionOp
- See Also:
- Serialized Form
holder
private ContentHolder holder
items
private ContentItem[] items
numberItems
private int numberItems
RemoveContentOp
public RemoveContentOp()
RemoveContentOp
public RemoveContentOp(ContentHolder holder)
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