| Package | Description |
|---|---|
| org.alfresco.repo.action.script |
| Modifier and Type | Method and Description |
|---|---|
ScriptExecutionDetails[] |
ScriptActionTrackingService.getAllExecutingActions()
Retrieve summary details of all the actions
currently executing.
|
ScriptExecutionDetails[] |
ScriptActionTrackingService.getExecutingActions(Action action)
Retrieve summary details of all instances of
the specified action that are currently
executing.
|
ScriptExecutionDetails[] |
ScriptActionTrackingService.getExecutingActions(String type)
Retrieve summary details of all the actions
of the given type that are currently executing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptActionTrackingService.requestActionCancellation(ScriptExecutionDetails action)
Requests that the specified Action cancel itself
and aborts execution, as soon as possible.
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.