Uses of Class
lumis.portal.interactiveprocess.StepOutcome
-
Packages that use StepOutcome Package Description lumis.portal.interactiveprocess Provides handling artifacts for portal interactive processes.
IProcess
represents the interactive process. -
-
Uses of StepOutcome in lumis.portal.interactiveprocess
Methods in lumis.portal.interactiveprocess that return StepOutcome Modifier and Type Method Description StepOutcome
Step. execute()
Executes this step and returns the outcome.
If this step has already been executed and it's outcome isStepOutcomeStatus.SUCCESS
orStepOutcomeStatus.IGNORED
anIllegalStateException
is raised.
-