Uses of Enum Class
org.frankframework.core.PipeLine.ExitState
Packages that use PipeLine.ExitState
-
Uses of PipeLine.ExitState in org.frankframework.core
Methods in org.frankframework.core that return PipeLine.ExitStateModifier 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.Methods in org.frankframework.core with parameters of type PipeLine.ExitStateModifier 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)