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 ProcessState
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 com.suncode.pwfl.workflow.process with parameters of type ProcessStateModifier and TypeMethodDescriptionstatic boolean
ProcessState.isOpen
(ProcessState state) void
ProcessEntity.setState
(ProcessState state)