Uses of Enum Class
dev.dsf.bpe.plugin.ProcessState
Packages that use ProcessState
-
Uses of ProcessState in dev.dsf.bpe.dao
Methods in dev.dsf.bpe.dao that return types with arguments of type ProcessStateMethod parameters in dev.dsf.bpe.dao with type arguments of type ProcessStateModifier and TypeMethodDescriptionvoidProcessStateDao.updateStates(Map<ProcessIdAndVersion, ProcessState> states) voidProcessStateDaoJdbc.updateStates(Map<ProcessIdAndVersion, ProcessState> states) -
Uses of ProcessState in dev.dsf.bpe.plugin
Methods in dev.dsf.bpe.plugin that return ProcessStateModifier and TypeMethodDescriptionProcessesResource.getNewProcessState()ProcessStateChangeOutcome.getNewProcessState()ProcessesResource.getOldProcessState()ProcessStateChangeOutcome.getOldProcessState()static 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 dev.dsf.bpe.plugin with parameters of type ProcessStateModifier and TypeMethodDescriptionbooleanProcessState.isHigherPriority(ProcessState then) ProcessesResource.setNewProcessState(ProcessState newState) ProcessesResource.setOldProcessState(ProcessState oldState) Constructors in dev.dsf.bpe.plugin with parameters of type ProcessStateModifierConstructorDescriptionProcessStateChangeOutcome(ProcessIdAndVersion processKeyAndVersion, ProcessState oldProcessState, ProcessState newProcessState)