![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
List< FlowInfo > | getAllFlows () |
Collection< FlowCount > | getFlowsCount (final List< Flow > flows) |
FlowPayload | getFlowPath (final String flowId) throws IntegrationException |
List< Flow > | getAllFlowList () |
FlowPath | rerouteFlow (String flowId) |
String | validateFlow (String flowId) |
Flow | getFlowById (String flowId) |
FlowStatus | getFlowStatusById (String flowId) |
Flow | createFlow (Flow flow) |
Flow | updateFlow (String flowId, Flow flow) |
Flow | deleteFlow (String flowId, UserInfo userInfo) |
The Class ServiceFlowImpl.
Definition at line 30 of file FlowService.java.
Creates the flow.
flow | the flow |
Definition at line 159 of file FlowService.java.
Delete flow.
flowId | the flow id |
userInfo | the user info |
Definition at line 181 of file FlowService.java.
List<Flow> org.openkilda.service.FlowService.getAllFlowList | ( | ) |
List<FlowInfo> org.openkilda.service.FlowService.getAllFlows | ( | ) |
Flow org.openkilda.service.FlowService.getFlowById | ( | String | flowId | ) |
Flow by flow id.
flowId | the flow id |
Definition at line 137 of file FlowService.java.
FlowPayload org.openkilda.service.FlowService.getFlowPath | ( | final String | flowId | ) | throws IntegrationException |
Gets the path link.
flowId | the flow id |
Definition at line 98 of file FlowService.java.
Gets the flow count.
flows | the flows |
Definition at line 59 of file FlowService.java.
FlowStatus org.openkilda.service.FlowService.getFlowStatusById | ( | String | flowId | ) |
Gets the flow status by id.
flowId | the flow id |
Definition at line 148 of file FlowService.java.
FlowPath org.openkilda.service.FlowService.rerouteFlow | ( | String | flowId | ) |
Re route Flow by flow id.
flowId | the flow id |
Definition at line 117 of file FlowService.java.
Update flow.
flowId | the flow id |
flow | the flow |
Definition at line 170 of file FlowService.java.
String org.openkilda.service.FlowService.validateFlow | ( | String | flowId | ) |
Validate Flow.
flowId | the flow id |
Definition at line 127 of file FlowService.java.