Uses of Class
com.livinglogic.struts.workflow.WorkflowMapping

Uses of WorkflowMapping in com.livinglogic.struts.workflow
 

Methods in com.livinglogic.struts.workflow with parameters of type WorkflowMapping
protected  boolean WorkflowRequestProcessorLogic.processCheckWorkflows(WorkflowMapping workflowMapping, WorkflowContainer workflowContainer, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           Checks whether the current action is allowed to be executed: If the previously executed action was part of a primary workflow and has defined one ore more nextState conditions,the current action must be part of the same workflow and must lead to one of the defined next states.
protected  void WorkflowRequestProcessorLogic.updateWorkflows(javax.servlet.http.HttpServletRequest request, WorkflowMapping workflowMapping, WorkflowContainer workflowContainer)
          Updates the workflow data.
 



Copyright © 2004 Struts Workflow Extension Team. All Rights Reserved.