Uses of Enum Class
com.suncode.pwfl.workflow.process.ProcessState
Packages that use ProcessState
Package
Description
Pakiet zawiera zbiór elementów umożliwiających zarządzanie procesami.
-
Uses of ProcessState in com.suncode.pwfl.workflow.process
Methods in com.suncode.pwfl.workflow.process that return ProcessStateModifier and TypeMethodDescriptionProcess.getState()ProcessEntity.getState()static ProcessStatestatic 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 com.suncode.pwfl.workflow.process with parameters of type ProcessStateModifier and TypeMethodDescriptionstatic booleanProcessState.isOpen(ProcessState state) voidProcessEntity.setState(ProcessState state)