Uses of Class
org.alfresco.service.cmr.action.ExecutionSummary
-
Packages that use ExecutionSummary Package Description org.alfresco.repo.action org.alfresco.repo.rendition.executer org.alfresco.service.cmr.action -
-
Uses of ExecutionSummary in org.alfresco.repo.action
Methods in org.alfresco.repo.action that return ExecutionSummary Modifier and Type Method Description protected static ExecutionSummaryActionTrackingServiceImpl. buildExecutionSummary(java.lang.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 ExecutionSummary Modifier and Type Method Description java.util.List<ExecutionSummary>ActionTrackingServiceImpl. getAllExecutingActions()java.util.List<ExecutionSummary>ActionTrackingServiceImpl. getExecutingActions(java.lang.String type)java.util.List<ExecutionSummary>ActionTrackingServiceImpl. getExecutingActions(java.lang.String type, org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)java.util.List<ExecutionSummary>ActionTrackingServiceImpl. getExecutingActions(Action action)Methods in org.alfresco.repo.action with parameters of type ExecutionSummary Modifier and Type Method Description protected static java.lang.StringActionTrackingServiceImpl. generateCacheKey(ExecutionSummary summary)ExecutionDetailsActionTrackingServiceImpl. 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 ExecutionSummary Modifier and Type Method Description protected ExecutionSummaryAbstractRenderingEngine. getExecutionSummary(AbstractRenderingEngine.RenderingContext renderingContext)Deprecated. -
Uses of ExecutionSummary in org.alfresco.service.cmr.action
Methods in org.alfresco.service.cmr.action that return ExecutionSummary Modifier and Type Method Description ExecutionSummaryExecutionDetails. getExecutionSummary()Methods in org.alfresco.service.cmr.action that return types with arguments of type ExecutionSummary Modifier and Type Method Description java.util.List<ExecutionSummary>ActionTrackingService. getAllExecutingActions()Retrieve summary details of all the actions currently executing.java.util.List<ExecutionSummary>ActionTrackingService. getExecutingActions(java.lang.String type)Retrieve summary details of all the actions of the given type that are currently executing.java.util.List<ExecutionSummary>ActionTrackingService. getExecutingActions(java.lang.String type, org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)Retrieve summary details of all the actions of the given type acting on the givenNodeRefthat are currently executing.java.util.List<ExecutionSummary>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 ExecutionSummary 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.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 ExecutionSummary Constructor Description ExecutionDetails(ExecutionSummary executionSummary, org.alfresco.service.cmr.repository.NodeRef persistedActionRef, java.lang.String runningOn, java.util.Date startedAt, boolean cancelRequested)ExecutionDetails(ExecutionSummary executionSummary, org.alfresco.service.cmr.repository.NodeRef persistedActionRef, org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef, java.lang.String runningOn, java.util.Date startedAt, boolean cancelRequested)
-