public class WorkflowInstancesForNodeGet extends AbstractWorkflowWebscript
AbstractWorkflowWebscript.ExcludeFilter| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PARAM_NODE_ID |
static java.lang.String |
PARAM_STORE_ID |
static java.lang.String |
PARAM_STORE_TYPE |
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 |
|---|
WorkflowInstancesForNodeGet() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map |
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, setWorkflowServiceexecute, executeFinallyImpl, executeImpl, executeImpl, getTemplateModel, renderFormatTemplateaddModuleBundleToCache, checkModuleBundleCache, createArgs, createArgsM, createHeaders, createHeadersM, createScriptParameters, createStatusException, createTemplateParameters, executeScript, getContainer, getDescription, getExecuteScript, getResources, getStatusTemplate, init, renderString, renderString, renderTemplate, sendStatus, setURLModelFactory, toStringpublic static final java.lang.String PARAM_STORE_TYPE
public static final java.lang.String PARAM_STORE_ID
public static final java.lang.String PARAM_NODE_ID
protected java.util.Map buildModel(WorkflowModelBuilder modelBuilder, org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.Status status, org.springframework.extensions.webscripts.Cache cache)
AbstractWorkflowWebscriptWorkflowModelBuilder to build up the model to return.buildModel in class AbstractWorkflowWebscriptmodelBuilder - A WorkflowModelBuilder.req - the WebScriptRequeststatus - the Statuscache - the CacheCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.