com.ptc.epm.commands.transaction
Class SaveOp
java.lang.Object
com.ptc.epm.commands.transaction.SaveOp
- All Implemented Interfaces:
- Serializable, TransactionOp
- public class SaveOp
- extends Object
- implements TransactionOp
- See Also:
- Serialized Form
objects
private Persistable[] objects
numberObjects
private int numberObjects
targetRevisionOnCreate
private HashMap targetRevisionOnCreate
usedWIPHelpers
private ArrayList usedWIPHelpers
SaveOp
public SaveOp()
save
public void save(Persistable object)
execute
public Object execute(DataExchange exchange)
throws WTException
- Specified by:
execute
in interface TransactionOp
- Throws:
WTException
publishResults
public void publishResults(Object savedCopies,
ResultsMapping results)
- Specified by:
publishResults
in interface TransactionOp
getUsedWIPHelpersForCleanup
public ArrayList getUsedWIPHelpersForCleanup()
addTargetRevision
public void addTargetRevision(EPMDocument d,
String targetRevision)
getTargetRevision
public String getTargetRevision(EPMDocument d)
toString
public String toString()
updateInput
public void updateInput(ObjectUpdateTable table)
- Specified by:
updateInput
in interface TransactionOp