Package com.day.cq.replication
Interface ReplicationTransaction
public interface ReplicationTransaction
ReplicationTransaction provides the action, the content and the
replication log for a replication transaction (i.e. 1 transportation attempt)-
Method Summary
-
Method Details
-
getAction
ReplicationAction getAction() -
getContent
ReplicationContent getContent() -
getLog
ReplicationLog getLog()
-