public class RunningActionModelBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
ACTION_CANCEL_REQUESTED |
protected static String |
ACTION_ID |
protected static String |
ACTION_INSTANCE |
protected static String |
ACTION_KEY |
protected static String |
ACTION_NODE_REF |
protected static String |
ACTION_RUNNING_ON |
protected static String |
ACTION_STARTED_AT |
protected static String |
ACTION_TYPE |
protected ActionService |
actionService |
protected ActionTrackingService |
actionTrackingService |
protected static String |
MODEL_DATA_ITEM |
protected static String |
MODEL_DATA_LIST |
protected NodeService |
nodeService |
| Constructor and Description |
|---|
RunningActionModelBuilder(NodeService nodeService,
ActionService actionService,
ActionTrackingService actionTrackingService) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
buildSimpleList(List<ExecutionSummary> runningActions)
Build a model containing a list of running actions for the given
list of Running Actions
|
protected Map<String,Object> |
buildSimpleModel(ExecutionSummary summary)
Build a model containing a single running action
|
protected static final String MODEL_DATA_ITEM
protected static final String MODEL_DATA_LIST
protected static final String ACTION_ID
protected static final String ACTION_TYPE
protected static final String ACTION_INSTANCE
protected static final String ACTION_NODE_REF
protected static final String ACTION_STARTED_AT
protected static final String ACTION_RUNNING_ON
protected static final String ACTION_CANCEL_REQUESTED
protected static final String ACTION_KEY
protected NodeService nodeService
protected ActionService actionService
protected ActionTrackingService actionTrackingService
public RunningActionModelBuilder(NodeService nodeService, ActionService actionService, ActionTrackingService actionTrackingService)
protected Map<String,Object> buildSimpleModel(ExecutionSummary summary)
protected Map<String,Object> buildSimpleList(List<ExecutionSummary> runningActions)
Copyright © 2005–2014 Alfresco Software. All rights reserved.