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 TypeMethodDescriptionPipeLineResult.getState()static PipeLine.ExitStateReturns 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) voidPipeLineSession.setExitState(PipeLine.ExitState state, Integer code) voidPipeLineExit.setState(PipeLine.ExitState value) The state of the Pipeline that is returned to the Receiver for this Exit.