Package com.day.cq.replication
Class ReverseReplication
- java.lang.Object
-
- com.day.cq.replication.ReverseReplication
-
public class ReverseReplication extends java.lang.Object
Contains the information obtained from anAgent
that supports reverse replication.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PROP_OUTBOX_ITEM_PATH
Default name of the "outbox item path" attribute.
-
Constructor Summary
Constructors Constructor Description ReverseReplication(ReplicationContent content, ReplicationAction action)
Create a new instance of this class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReplicationAction
getAction()
Return the replication action.ReplicationContent
getContent()
Return the replication content.java.util.Map<java.lang.String,java.lang.String>
getProperties()
Returns optional properties
-
-
-
Field Detail
-
PROP_OUTBOX_ITEM_PATH
public static final java.lang.String PROP_OUTBOX_ITEM_PATH
Default name of the "outbox item path" attribute.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ReverseReplication
public ReverseReplication(ReplicationContent content, ReplicationAction action)
Create a new instance of this class.- Parameters:
content
- replication contentaction
- replication action
-
-
Method Detail
-
getContent
public ReplicationContent getContent()
Return the replication content.- Returns:
- replication content
-
getAction
public ReplicationAction getAction()
Return the replication action.- Returns:
- replication action
-
getProperties
public java.util.Map<java.lang.String,java.lang.String> getProperties()
Returns optional properties- Returns:
- optional properties.
-
-