Package | Description |
---|---|
org.alfresco.repo.action | |
org.alfresco.repo.rendition.executer | |
org.alfresco.repo.web.scripts.action | |
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 |
---|---|
static ExecutionSummary |
AbstractActionWebscript.getSummaryFromAction(Action action)
Returns the ExecutionSummary for the given action if it
is currently executing, or null if it isn't
|
static ExecutionSummary |
AbstractActionWebscript.getSummaryFromKey(String key)
Takes a running action ID, and returns an
ExecutionSummary object for it.
|
Modifier and Type | Method and Description |
---|---|
protected Map<String,Object> |
RunningActionModelBuilder.buildSimpleModel(ExecutionSummary summary)
Build a model containing a single running action
|
static String |
AbstractActionWebscript.getRunningId(ExecutionSummary summary)
Returns the running action ID for the given
ExecutionSummary
|
Modifier and Type | Method and Description |
---|---|
protected Map<String,Object> |
RunningActionModelBuilder.buildSimpleList(List<ExecutionSummary> runningActions)
Build a model containing a list of running actions for the given
list of Running Actions
|
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–2017 Alfresco Software. All rights reserved.