com.ptc.epm.commands.transaction
Class DescribeLinkOp

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

public class DescribeLinkOp
extends Object
implements TransactionOp

See Also:
Serialized Form

Field Summary
 EPMDocument epmDoc
           
private  WTPart wtPart
           
 ECADDescribeBy xLink
           
 
Constructor Summary
DescribeLinkOp()
           
DescribeLinkOp(EPMDocument epmDoc, ECADDescribeBy xLink)
           
 
Method Summary
 Object execute(DataExchange exchange)
           
 void publishResults(Object object, 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

epmDoc

public EPMDocument epmDoc

xLink

public ECADDescribeBy xLink

wtPart

private WTPart wtPart
Constructor Detail

DescribeLinkOp

public DescribeLinkOp()

DescribeLinkOp

public DescribeLinkOp(EPMDocument epmDoc,
                      ECADDescribeBy xLink)
Method Detail

execute

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

publishResults

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

toString

public String toString()

updateInput

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