public class WorkflowInstancesGet extends AbstractWorkflowWebscript
AbstractWorkflowWebscript.ExcludeFilter
Modifier and Type | Field and Description |
---|---|
static String |
PARAM_COMPLETED_AFTER |
static String |
PARAM_COMPLETED_BEFORE |
static String |
PARAM_DEFINITION_ID |
static String |
PARAM_DEFINITION_NAME |
static String |
PARAM_DUE_AFTER |
static String |
PARAM_DUE_BEFORE |
static String |
PARAM_INITIATOR |
static String |
PARAM_PRIORITY |
static String |
PARAM_STARTED_AFTER |
static String |
PARAM_STARTED_BEFORE |
static String |
PARAM_STATE |
static org.alfresco.service.namespace.QName |
QNAME_INITIATOR |
static String |
VAR_DEFINITION_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 |
---|
WorkflowInstancesGet() |
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_STATE
public static final String PARAM_INITIATOR
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_STARTED_BEFORE
public static final String PARAM_STARTED_AFTER
public static final String PARAM_COMPLETED_BEFORE
public static final String PARAM_COMPLETED_AFTER
public static final String PARAM_DEFINITION_NAME
public static final String PARAM_DEFINITION_ID
public static final String VAR_DEFINITION_ID
public static final org.alfresco.service.namespace.QName QNAME_INITIATOR
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.