Uses of Class
org.springframework.batch.core.job.flow.support.StateTransition

Packages that use StateTransition
org.springframework.batch.core.job.flow.support   
 

Uses of StateTransition in org.springframework.batch.core.job.flow.support
 

Methods in org.springframework.batch.core.job.flow.support that return StateTransition
static StateTransition StateTransition.createEndStateTransition(State state)
          Create a new end state StateTransition specification.
static StateTransition StateTransition.createEndStateTransition(State state, java.lang.String pattern)
          Create a new end state StateTransition specification.
static StateTransition StateTransition.createStateTransition(State state, java.lang.String next)
          Create a new state StateTransition specification with a wildcard pattern that matches all outcomes.
static StateTransition StateTransition.createStateTransition(State state, java.lang.String pattern, java.lang.String next)
          Create a new StateTransition specification from one State to another (by name).
 

Methods in org.springframework.batch.core.job.flow.support with parameters of type StateTransition
 int StateTransition.compareTo(StateTransition other)
          Sorts by decreasing specificity of pattern, based on just counting wildcards (with * taking precedence over ?).
 

Method parameters in org.springframework.batch.core.job.flow.support with type arguments of type StateTransition
 void SimpleFlow.setStateTransitions(java.util.List<StateTransition> stateTransitions)
          Public setter for the stateTransitions.
 



Copyright © 2009. All Rights Reserved.