Uses of Interface
lumis.portal.interactiveprocess.IStepOutcome
-
Packages that use IStepOutcome Package Description lumis.portal.interactiveprocess Provides handling artifacts for portal interactive processes.
IProcess
represents the interactive process. -
-
Uses of IStepOutcome in lumis.portal.interactiveprocess
Classes in lumis.portal.interactiveprocess that implement IStepOutcome Modifier and Type Class Description class
StepOutcome
Thestep
outcome.Methods in lumis.portal.interactiveprocess that return IStepOutcome Modifier and Type Method Description IStepOutcome
IProcess. executeNextStep()
Executes the next step of this process and returns the outcome.IStepOutcome
Process. executeNextStep()
IStepOutcome
Step. getOutcome()
Returns the outcome of this step.IStepOutcome
IProcess. ignoreNextStep()
Ignores the next step of this process.IStepOutcome
Process. ignoreNextStep()
-