public class ReplicationParamsImpl extends java.lang.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()
ReplicationParamsgetTransferReadOnly in interface ReplicationParamstrue lock replication itemspublic boolean isEnabled()
ReplicationParamsisEnabled in interface ReplicationParamstrue the replication service is enabledpublic void setEnabled(boolean isEnabled)
ReplicationParamssetEnabled in interface ReplicationParamsCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.