public class ReplicationParamsImpl extends Object implements ReplicationParams
Constructor and Description |
---|
ReplicationParamsImpl() |
Modifier and Type | Method and 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
|
public void setTransferReadOnly(boolean readOnly)
readOnly
- true
lock replicated items in target repositorypublic boolean getTransferReadOnly()
ReplicationParams
getTransferReadOnly
in interface ReplicationParams
true
lock replication itemspublic boolean isEnabled()
ReplicationParams
isEnabled
in interface ReplicationParams
true
the replication service is enabledpublic void setEnabled(boolean isEnabled)
ReplicationParams
setEnabled
in interface ReplicationParams
Copyright © 2005–2017 Alfresco Software. All rights reserved.