Class ReverseReplication

java.lang.Object
com.day.cq.replication.ReverseReplication

public class ReverseReplication extends Object
Contains the information obtained from an Agent that supports reverse replication.
  • Field Details

    • PROP_OUTBOX_ITEM_PATH

      public static final String PROP_OUTBOX_ITEM_PATH
      Default name of the "outbox item path" attribute.
      See Also:
  • Constructor Details

    • ReverseReplication

      public ReverseReplication(ReplicationContent content, ReplicationAction action)
      Create a new instance of this class.
      Parameters:
      content - replication content
      action - replication action
  • Method Details

    • getContent

      public ReplicationContent getContent()
      Return the replication content.
      Returns:
      replication content
    • getAction

      public ReplicationAction getAction()
      Return the replication action.
      Returns:
      replication action
    • getProperties

      public Map<String,String> getProperties()
      Returns optional properties
      Returns:
      optional properties.