Uses of Interface
org.norther.tammi.spray.template.flow.FlowStep

Packages that use FlowStep
org.norther.tammi.spray.template   
org.norther.tammi.spray.template.flow   
org.norther.tammi.spray.template.step   
org.norther.tammi.spray.template.tool   
 

Uses of FlowStep in org.norther.tammi.spray.template
 

Methods in org.norther.tammi.spray.template that return FlowStep
 FlowStep DefaultFlowFilter.getDefaultFlow()
           
 FlowStep FlowFilter.getDefaultFlow()
          Gets the default flow.
 FlowStep DefaultFlowFilter.getFlow(String name)
           
 FlowStep FlowFilter.getFlow(String name)
          Gets the named flow.
 

Methods in org.norther.tammi.spray.template with parameters of type FlowStep
 boolean DefaultFlowFilter.executeActions(FlowStep step, StepFlowContext context, ServletRequest request, ServletResponse response, FilterChain chain)
           
 boolean FlowFilter.executeActions(FlowStep step, StepFlowContext context, ServletRequest request, ServletResponse response, FilterChain chain)
          Executes actions of the specified step in the given flow context.
 

Uses of FlowStep in org.norther.tammi.spray.template.flow
 

Classes in org.norther.tammi.spray.template.flow that implement FlowStep
 class DefaultFlowStep
          A default implementation of FlowStep.
 class ReadOnlyFlowStep
          A read-only implementation of FlowStep.
 

Methods in org.norther.tammi.spray.template.flow that return FlowStep
 FlowStep DefaultFlowStep.getFlow()
           
 FlowStep DefaultStepFlowContext.getFlow()
           
 FlowStep FlowStep.getFlow()
          Gets the flow of this flow step.
 FlowStep ReadOnlyFlowStep.getFlow()
           
 FlowStep StepFlowContext.getFlow()
          Gets the current flow.
 FlowStep DefaultStepFlowContext.getRoot()
           
 FlowStep StepFlowContext.getRoot()
          Gets the root flow.
 FlowStep DefaultStepFlowContext.getStep()
           
 FlowStep StepFlowContext.getStep()
          Gets the current step.
 FlowStep StepStateEvent.getStep()
          Gets the flow step.
 FlowStep DefaultFlowStep.getStep(int index)
           
 FlowStep FlowStep.getStep(int index)
          Gets the indexed flow step
 FlowStep ReadOnlyFlowStep.getStep(int index)
           
 FlowStep DefaultStepFlowContext.prepareSelection(ServletRequest request, ServletResponse response, FilterChain chain)
           
 FlowStep StepFlowContext.prepareSelection(ServletRequest request, ServletResponse response, FilterChain chain)
          Prepares a new selection.
 

Methods in org.norther.tammi.spray.template.flow with parameters of type FlowStep
 Map DefaultStepFlowContext.getFormVariableIndeces(FlowStep step, ServletRequest request, ServletResponse response, FilterChain chain)
           
 Map StepFlowContext.getFormVariableIndeces(FlowStep step, ServletRequest request, ServletResponse response, FilterChain chain)
          Gets a map of flow step form variable indeces of the specified request.
 String DefaultStepFlowContext.getProperty(FlowStep step, String name)
           
 String StepFlowContext.getProperty(FlowStep step, String name)
          Gets the named property of the specified step.
 String DefaultStepFlowContext.getTransition(FlowStep step, String state)
           
 String StepFlowContext.getTransition(FlowStep step, String state)
          Gets the named transition of the specified step.
 boolean DefaultStepFlowContext.isFlowEnabled(FlowStep flow)
           
 boolean StepFlowContext.isFlowEnabled(FlowStep flow)
          Checks whether the specified flow is enabled.
 boolean DefaultStepFlowContext.isState(FlowStep step, String state)
           
 boolean StepFlowContext.isState(FlowStep step, String state)
          Checks the named state of the specified step.
 boolean DefaultStepFlowContext.isStepEnabled(FlowStep step, FlowStep flow, int index)
           
 boolean StepFlowContext.isStepEnabled(FlowStep step, FlowStep flow, int index)
          Checks whether the route from the specified step to the indexed one in the specified flow is enabled.
 String DefaultStepFlowContext.removeProperty(FlowStep step, String name)
           
 String StepFlowContext.removeProperty(FlowStep step, String name)
          Removes the named property of the specified step.
 String DefaultStepFlowContext.removeTransition(FlowStep step, String state)
           
 String StepFlowContext.removeTransition(FlowStep step, String state)
          Removes the named transition of the specified step.
 void DefaultStepFlowContext.renewFormVariables(FlowStep step, ServletRequest request, ServletResponse response, FilterChain chain)
           
 void StepFlowContext.renewFormVariables(FlowStep step, ServletRequest request, ServletResponse response, FilterChain chain)
          Renews flow step form variables of the specified request.
 void DefaultStepFlowContext.resetFormVariables(FlowStep step, ServletRequest request, ServletResponse response, FilterChain chain)
           
 void StepFlowContext.resetFormVariables(FlowStep step, ServletRequest request, ServletResponse response, FilterChain chain)
          Resets flow step form variables of the specified request.
