Java org.springframework.batch.core.job.flow.support StateTransition fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.batch.core.job.flow.support StateTransition fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.batch.core.job.flow.support StateTransition.

The text is from its open source code.

Method

StringgetNext()
Public getter for the next State name.
StategetState()
Public getter for the State.
booleanisEnd()
Check for a special next State signalling the end of a job.
booleanmatches(String status)
Check if the provided status matches the pattern, signalling that the next State should be executed.