| Package | Description |
|---|---|
| org.alfresco.repo.replication | |
| org.alfresco.repo.replication.script | |
| org.alfresco.service.cmr.replication |
| Modifier and Type | Class and Description |
|---|---|
class |
ReplicationDefinitionImpl |
| Modifier and Type | Method and Description |
|---|---|
ReplicationDefinition |
ReplicationServiceImpl.createReplicationDefinition(String replicationDefinitionName,
String description) |
ReplicationDefinition |
ReplicationDefinitionPersisterImpl.loadReplicationDefinition(org.alfresco.service.namespace.QName replicationDefinitionName) |
ReplicationDefinition |
ReplicationServiceImpl.loadReplicationDefinition(String replicationDefinitionName) |
ReplicationDefinition |
ReplicationDefinitionPersisterImpl.loadReplicationDefinition(String replicationDefinitionName) |
ReplicationDefinition |
ReplicationDefinitionPersister.loadReplicationDefinition(String replicationName)
This method retrieves a
ReplicationDefinition that has been stored
in the repository using the save() method. |
| Modifier and Type | Method and Description |
|---|---|
List<ReplicationDefinition> |
ReplicationServiceImpl.loadReplicationDefinitions() |
List<ReplicationDefinition> |
ReplicationDefinitionPersisterImpl.loadReplicationDefinitions() |
List<ReplicationDefinition> |
ReplicationDefinitionPersister.loadReplicationDefinitions()
This method retrieves the
ReplicationDefinitions that have been
stored in the repository using the save() method. |
List<ReplicationDefinition> |
ReplicationServiceImpl.loadReplicationDefinitions(String target) |
List<ReplicationDefinition> |
ReplicationDefinitionPersisterImpl.loadReplicationDefinitions(String targetName) |
List<ReplicationDefinition> |
ReplicationDefinitionPersister.loadReplicationDefinitions(String targetName)
This method retrieves the stored
ReplicationDefinitions that have
been registered for the specified transfer target name. |
| Modifier and Type | Method and Description |
|---|---|
protected TransferDefinition |
ReplicationActionExecutor.buildTransferDefinition(ReplicationDefinition replicationDef,
Set<org.alfresco.service.cmr.repository.NodeRef> toTransfer)
Takes a
ReplicationDefinition and a list of
NodeRefs, and returns the
TransferDefinition which will allow the
replication to be run. |
void |
ReplicationServiceImpl.deleteReplicationDefinition(ReplicationDefinition replicationDefinition) |
void |
ReplicationDefinitionPersisterImpl.deleteReplicationDefinition(ReplicationDefinition replicationAction) |
void |
ReplicationDefinitionPersister.deleteReplicationDefinition(ReplicationDefinition replicationDefinition)
This method removes the previously serializes
ReplicationDefinition
from the repository. |
void |
ReplicationServiceImpl.disableScheduling(ReplicationDefinition replicationDefinition) |
void |
ReplicationServiceImpl.enableScheduling(ReplicationDefinition replicationDefinition) |
protected Set<org.alfresco.service.cmr.repository.NodeRef> |
ReplicationActionExecutor.expandPayload(ReplicationDefinition replicationDef)
Takes a
ReplicationDefinition, which contains one or
more payloads NodeRefs, and expands them into a
full list of nodes to be transfered. |
void |
ReplicationServiceImpl.replicate(ReplicationDefinition replicationDefinition) |
void |
ReplicationServiceImpl.saveReplicationDefinition(ReplicationDefinition replicationDefinition) |
void |
ReplicationDefinitionPersisterImpl.saveReplicationDefinition(ReplicationDefinition replicationAction) |
void |
ReplicationDefinitionPersister.saveReplicationDefinition(ReplicationDefinition replicationDefinition)
This method serializes the
ReplicationDefinition and stores it in
the repository. |
| Constructor and Description |
|---|
ReplicationDefinitionLockExtender(ReplicationDefinition replicationDef) |
| Constructor and Description |
|---|
ScriptReplicationDefinition(ServiceRegistry serviceRegistry,
ReplicationService replicationService,
org.mozilla.javascript.Scriptable scope,
ReplicationDefinition replicationDefinition) |
| Modifier and Type | Method and Description |
|---|---|
ReplicationDefinition |
ReplicationService.createReplicationDefinition(String replicationName,
String description)
Creates a new
ReplicationDefinition and sets the replication
name and description to the specified values. |
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicationService.disableScheduling(ReplicationDefinition replicationDefinition)
Turns off scheduling for the specified replication
|
void |
ReplicationService.enableScheduling(ReplicationDefinition replicationDefinition)
Turns on scheduling for the specified replication.
|
void |
ReplicationService.replicate(ReplicationDefinition replicationDefinition)
Runs the specified replication.
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.