public class TaskInstancesGet extends AbstractWorkflowWebscript
AbstractWorkflowWebscript.ExcludeFilter
Modifier and Type | Field and Description |
---|---|
static String |
PARAM_AUTHORITY |
static String |
PARAM_DUE_AFTER |
static String |
PARAM_DUE_BEFORE |
static String |
PARAM_POOLED_TASKS |
static String |
PARAM_PRIORITY |
static String |
PARAM_PROPERTIES |
static String |
PARAM_PROPERTY |
static String |
PARAM_STATE |
static String |
VAR_WORKFLOW_INSTANCE_ID |
authenticationService, authorityService, DEFAULT_MAX_ITEMS, DEFAULT_SKIP_COUNT, dictionaryService, EMPTY, namespaceService, nodeService, NULL, PARAM_EXCLUDE, PARAM_MAX_ITEMS, PARAM_SKIP_COUNT, personService, workflowService
Constructor and Description |
---|
TaskInstancesGet() |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Object> |
buildModel(WorkflowModelBuilder modelBuilder,
org.springframework.extensions.webscripts.WebScriptRequest req,
org.springframework.extensions.webscripts.Status status,
org.springframework.extensions.webscripts.Cache cache)
This method uses a
WorkflowModelBuilder to build up the model to return. |
applyPagination, createResultModel, executeImpl, getDateParameter, getIntParameter, isDateMatchForFilter, processDateFilter, setAuthenticationService, setAuthorityService, setDictionaryService, setNamespaceService, setNodeService, setPersonService, setWorkflowService
execute, executeFinallyImpl, executeImpl, executeImpl, getTemplateModel, renderFormatTemplate
addModuleBundleToCache, checkModuleBundleCache, createArgs, createArgsM, createHeaders, createHeadersM, createScriptParameters, createStatusException, createTemplateParameters, executeScript, getContainer, getDescription, getExecuteScript, getResources, getStatusTemplate, init, renderString, renderString, renderTemplate, sendStatus, setURLModelFactory, toString
public static final String PARAM_AUTHORITY
public static final String PARAM_STATE
public static final String PARAM_PRIORITY
public static final String PARAM_DUE_BEFORE
public static final String PARAM_DUE_AFTER
public static final String PARAM_PROPERTIES
public static final String PARAM_POOLED_TASKS
public static final String PARAM_PROPERTY
public static final String VAR_WORKFLOW_INSTANCE_ID
protected Map<String,Object> buildModel(WorkflowModelBuilder modelBuilder, org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.Status status, org.springframework.extensions.webscripts.Cache cache)
AbstractWorkflowWebscript
WorkflowModelBuilder
to build up the model to return.buildModel
in class AbstractWorkflowWebscript
modelBuilder
- A WorkflowModelBuilder
.req
- the WebScriptRequest
status
- the Status
cache
- the Cache
Copyright © 2005–2017 Alfresco Software. All rights reserved.