Package | Description |
---|---|
lumis.portal.interactiveprocess |
Provides handling artifacts for portal interactive processes.
IProcess represents the interactive process. |
lumis.service.portalmanagement.interactiveprocess |
Modifier and Type | Class and Description |
---|---|
class |
Process
A portal interactive process.
|
Modifier and Type | Method and Description |
---|---|
IProcess |
IInteractiveProcessManager.createProcess(String title,
List<Step> steps,
IProcessCallbackHandler callbackHandler)
Creates a
portal interactive process with the given
steps . |
IProcess |
InteractiveProcessManager.createProcess(String title,
List<Step> steps,
IProcessCallbackHandler callbackHandler) |
IProcess |
IStep.getProcess()
Returns the process owner of the step.
|
IProcess |
Step.getProcess() |
IProcess |
IInteractiveProcessManager.getProcess(String processId,
String owner)
Returns the process of the given identifier.
The parameter processId is required. |
Modifier and Type | Method and Description |
---|---|
String |
IInteractiveProcessManager.submitProcess(IProcess process)
Submits a process created with
#createProcess(String, List) . |
String |
InteractiveProcessManager.submitProcess(IProcess process) |
Modifier and Type | Method and Description |
---|---|
static Map<Integer,List<String>> |
StepsDataProvider.getStepsStatus(IProcess process)
Returns a map with steps status for a given process.
|
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.