Package com.day.cq.replication
Class ReverseReplication
java.lang.Object
com.day.cq.replication.ReverseReplication
Contains the information obtained from an
Agent that supports
reverse replication.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDefault name of the "outbox item path" attribute. -
Constructor Summary
ConstructorsConstructorDescriptionReverseReplication(ReplicationContent content, ReplicationAction action) Create a new instance of this class. -
Method Summary
Modifier and TypeMethodDescriptionReturn the replication action.Return the replication content.Returns optional properties
-
Field Details
-
PROP_OUTBOX_ITEM_PATH
Default name of the "outbox item path" attribute.- See Also:
-
-
Constructor Details
-
ReverseReplication
Create a new instance of this class.- Parameters:
content- replication contentaction- replication action
-
-
Method Details
-
getContent
Return the replication content.- Returns:
- replication content
-
getAction
Return the replication action.- Returns:
- replication action
-
getProperties
Returns optional properties- Returns:
- optional properties.
-