Package com.day.cq.replication
Interface ReplicationTransaction
- 
public interface ReplicationTransactionReplicationTransactionprovides the action, the content and the replication log for a replication transaction (i.e. 1 transportation attempt) 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReplicationActiongetAction()ReplicationContentgetContent()ReplicationLoggetLog() 
 - 
 
- 
- 
Method Detail
- 
getAction
ReplicationAction getAction()
 
- 
getContent
ReplicationContent getContent()
 
- 
getLog
ReplicationLog getLog()
 
 - 
 
 -