| Package | Description |
|---|---|
| org.alfresco.repo.action | |
| org.alfresco.repo.action.script | |
| 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 |
|---|---|
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–2018 Alfresco Software. All rights reserved.