Uses of Class
lumis.portal.interactiveprocess.ProcessState
-
Packages that use ProcessState Package Description lumis.portal.interactiveprocess Provides handling artifacts for portal interactive processes.
IProcess
represents the interactive process. -
-
Uses of ProcessState in lumis.portal.interactiveprocess
Methods in lumis.portal.interactiveprocess that return ProcessState Modifier and Type Method Description ProcessState
IProcess. getState()
Returns the process state.ProcessState
Process. getState()
static ProcessState
ProcessState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProcessState[]
ProcessState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-