Uses of Class
org.alfresco.service.cmr.action.ExecutionDetails
Packages that use ExecutionDetails
Package
Description
-
Uses of ExecutionDetails in org.alfresco.repo.action
Methods in org.alfresco.repo.action that return ExecutionDetailsModifier and TypeMethodDescriptionprotected static ExecutionDetailsActionTrackingServiceImpl.buildExecutionDetails(Action action) Builds up the details to be stored in a cache for a specific actionprotected static ExecutionDetailsActionTrackingServiceImpl.buildExecutionDetails(Action action, NodeRef actionedUponNodeRef) Builds up the details to be stored in a cache for a specific actionActionTrackingServiceImpl.getExecutionDetails(ExecutionSummary executionSummary) Method parameters in org.alfresco.repo.action with type arguments of type ExecutionDetailsModifier and TypeMethodDescriptionvoidActionTrackingServiceImpl.setExecutingActionsCache(SimpleCache<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 ExecutionDetailsModifier and TypeMethodDescriptionprotected ExecutionDetailsScriptExecutionDetails.getExecutionDetails()Constructors in org.alfresco.repo.action.script with parameters of type ExecutionDetailsModifierConstructorDescriptionScriptExecutionDetails(ExecutionDetails details, ServiceRegistry services) -
Uses of ExecutionDetails in org.alfresco.service.cmr.action
Methods in org.alfresco.service.cmr.action that return ExecutionDetailsModifier and TypeMethodDescriptionActionTrackingService.getExecutionDetails(ExecutionSummary executionSummary) Retrieves the execution details on the given executing action, such as when it started, and what machine it is executing on.