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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReplicationAction
getAction()
ReplicationContent
getContent()
ReplicationLog
getLog()
-
-
-
Method Detail
-
getAction
ReplicationAction getAction()
-
getContent
ReplicationContent getContent()
-
getLog
ReplicationLog getLog()
-
-