com.ptc.epm.commands.transaction
Class UndoCheckOutOp
java.lang.Object
com.ptc.epm.commands.transaction.UndoCheckOutOp
- All Implemented Interfaces:
- Serializable, TransactionOp
- public class UndoCheckOutOp
- extends Object
- implements TransactionOp
- See Also:
- Serialized Form
objects
private Workable[] objects
numberObjects
private int numberObjects
UndoCheckOutOp
public UndoCheckOutOp()
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