org.alfresco.repo.web.scripts.workflow
Class WorkflowInstancesForNodeGet

java.lang.Object
  extended by org.springframework.extensions.webscripts.AbstractWebScript
      extended by org.springframework.extensions.webscripts.DeclarativeWebScript
          extended by org.alfresco.repo.web.scripts.workflow.AbstractWorkflowWebscript
              extended by org.alfresco.repo.web.scripts.workflow.WorkflowInstancesForNodeGet
All Implemented Interfaces:
org.springframework.extensions.webscripts.WebScript

public class WorkflowInstancesForNodeGet
extends AbstractWorkflowWebscript

Since:
3.4

Nested Class Summary
 
Nested classes/interfaces inherited from class org.alfresco.repo.web.scripts.workflow.AbstractWorkflowWebscript
AbstractWorkflowWebscript.ExcludeFilter
 
Nested classes/interfaces inherited from class org.springframework.extensions.webscripts.AbstractWebScript
org.springframework.extensions.webscripts.AbstractWebScript.ScriptDetails
 
Field Summary
static java.lang.String PARAM_NODE_ID
           
static java.lang.String PARAM_STORE_ID
           
static java.lang.String PARAM_STORE_TYPE
           
 
Fields inherited from class org.alfresco.repo.web.scripts.workflow.AbstractWorkflowWebscript
authenticationService, authorityService, DEFAULT_MAX_ITEMS, DEFAULT_SKIP_COUNT, dictionaryService, EMPTY, namespaceService, nodeService, NULL, PARAM_EXCLUDE, PARAM_MAX_ITEMS, PARAM_SKIP_COUNT, personService, workflowService
 
Constructor Summary
WorkflowInstancesForNodeGet()
           
 
Method Summary
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.
 
Methods inherited from class org.alfresco.repo.web.scripts.workflow.AbstractWorkflowWebscript
applyPagination, createResultModel, executeImpl, getDateParameter, getIntParameter, isDateMatchForFilter, processDateFilter, setAuthenticationService, setAuthorityService, setDictionaryService, setNamespaceService, setNodeService, setPersonService, setWorkflowService
 
Methods inherited from class org.springframework.extensions.webscripts.DeclarativeWebScript
execute, executeFinallyImpl, executeImpl, executeImpl, getTemplateModel, renderFormatTemplate
 
Methods inherited from class org.springframework.extensions.webscripts.AbstractWebScript
createArgs, createArgsM, createHeaders, createHeadersM, createScriptParameters, createStatusException, createTemplateParameters, executeScript, getContainer, getDescription, getExecuteScript, getResources, getStatusTemplate, init, renderString, renderString, renderTemplate, sendStatus, setURLModelFactory, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PARAM_STORE_TYPE

public static final java.lang.String PARAM_STORE_TYPE
See Also:
Constant Field Values

PARAM_STORE_ID

public static final java.lang.String PARAM_STORE_ID
See Also:
Constant Field Values

PARAM_NODE_ID

public static final java.lang.String PARAM_NODE_ID
See Also:
Constant Field Values
Constructor Detail

WorkflowInstancesForNodeGet

public WorkflowInstancesForNodeGet()
Method Detail

buildModel

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)
Description copied from class: AbstractWorkflowWebscript
This method uses a WorkflowModelBuilder to build up the model to return.

Specified by:
buildModel in class AbstractWorkflowWebscript
Parameters:
modelBuilder - A WorkflowModelBuilder.
req - the WebScriptRequest
status - the Status
cache - the Cache
Returns:
the data model.


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.