Uses of Class
org.alfresco.repo.action.script.ScriptExecutionDetails
-
Packages that use ScriptExecutionDetails Package Description org.alfresco.repo.action.script -
-
Uses of ScriptExecutionDetails in org.alfresco.repo.action.script
Methods in org.alfresco.repo.action.script that return ScriptExecutionDetails Modifier and Type Method Description ScriptExecutionDetails[]ScriptActionTrackingService. getAllExecutingActions()Retrieve summary details of all the actions currently executing.ScriptExecutionDetails[]ScriptActionTrackingService. getExecutingActions(java.lang.String type)Retrieve summary details of all the actions of the given type that are currently executing.ScriptExecutionDetails[]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 ScriptExecutionDetails Modifier and Type Method Description voidScriptActionTrackingService. requestActionCancellation(ScriptExecutionDetails action)Requests that the specified Action cancel itself and aborts execution, as soon as possible.
-