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 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.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 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).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.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 void
JdbcListener.setUpdateStatusQuery
(ProcessState state, String query) -
Uses of ProcessState in org.frankframework.management.bus.dto
Methods in org.frankframework.management.bus.dto that return types with arguments of type ProcessStateMethod parameters in org.frankframework.management.bus.dto with type arguments of type ProcessStateModifier and TypeMethodDescriptionvoid
StorageItemsDTO.setTargetStates
(Map<ProcessState, ProcessStateDTO> targetStates) 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)