IProcess
represents the interactive process.See: Description
Interface | Description |
---|---|
IInteractiveProcessManager |
Manager responsible for handling
portal interactive processes . |
IProcess |
Interactive process that can be executed in LumisXP.
|
IProcessCallbackHandler |
Callback handler for
IProcess . |
IStep |
A interface of
process step. |
IStepExecutable |
This is a
step executable. |
IStepOutcome |
Represents an outcome of a step of a given process.
|
Class | Description |
---|---|
AbstractProcessCallbackHandler |
Abstract
IProcessCallbackHandler that does nothing. |
InteractiveProcessManager |
IInteractiveProcessManager implementation. |
Process |
A portal interactive process.
|
Step |
A
process step. |
StepOutcome |
The
step outcome. |
Enum | Description |
---|---|
ProcessState |
Possible states of a process.
|
StepOutcomeStatus |
Possible status of an
outcome of a step. |
Exception | Description |
---|---|
MandatoryStepIgnoredException | |
ProcessNotOwnedException |
PortalException that indicates a process was requested by an owner
that differs from it's one. |
IProcess
represents the interactive process.
It can have one or more steps
.
Each step has an executable part that is what the step must do.IProcess
, user can
invoke lumis.portal.interactiveprocess.IInteractiveProcessManager#createProcess(String, java.util.List)
,
passing a List
of steps
to compose the process.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.