Package | Description |
---|---|
lumis.portal.analytics.automationflow |
Modifier and Type | Method and Description |
---|---|
Flow |
FlowEntry.getFlow()
Returns the flow.
|
static Flow |
FlowUtil.getFlowFromJson(org.json.JSONObject flowJson,
FlowEntry flowEntry)
Returns a
Flow by parsing the given JSONObject . |
Modifier and Type | Method and Description |
---|---|
static FlowNode |
FlowUtil.findNode(String id,
Flow flow)
Returns the node of the given flow with the given identifier or
null if there's no such node. |
static org.json.JSONObject |
FlowUtil.getJsonFromFlow(Flow flow)
Returns a
JSONObject by converting the given Flow . |
static FlowEntry |
FlowManager.saveAs(String name,
Flow flow,
String serviceInstanceId)
Save the given flow.
|
FlowEntry |
FlowEntry.setFlow(Flow flow)
Sets the flow.
|
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.