Class ReplicationParamsImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean getTransferReadOnly()
      Lock replicated items in target repository
      boolean isEnabled()
      Is the Replication Service Enabled
      void setEnabled​(boolean isEnabled)
      set whether the replication service is enabled
      void setTransferReadOnly​(boolean readOnly)
      Sets whether to lock replicated items
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReplicationParamsImpl

        public ReplicationParamsImpl()
    • Method Detail

      • setTransferReadOnly

        public void setTransferReadOnly​(boolean readOnly)
        Sets whether to lock replicated items
        Parameters:
        readOnly - true lock replicated items in target repository
      • isEnabled

        public boolean isEnabled()
        Description copied from interface: ReplicationParams
        Is the Replication Service Enabled
        Specified by:
        isEnabled in interface ReplicationParams
        Returns:
        true the replication service is enabled