com.ptc.epm.commands.transaction
Class MoveOp
java.lang.Object
com.ptc.epm.commands.transaction.MoveOp
- All Implemented Interfaces:
- Serializable, TransactionOp
- public class MoveOp
- extends Object
- implements TransactionOp
- See Also:
- Serialized Form
newFolders
private Folder[] newFolders
objects
private Foldered[] objects
numberObjects
private int numberObjects
MoveOp
public MoveOp()
move
public void move(Foldered _object,
Folder _newFolder)
execute
public Object execute(DataExchange exchange)
throws WTException
- Specified by:
execute
in interface TransactionOp
- Throws:
WTException
publishResults
public void publishResults(Object movedCopies,
ResultsMapping results)
- Specified by:
publishResults
in interface TransactionOp
toString
public String toString()
updateInput
public void updateInput(ObjectUpdateTable table)
- Specified by:
updateInput
in interface TransactionOp