Uses of Class
org.alfresco.service.cmr.action.ExecutionDetails
-
Packages that use ExecutionDetails Package Description org.alfresco.repo.action org.alfresco.repo.action.script org.alfresco.service.cmr.action -
-
Uses of ExecutionDetails in org.alfresco.repo.action
Methods in org.alfresco.repo.action that return ExecutionDetails Modifier and Type Method Description protected static ExecutionDetailsActionTrackingServiceImpl. buildExecutionDetails(Action action)Builds up the details to be stored in a cache for a specific actionprotected static ExecutionDetailsActionTrackingServiceImpl. buildExecutionDetails(Action action, org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)Builds up the details to be stored in a cache for a specific actionExecutionDetailsActionTrackingServiceImpl. getExecutionDetails(ExecutionSummary executionSummary)Method parameters in org.alfresco.repo.action with type arguments of type ExecutionDetails Modifier and Type Method Description voidActionTrackingServiceImpl. setExecutingActionsCache(org.alfresco.repo.cache.SimpleCache<java.lang.String,ExecutionDetails> executingActionsCache)Sets the cache used to store details of currently executing actions, cluster wide. -
Uses of ExecutionDetails in org.alfresco.repo.action.script
Methods in org.alfresco.repo.action.script that return ExecutionDetails Modifier and Type Method Description protected ExecutionDetailsScriptExecutionDetails. getExecutionDetails()Constructors in org.alfresco.repo.action.script with parameters of type ExecutionDetails Constructor Description ScriptExecutionDetails(ExecutionDetails details, ServiceRegistry services) -
Uses of ExecutionDetails in org.alfresco.service.cmr.action
Methods in org.alfresco.service.cmr.action that return ExecutionDetails Modifier and Type Method Description ExecutionDetailsActionTrackingService. getExecutionDetails(ExecutionSummary executionSummary)Retrieves the execution details on the given executing action, such as when it started, and what machine it is executing on.
-