Uses of Class
lumis.portal.interactiveprocess.Step
-
Packages that use Step Package Description lumis.portal.interactiveprocess Provides handling artifacts for portal interactive processes.
IProcess
represents the interactive process. -
-
Uses of Step in lumis.portal.interactiveprocess
Methods in lumis.portal.interactiveprocess that return Step Modifier and Type Method Description Step
StepOutcome. getStep()
Returns the step.Method parameters in lumis.portal.interactiveprocess with type arguments of type Step Modifier and Type Method Description IProcess
IInteractiveProcessManager. createProcess(String title, List<Step> steps, IProcessCallbackHandler callbackHandler)
Creates aportal interactive process
with the givensteps
.IProcess
InteractiveProcessManager. createProcess(String title, List<Step> steps, IProcessCallbackHandler callbackHandler)
-