Uses of Class
org.alfresco.repo.action.script.ScriptExecutionDetails
Packages that use ScriptExecutionDetails
-
Uses of ScriptExecutionDetails in org.alfresco.repo.action.script
Methods in org.alfresco.repo.action.script that return ScriptExecutionDetailsModifier and TypeMethodDescriptionScriptActionTrackingService.getAllExecutingActions()Retrieve summary details of all the actions currently executing.ScriptActionTrackingService.getExecutingActions(String type) Retrieve summary details of all the actions of the given type that are currently executing.ScriptActionTrackingService.getExecutingActions(Action action) Retrieve summary details of all instances of the specified action that are currently executing.Methods in org.alfresco.repo.action.script with parameters of type ScriptExecutionDetailsModifier and TypeMethodDescriptionvoidScriptActionTrackingService.requestActionCancellation(ScriptExecutionDetails action) Requests that the specified Action cancel itself and aborts execution, as soon as possible.