com.ptc.epm.commands.transaction
Class CheckOutOp
java.lang.Object
com.ptc.epm.commands.transaction.CheckOutOp
- All Implemented Interfaces:
- Serializable, TransactionOp
- public class CheckOutOp
- extends Object
- implements TransactionOp
- See Also:
- Serialized Form
checkoutFolder
private Folder checkoutFolder
objects
private Workable[] objects
notes
private String[] notes
numberObjects
private int numberObjects
CheckOutOp
public CheckOutOp()
CheckOutOp
public CheckOutOp(Folder checkoutFolder)
checkout
public void checkout(Workable object,
String note)
getCheckoutFolder
public Folder getCheckoutFolder()
execute
public Object execute(DataExchange exchange)
throws WTException
- Specified by:
execute
in interface TransactionOp
- Throws:
WTException
publishResults
public void publishResults(Object checkedOutCopies,
ResultsMapping results)
- Specified by:
publishResults
in interface TransactionOp
toString
public String toString()
updateInput
public void updateInput(ObjectUpdateTable table)
- Specified by:
updateInput
in interface TransactionOp