Package org.alfresco.repo.replication
Interface ReplicationParams
-
- All Known Implementing Classes:
ReplicationParamsImpl
public interface ReplicationParamsAn interface for retrieving configurable replication parameters.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetTransferReadOnly()Lock replicated items in target repositorybooleanisEnabled()Is the Replication Service EnabledvoidsetEnabled(boolean enabled)set whether the replication service is enabled
-
-
-
Method Detail
-
getTransferReadOnly
boolean getTransferReadOnly()
Lock replicated items in target repository- Returns:
truelock replication items
-
isEnabled
boolean isEnabled()
Is the Replication Service Enabled- Returns:
truethe replication service is enabled
-
setEnabled
void setEnabled(boolean enabled)
set whether the replication service is enabled
-
-