Summer.Batch.Core.Job.Flow.Support Namespace Reference

Namespaces

Classes

class  DefaultStateTransitionComparer
 Sorts by decreasing specificity of pattern, based on just counting wildcards (with * taking precedence over ?). If wildcard counts are equal then falls back to alphabetic comparison. Hence * > foo* > ??? > fo? > foo. More...
 
class  SimpleFlow
 An IFlow that branches conditionally depending on the exit status of the last IState. The input parameters are the state transitions (in no particular order). The start state name can be specified explicitly (and must exist in the set of transitions), or computed from the existing transitions, if unambiguous. More...
 
class  StateTransition
 Value object representing a potential transition from one IState to another. The originating IState name and the next IState to execute are linked by a pattern for the ExitStatus::ExitCode exit code of an execution of the originating IState. More...