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 org.alfresco.service.cmr.action.ActionService |
actionService |
protected org.alfresco.service.cmr.action.ActionTrackingService |
actionTrackingService |
protected static String |
MODEL_DATA_ITEM |
protected static String |
MODEL_DATA_LIST |
protected org.alfresco.service.cmr.repository.NodeService |
nodeService |
Constructor and Description |
---|
RunningActionModelBuilder(org.alfresco.service.cmr.repository.NodeService nodeService,
org.alfresco.service.cmr.action.ActionService actionService,
org.alfresco.service.cmr.action.ActionTrackingService actionTrackingService) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Object> |
buildSimpleList(List<org.alfresco.service.cmr.action.ExecutionSummary> runningActions)
Build a model containing a list of running actions for the given
list of Running Actions
|
protected Map<String,Object> |
buildSimpleModel(org.alfresco.service.cmr.action.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 org.alfresco.service.cmr.repository.NodeService nodeService
protected org.alfresco.service.cmr.action.ActionService actionService
protected org.alfresco.service.cmr.action.ActionTrackingService actionTrackingService
public RunningActionModelBuilder(org.alfresco.service.cmr.repository.NodeService nodeService, org.alfresco.service.cmr.action.ActionService actionService, org.alfresco.service.cmr.action.ActionTrackingService actionTrackingService)
Copyright © 2005–2018 Alfresco Software. All rights reserved.