Class RunningActionModelBuilder
java.lang.Object
org.alfresco.repo.web.scripts.action.RunningActionModelBuilder
Builds up models for running actions
- Since:
- 3.4
- Author:
- Nick Burch
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected ActionService
protected ActionTrackingService
protected static final String
protected static final String
protected NodeService
-
Constructor Summary
ConstructorsConstructorDescriptionRunningActionModelBuilder
(NodeService nodeService, ActionService actionService, ActionTrackingService actionTrackingService) -
Method Summary
Modifier and TypeMethodDescriptionbuildSimpleList
(List<ExecutionSummary> runningActions) Build a model containing a list of running actions for the given list of Running ActionsbuildSimpleModel
(ExecutionSummary summary) Build a model containing a single running action
-
Field Details
-
MODEL_DATA_ITEM
- See Also:
-
MODEL_DATA_LIST
- See Also:
-
ACTION_ID
- See Also:
-
ACTION_TYPE
- See Also:
-
ACTION_INSTANCE
- See Also:
-
ACTION_NODE_REF
- See Also:
-
ACTION_STARTED_AT
- See Also:
-
ACTION_RUNNING_ON
- See Also:
-
ACTION_CANCEL_REQUESTED
- See Also:
-
ACTION_KEY
- See Also:
-
nodeService
-
actionService
-
actionTrackingService
-
-
Constructor Details
-
RunningActionModelBuilder
public RunningActionModelBuilder(NodeService nodeService, ActionService actionService, ActionTrackingService actionTrackingService)
-
-
Method Details
-
buildSimpleModel
Build a model containing a single running action -
buildSimpleList
Build a model containing a list of running actions for the given list of Running Actions
-