Uses of Enum Class
org.frankframework.core.PipeLine.ExitState
-
Uses of PipeLine.ExitState in org.frankframework.core
Modifier and TypeMethodDescriptionPipeLineExit.getState()
PipeLineResult.getState()
static PipeLine.ExitState
Returns the enum constant of this class with the specified name.static PipeLine.ExitState[]
PipeLine.ExitState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionPipeLine.findExitByState
(PipeLine.ExitState state) void
PipeLineSession.setExitState
(PipeLine.ExitState state, Integer code) void
PipeLineExit.setState
(PipeLine.ExitState value) The state of the Pipeline that is returned to the Receiver for this Exit.void
PipeLineResult.setState
(PipeLine.ExitState state)