protected  void DefaultFlowStep.setFlow(FlowStep flow)
          Sets the flow.
 void DefaultStepFlowContext.setProperty(FlowStep step, String name, String value)
           
 void StepFlowContext.setProperty(FlowStep step, String name, String value)
          Sets the named property of the specified step.
 void DefaultStepFlowContext.setState(FlowStep step, String state, boolean flag)
           
 void StepFlowContext.setState(FlowStep step, String state, boolean flag)
          Sets the named state of the specified step.
 void DefaultStepFlowContext.setStepEnabled(FlowStep step, FlowStep flow, int index, boolean flag)
           
 void StepFlowContext.setStepEnabled(FlowStep step, FlowStep flow, int index, boolean flag)
          Sets whether the route from the specified step to the indexed one is in the specified flow enabled.
 void DefaultStepFlowContext.setTransition(FlowStep step, String state, String value)
           
 void StepFlowContext.setTransition(FlowStep step, String state, String value)
          Sets the named transition of the specified step.
 

Constructors in org.norther.tammi.spray.template.flow with parameters of type FlowStep
DefaultFlowStep(String name, FlowStep flow)
          Constructs a named flow step with a flow.
ReadOnlyFlowStep(FlowStep step)
          Constructs a new flow step.
StepStateEvent(FlowStep step, int type, int index, Object value)
          Constructs a new event.
 

Uses of FlowStep in org.norther.tammi.spray.template.step
 

Methods in org.norther.tammi.spray.template.step with parameters of type FlowStep
protected  boolean FlowStepAction.checkPermission(FlowStep step, int mask, FilterChain chain, StepFlowContext context)
          Checks access permission for the specified step.
 

Uses of FlowStep in org.norther.tammi.spray.template.tool
 

Methods in org.norther.tammi.spray.template.tool that return FlowStep
 FlowStep FlowTool.activateSelection()
          Activates the selection.
 FlowStep FlowTool.getFlow()
           
 FlowStep FlowTool.getRoot()
           
 FlowStep FlowTool.getStep()
           
 FlowStep FlowTool.prepareSelection(ServletRequest request, ServletResponse response, FilterChain chain)
           
 

Methods in org.norther.tammi.spray.template.tool with parameters of type FlowStep
 boolean FlowTool.checkPermission(FlowStep flow, int index, String actions)
          Checks access permission for the indexed step in the specified flow.
 Map FlowTool.getFormVariableIndeces(FlowStep step, ServletRequest request, ServletResponse response, FilterChain chain)
           
 String FlowTool.getProperty(FlowStep step, String name)
           
 String FlowTool.getTransition(FlowStep step, String state)
           
 boolean FlowTool.isFlowEnabled(FlowStep flow)
           
 boolean FlowTool.isState(FlowStep step, String state)
           
 boolean FlowTool.isStepEnabled(FlowStep step, FlowStep flow, int index)
           
 boolean FlowTool.isStepEnabled(FlowStep flow, int index)
          Checks whether the route from the current step to the indexed one in the specified flow is enabled.
 String FlowTool.removeProperty(FlowStep step, String name)
           
 String FlowTool.removeTransition(FlowStep step, String state)
           
 void FlowTool.renewFormVariables(FlowStep step, ServletRequest request, ServletResponse response, FilterChain chain)
           
 void FlowTool.resetFormVariables(FlowStep step, ServletRequest request, ServletResponse response, FilterChain chain)
           
 void FlowTool.setProperty(FlowStep step, String name, String value)
           
 void FlowTool.setState(FlowStep step, String state, boolean flag)
           
 void FlowTool.setStepEnabled(FlowStep step, FlowStep flow, int index, boolean flag)
           
 void FlowTool.setStepEnabled(FlowStep flow, int index, boolean flag)
          Sets whether the route from the current step to the indexed one in the specified flow is enabled.
 void FlowTool.setTransition(FlowStep step, String state, String value)
           
 



Copyright © 2004 The Norther Organization. All rights reserved.