Uses of Enum Class
org.frankframework.core.ProcessState
Package
Description
-
Uses of ProcessState in org.frankframework.core
Modifier and TypeMethodDescriptionstatic ProcessState
ProcessState.getProcessStateFromName
(String name) static ProcessState
Returns 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.Modifier 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.Modifier 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 abrowser
of 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).Modifier and TypeMethodDescriptionstatic Map<ProcessState,
Set<ProcessState>> ProcessState.getTargetProcessStates
(Set<ProcessState> knownProcessStates) -
Uses of ProcessState in org.frankframework.jdbc
Modifier and TypeMethodDescriptionJdbcListener.knownProcessStates()
JdbcListener.targetProcessStates()
JdbcListener.targetProcessStates()
Modifier 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 void
JdbcListener.setUpdateStatusQuery
(ProcessState state, String query) -
Uses of ProcessState in org.frankframework.management.bus.dto
Modifier and TypeMethodDescriptionvoid
StorageItemsDTO.setTargetStates
(Map<ProcessState, ProcessStateDTO> targetStates) -
Uses of ProcessState in org.frankframework.receivers
Modifier and TypeMethodDescriptionReceiver.knownProcessStates()
Receiver.targetProcessStates()
Receiver.targetProcessStates()
Modifier and TypeMethodDescriptionReceiver.changeProcessState
(RawMessageWrapper<M> message, ProcessState toState, String reason) Change message process state, via the listener of the receiver.Receiver.getMessageBrowser
(ProcessState state)