Uses of Enum Class
org.frankframework.core.ProcessState
Packages that use ProcessState
Package
Description
-
Uses of ProcessState in org.frankframework.core
Methods in org.frankframework.core that return ProcessStateModifier and TypeMethodDescriptionstatic ProcessStateReturns the enum constant of this class with the specified name.static ProcessState[]ProcessState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.frankframework.core that return types with arguments of type ProcessStateModifier and TypeMethodDescriptionstatic Set<ProcessState> ProcessState.getMandatoryKnownStates()static Map<ProcessState, Set<ProcessState>> ProcessState.getTargetProcessStates(Set<ProcessState> knownProcessStates) static Map<ProcessState, Set<ProcessState>> ProcessState.getTargetProcessStates(Set<ProcessState> knownProcessStates) IHasProcessState.knownProcessStates()Provides the set of ProcessStates used by this listener.IHasProcessState.targetProcessStates()Provides the set of ProcessStates that a message in the specified state can be moved to, e.g. from a MessageBrowser for that state.IHasProcessState.targetProcessStates()Provides the set of ProcessStates that a message in the specified state can be moved to, e.g. from a MessageBrowser for that state.Methods in org.frankframework.core with parameters of type ProcessStateModifier and TypeMethodDescriptionIHasProcessState.changeProcessState(RawMessageWrapper<M> message, ProcessState toState, String reason) Change the processState of the message to the specified state, if that state is supported.IProvidesMessageBrowsers.getMessageBrowser(ProcessState state) returns abrowserof messages that are in ProcessState 'state', and are stored in a storage managed by the listener itself (as opposed to a storage configured as a messageLog or errorStorage in the configuration).Method parameters in org.frankframework.core with type arguments of type ProcessStateModifier and TypeMethodDescriptionstatic Map<ProcessState, Set<ProcessState>> ProcessState.getTargetProcessStates(Set<ProcessState> knownProcessStates) -
Uses of ProcessState in org.frankframework.filesystem
Methods in org.frankframework.filesystem that return types with arguments of type ProcessStateModifier and TypeMethodDescriptionAbstractFileSystemListener.knownProcessStates()AbstractFileSystemListener.targetProcessStates()AbstractFileSystemListener.targetProcessStates()Methods in org.frankframework.filesystem with parameters of type ProcessStateModifier and TypeMethodDescriptionAbstractFileSystemListener.changeProcessState(RawMessageWrapper<F> message, ProcessState toState, String reason) AbstractFileSystemListener.getMessageBrowser(ProcessState state) AbstractFileSystemListener.getStateFolder(ProcessState state) -
Uses of ProcessState in org.frankframework.jdbc
Methods in org.frankframework.jdbc that return types with arguments of type ProcessStateModifier and TypeMethodDescriptionJdbcListener.knownProcessStates()JdbcListener.targetProcessStates()JdbcListener.targetProcessStates()Methods in org.frankframework.jdbc with parameters of type ProcessStateModifier and TypeMethodDescriptionprotected RawMessageWrapper<M> JdbcListener.changeProcessState(Connection connection, RawMessageWrapper<M> rawMessage, ProcessState toState, String reason) JdbcListener.changeProcessState(RawMessageWrapper<M> rawMessage, ProcessState toState, String reason) protected RawMessageWrapper<M> JdbcTableListener.changeProcessState(Connection connection, RawMessageWrapper<M> rawMessage, ProcessState toState, String reason) JdbcTableListener.getMessageBrowser(ProcessState state) MessageStoreListener.getMessageBrowser(ProcessState state) JdbcTableListener.getStatusValue(ProcessState state) JdbcTableListener.getStorageType(ProcessState state) JdbcListener.getUpdateStatusQuery(ProcessState state) protected voidJdbcListener.setUpdateStatusQuery(ProcessState state, String query) -
Uses of ProcessState in org.frankframework.management.bus.dto
Constructors in org.frankframework.management.bus.dto with parameters of type ProcessState -
Uses of ProcessState in org.frankframework.receivers
Methods in org.frankframework.receivers that return types with arguments of type ProcessStateModifier and TypeMethodDescriptionReceiver.knownProcessStates()Receiver.targetProcessStates()Receiver.targetProcessStates()Methods in org.frankframework.receivers with parameters of type ProcessStateModifier and TypeMethodDescriptionReceiver.changeProcessState(RawMessageWrapper<M> message, ProcessState toState, String reason) Change message process state, via the listener of the receiver.Receiver.getMessageBrowser(ProcessState state)