|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.replication.ReplicationParamsImpl
public class ReplicationParamsImpl
Configurable system parameters.
Constructor Summary | |
---|---|
ReplicationParamsImpl()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReplicationParamsImpl()
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |