com.ptc.epm.commands.transaction
Class ContentReplicationOp

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

public class ContentReplicationOp
extends Object
implements TransactionOp

See Also:
Serialized Form

Field Summary
private  ApplicationData applData
           
private  CachedContentDescriptor[] cachedDescriptors
           
private  ContentHolder contentHolder
           
 
Constructor Summary
ContentReplicationOp()
           
ContentReplicationOp(ContentHolder holder, ApplicationData appData, CachedContentDescriptor[] descriptors)
           
 
Method Summary
 Object execute(DataExchange exchange)
           
 void publishResults(Object contentHolder, 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

contentHolder

private ContentHolder contentHolder

applData

private ApplicationData applData

cachedDescriptors

private CachedContentDescriptor[] cachedDescriptors
Constructor Detail

ContentReplicationOp

public ContentReplicationOp()

ContentReplicationOp

public ContentReplicationOp(ContentHolder holder,
                            ApplicationData appData,
                            CachedContentDescriptor[] descriptors)
Method Detail

execute

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

publishResults

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

toString

public String toString()

updateInput

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