com.ptc.epm.commands.transaction
Class DeleteOp

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

public class DeleteOp
extends Object
implements TransactionOp

See Also:
Serialized Form

Field Summary
private  int numberObjects
           
private  Persistable[] objects
           
 
Constructor Summary
DeleteOp()
           
 
Method Summary
 void delete(Persistable object)
           
 Object execute(DataExchange exchange)
           
 void publishResults(Object deletedCopies, ResultsMapping results)
           
 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

objects

private Persistable[] objects

numberObjects

private int numberObjects
Constructor Detail

DeleteOp

public DeleteOp()
Method Detail

delete

public void delete(Persistable object)

execute

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

publishResults

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

toString

public String toString()

updateInput

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