com.ptc.epm.commands.transaction
Class CheckInOp

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

public class CheckInOp
extends Object
implements TransactionOp

See Also:
Serialized Form

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

notes

private String[] notes

numberObjects

private int numberObjects
Constructor Detail

CheckInOp

public CheckInOp()
Method Detail

checkin

public void checkin(Workable object,
                    String note)

execute

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

publishResults

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

toString

public String toString()

updateInput

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