com.ptc.epm.commands.transaction
Class UndoCheckOutOp

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

public class UndoCheckOutOp
extends Object
implements TransactionOp

See Also:
Serialized Form

Field Summary
private  int numberObjects
           
private  Workable[] objects
           
 
Constructor Summary
UndoCheckOutOp()
           
 
Method Summary
 Object execute(DataExchange exchange)
           
 void publishResults(Object unCheckedOutCopies, ResultsMapping results)
           
 String toString()
           
 void undoCheckout(Workable object)
           
 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 Workable[] objects

numberObjects

private int numberObjects
Constructor Detail

UndoCheckOutOp

public UndoCheckOutOp()
Method Detail

undoCheckout

public void undoCheckout(Workable object)

execute

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

publishResults

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

toString

public String toString()

updateInput

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