Class ReplicationDefinitionImpl

    • Field Detail

      • REPLICATION_DEFINITION_NAME

        public static final java.lang.String REPLICATION_DEFINITION_NAME
        See Also:
        Constant Field Values
      • REPLICATION_DEFINITION_TARGET

        public static final java.lang.String REPLICATION_DEFINITION_TARGET
        See Also:
        Constant Field Values
      • REPLICATION_DEFINITION_PAYLOAD

        public static final java.lang.String REPLICATION_DEFINITION_PAYLOAD
        See Also:
        Constant Field Values
      • REPLICATION_DEFINITION_ENABLED

        public static final java.lang.String REPLICATION_DEFINITION_ENABLED
        See Also:
        Constant Field Values
      • REPLICATION_DEFINITION_LOCAL_TRANSFER_REPORT

        public static final java.lang.String REPLICATION_DEFINITION_LOCAL_TRANSFER_REPORT
        See Also:
        Constant Field Values
      • REPLICATION_DEFINITION_REMOTE_TRANSFER_REPORT

        public static final java.lang.String REPLICATION_DEFINITION_REMOTE_TRANSFER_REPORT
        See Also:
        Constant Field Values
    • Constructor Detail

      • ReplicationDefinitionImpl

        public ReplicationDefinitionImpl​(java.lang.String id,
                                         java.lang.String replicationName)
        Parameters:
        id - the action id
        replicationName - a unique name for the replication action.
      • ReplicationDefinitionImpl

        public ReplicationDefinitionImpl​(java.lang.String id,
                                         java.lang.String replicationName,
                                         java.lang.String description)
        Parameters:
        id - the action id
        replicationName - a unique name for the replication action.
        description - a description of the replication
      • ReplicationDefinitionImpl

        public ReplicationDefinitionImpl​(Action action)