Package | Description |
---|---|
org.alfresco.repo.replication | |
org.alfresco.repo.replication.script | |
org.alfresco.repo.web.scripts.replication | |
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
ReplicationDefinition s 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
ReplicationDefinition s 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
NodeRef s, 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 NodeRef s, 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 |
---|---|
protected Map<String,Object> |
ReplicationModelBuilder.buildDetails(ReplicationDefinition rd)
Build a model containing the full, detailed definition for the given
Replication Definition.
|
protected void |
ReplicationModelBuilder.setStatus(ReplicationDefinition replicationDefinition,
ExecutionDetails details,
Map<String,Object> model)
Figures out the status that's one of:
New|Running|CancelRequested|Completed|Failed|Cancelled
by merging data from the action tracking service.
|
protected void |
ReplicationModelBuilder.setStatus(ReplicationDefinition replicationDefinition,
Map<String,Object> model)
Figures out the status that's one of:
New|Running|CancelRequested|Completed|Failed|Cancelled
by merging data from the action tracking service.
|
protected void |
AbstractReplicationWebscript.updateDefinitionProperties(ReplicationDefinition replicationDefinition,
org.json.JSONObject json)
Updates properties on the definition, based on the JSON.
|
Modifier and Type | Method and Description |
---|---|
protected Map<String,Object> |
ReplicationModelBuilder.buildSimpleList(List<ReplicationDefinition> replicationDefinitions,
Comparator<Map<String,Object>> sorter)
Build a model containing a list of simple definitions for the given
list of Replication Definitions.
|
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–2017 Alfresco Software. All rights reserved.