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

Uses of WorkflowContainer in com.livinglogic.struts.workflow
 

Methods in com.livinglogic.struts.workflow that return WorkflowContainer
static WorkflowContainer WorkflowContainer.get(javax.servlet.http.HttpSession session)
          Retrieves the WorkflowContainer object for a specified user session.
 

Methods in com.livinglogic.struts.workflow with parameters of type WorkflowContainer
protected  void WorkflowRequestProcessorLogic.logStates(WorkflowContainer workflowContainer)
          Method that logs the current state information
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.