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