Package | Description |
---|---|
org.alfresco.repo.action | |
org.alfresco.repo.action.script | |
org.alfresco.repo.web.scripts.replication | |
org.alfresco.service.cmr.action |
Modifier and Type | Method and Description |
---|---|
protected static ExecutionDetails |
ActionTrackingServiceImpl.buildExecutionDetails(Action action)
Builds up the details to be stored in a cache for a specific action
|
protected static ExecutionDetails |
ActionTrackingServiceImpl.buildExecutionDetails(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)
Builds up the details to be stored in a cache for a specific action
|
ExecutionDetails |
ActionTrackingServiceImpl.getExecutionDetails(ExecutionSummary executionSummary) |
Modifier and Type | Method and Description |
---|---|
void |
ActionTrackingServiceImpl.setExecutingActionsCache(org.alfresco.repo.cache.SimpleCache<String,ExecutionDetails> executingActionsCache)
Sets the cache used to store details of currently executing actions,
cluster wide.
|
Modifier and Type | Method and Description |
---|---|
protected ExecutionDetails |
ScriptExecutionDetails.getExecutionDetails() |
Constructor and Description |
---|
ScriptExecutionDetails(ExecutionDetails details,
ServiceRegistry services) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ExecutionDetails |
ActionTrackingService.getExecutionDetails(ExecutionSummary executionSummary)
Retrieves the execution details on the given
executing action, such as when it started,
and what machine it is executing on.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.