Uses of Class
lumis.portal.analytics.automationflow.Flow
-
Packages that use Flow Package Description lumis.portal.analytics.automationflow -
-
Uses of Flow in lumis.portal.analytics.automationflow
Methods in lumis.portal.analytics.automationflow that return Flow Modifier and Type Method Description Flow
FlowEntry. getFlow()
Returns the flow.static Flow
FlowUtil. getFlowFromJson(org.json.JSONObject flowJson, FlowEntry flowEntry)
Returns aFlow
by parsing the givenJSONObject
.Methods in lumis.portal.analytics.automationflow with parameters of type Flow Modifier and Type Method Description static FlowNode
FlowUtil. findNode(String id, Flow flow)
Returns the node of the given flow with the given identifier ornull
if there's no such node.static org.json.JSONObject
FlowUtil. getJsonFromFlow(Flow flow)
Returns aJSONObject
by converting the givenFlow
.static FlowEntry
FlowManager. saveAs(String name, Flow flow, String serviceInstanceId)
Save the given flow.FlowEntry
FlowEntry. setFlow(Flow flow)
Sets the flow.
-