Class ReplicationParamsImpl

java.lang.Object
org.alfresco.repo.replication.ReplicationParamsImpl
All Implemented Interfaces:
ReplicationParams

public class ReplicationParamsImpl extends Object implements ReplicationParams
Configurable system parameters.
  • Constructor Details

    • ReplicationParamsImpl

      public ReplicationParamsImpl()
  • Method Details

    • setTransferReadOnly

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

      public boolean getTransferReadOnly()
      Description copied from interface: ReplicationParams
      Lock replicated items in target repository
      Specified by:
      getTransferReadOnly in interface ReplicationParams
      Returns:
      true lock replication items
    • 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
    • setEnabled

      public void setEnabled(boolean isEnabled)
      Description copied from interface: ReplicationParams
      set whether the replication service is enabled
      Specified by:
      setEnabled in interface ReplicationParams