Interface ReplicationParams

All Known Implementing Classes:
ReplicationParamsImpl

public interface ReplicationParams
An interface for retrieving configurable replication parameters.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Lock replicated items in target repository
    boolean
    Is the Replication Service Enabled
    void
    setEnabled(boolean enabled)
    set whether the replication service is enabled
  • Method Details

    • getTransferReadOnly

      boolean getTransferReadOnly()
      Lock replicated items in target repository
      Returns:
      true lock replication items
    • isEnabled

      boolean isEnabled()
      Is the Replication Service Enabled
      Returns:
      true the replication service is enabled
    • setEnabled

      void setEnabled(boolean enabled)
      set whether the replication service is enabled