Uses of Class
org.alfresco.service.cmr.action.ExecutionSummary
Packages that use ExecutionSummary
Package
Description
-
Uses of ExecutionSummary in org.alfresco.repo.action
Methods in org.alfresco.repo.action that return ExecutionSummaryModifier and TypeMethodDescriptionprotected static ExecutionSummaryActionTrackingServiceImpl.buildExecutionSummary(String key) Turns a cache key back into its constituent parts, for easier access.protected static ExecutionSummaryActionTrackingServiceImpl.buildExecutionSummary(Action action) Methods in org.alfresco.repo.action that return types with arguments of type ExecutionSummaryModifier and TypeMethodDescriptionActionTrackingServiceImpl.getAllExecutingActions()ActionTrackingServiceImpl.getExecutingActions(String type) ActionTrackingServiceImpl.getExecutingActions(String type, NodeRef actionedUponNodeRef) ActionTrackingServiceImpl.getExecutingActions(Action action) Methods in org.alfresco.repo.action with parameters of type ExecutionSummaryModifier and TypeMethodDescriptionprotected static StringActionTrackingServiceImpl.generateCacheKey(ExecutionSummary summary) ActionTrackingServiceImpl.getExecutionDetails(ExecutionSummary executionSummary) voidActionTrackingServiceImpl.requestActionCancellation(ExecutionSummary executionSummary) -
Uses of ExecutionSummary in org.alfresco.repo.rendition.executer
Methods in org.alfresco.repo.rendition.executer that return ExecutionSummaryModifier and TypeMethodDescriptionprotected ExecutionSummaryAbstractRenderingEngine.getExecutionSummary(AbstractRenderingEngine.RenderingContext renderingContext) Deprecated. -
Uses of ExecutionSummary in org.alfresco.service.cmr.action
Methods in org.alfresco.service.cmr.action that return ExecutionSummaryMethods in org.alfresco.service.cmr.action that return types with arguments of type ExecutionSummaryModifier and TypeMethodDescriptionActionTrackingService.getAllExecutingActions()Retrieve summary details of all the actions currently executing.ActionTrackingService.getExecutingActions(String type) Retrieve summary details of all the actions of the given type that are currently executing.ActionTrackingService.getExecutingActions(String type, NodeRef actionedUponNodeRef) Retrieve summary details of all the actions of the given type acting on the givenNodeRefthat are currently executing.ActionTrackingService.getExecutingActions(Action action) Retrieve summary details of all instances of the specified action that are currently executing.Methods in org.alfresco.service.cmr.action with parameters of type ExecutionSummaryModifier 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.voidActionTrackingService.requestActionCancellation(ExecutionSummary executionSummary) Requests that the specified Action cancel itself and aborts execution, as soon as possible.voidExecutionDetails.setExecutionSummary(ExecutionSummary executionSummary) Constructors in org.alfresco.service.cmr.action with parameters of type ExecutionSummaryModifierConstructorDescriptionExecutionDetails(ExecutionSummary executionSummary, NodeRef persistedActionRef, String runningOn, Date startedAt, boolean cancelRequested) ExecutionDetails(ExecutionSummary executionSummary, NodeRef persistedActionRef, NodeRef actionedUponNodeRef, String runningOn, Date startedAt, boolean cancelRequested)