Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.batch.core.job.flow.support Classes and Interfaces - 11 results found.
NameDescriptionTypePackageFramework
AbstractStateClassorg.springframework.batch.core.job.flow.support.stateSpring Batch
DecisionStateState that requires a decider to make the status decision.Classorg.springframework.batch.core.job.flow.support.stateSpring Batch
DefaultStateTransitionComparatorSorts by decreasing specificity of pattern, based on just countingwildcards (with * taking precedence over ?).Classorg.springframework.batch.core.job.flow.supportSpring Batch
EndStateState implementation for ending a job if it is in progress andcontinuing if just starting.Classorg.springframework.batch.core.job.flow.support.stateSpring Batch
FlowExecutionAggregatorStrategy interface for aggregating FlowExecution instances into aSince:2.Interfaceorg.springframework.batch.core.job.flow.support.stateSpring Batch
FlowStateState that delegates to a FlowSince:2.Classorg.springframework.batch.core.job.flow.support.stateSpring Batch
MaxValueFlowExecutionAggregatorFlowExecutionStatus', using the status with the high precedence as theaggregate status.Classorg.springframework.batch.core.job.flow.support.stateSpring Batch
SimpleFlowA Flow that branches conditionally depending on the exit status ofthe last State.Classorg.springframework.batch.core.job.flow.supportSpring Batch
SplitStateA State implementation that splits a Flow into multipleSince:2.Classorg.springframework.batch.core.job.flow.support.stateSpring Batch
StateTransitionValue object representing a potential transition from one State toanother.Classorg.springframework.batch.core.job.flow.supportSpring Batch
StepStateState implementation that delegates to a FlowExecutor toexecute the specified Step.Classorg.springframework.batch.core.job.flow.support.stateSpring Batch