| Package | Description |
|---|---|
| org.alfresco.repo.action | |
| org.alfresco.repo.rendition.executer | |
| org.alfresco.service.cmr.action |
| Modifier and Type | Method and Description |
|---|---|
protected static ExecutionSummary |
ActionTrackingServiceImpl.buildExecutionSummary(Action action) |
protected static ExecutionSummary |
ActionTrackingServiceImpl.buildExecutionSummary(String key)
Turns a cache key back into its constituent parts, for easier access.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExecutionSummary> |
ActionTrackingServiceImpl.getAllExecutingActions() |
List<ExecutionSummary> |
ActionTrackingServiceImpl.getExecutingActions(Action action) |
List<ExecutionSummary> |
ActionTrackingServiceImpl.getExecutingActions(String type) |
List<ExecutionSummary> |
ActionTrackingServiceImpl.getExecutingActions(String type,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef) |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
ActionTrackingServiceImpl.generateCacheKey(ExecutionSummary summary) |
ExecutionDetails |
ActionTrackingServiceImpl.getExecutionDetails(ExecutionSummary executionSummary) |
void |
ActionTrackingServiceImpl.requestActionCancellation(ExecutionSummary executionSummary) |
| Modifier and Type | Method and Description |
|---|---|
protected ExecutionSummary |
AbstractRenderingEngine.getExecutionSummary(AbstractRenderingEngine.RenderingContext renderingContext)
|
| Modifier and Type | Method and Description |
|---|---|
ExecutionSummary |
ExecutionDetails.getExecutionSummary() |
| Modifier and Type | Method and Description |
|---|---|
List<ExecutionSummary> |
ActionTrackingService.getAllExecutingActions()
Retrieve summary details of all the actions
currently executing.
|
List<ExecutionSummary> |
ActionTrackingService.getExecutingActions(Action action)
Retrieve summary details of all instances of
the specified action that are currently
executing.
|
List<ExecutionSummary> |
ActionTrackingService.getExecutingActions(String type)
Retrieve summary details of all the actions
of the given type that are currently executing.
|
List<ExecutionSummary> |
ActionTrackingService.getExecutingActions(String type,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)
Retrieve summary details of all the actions
of the given type acting on the given
NodeRef
that are currently executing. |
| 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.
|
void |
ActionTrackingService.requestActionCancellation(ExecutionSummary executionSummary)
Requests that the specified Action cancel itself
and aborts execution, as soon as possible.
|
void |
ExecutionDetails.setExecutionSummary(ExecutionSummary executionSummary) |
| Constructor and Description |
|---|
ExecutionDetails(ExecutionSummary executionSummary,
org.alfresco.service.cmr.repository.NodeRef persistedActionRef,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef,
String runningOn,
Date startedAt,
boolean cancelRequested) |
ExecutionDetails(ExecutionSummary executionSummary,
org.alfresco.service.cmr.repository.NodeRef persistedActionRef,
String runningOn,
Date startedAt,
boolean cancelRequested) |
Copyright © 2005–2018 Alfresco Software. All rights reserved.