![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
| List< FlowInfo > | getFlows () |
| FlowStatus | getFlowStatusById (final String flowId) throws IntegrationException |
| FlowPayload | getFlowPath (final String flowId) |
| List< Flow > | getAllFlowList () |
| FlowPath | rerouteFlow (String flowId) |
| String | validateFlow (String flowId) |
| Flow | getFlowById (String flowId) |
| Flow | createFlow (Flow flow) |
| Flow | updateFlow (String flowId, Flow flow) |
| Flow | deleteFlow (String flowId) |
The Class FlowsIntegrationService.
Definition at line 34 of file FlowsIntegrationService.java.
Creates the flow.
| flow | the flow |
Definition at line 211 of file FlowsIntegrationService.java.
| Flow org.openkilda.integration.service.FlowsIntegrationService.deleteFlow | ( | String | flowId | ) |
Update flow.
| flowId | the flow id |
| flow | the flow |
Definition at line 255 of file FlowsIntegrationService.java.
| List<Flow> org.openkilda.integration.service.FlowsIntegrationService.getAllFlowList | ( | ) |
Gets the all flow list.
| IntegrationException |
Definition at line 126 of file FlowsIntegrationService.java.
| Flow org.openkilda.integration.service.FlowsIntegrationService.getFlowById | ( | String | flowId | ) |
Flow by flow id.
| flowId |
Definition at line 189 of file FlowsIntegrationService.java.
| FlowPayload org.openkilda.integration.service.FlowsIntegrationService.getFlowPath | ( | final String | flowId | ) |
Gets the flow paths.
| IntegrationException |
Definition at line 99 of file FlowsIntegrationService.java.
| List<FlowInfo> org.openkilda.integration.service.FlowsIntegrationService.getFlows | ( | ) |
Gets the flows.
| IntegrationException |
Definition at line 65 of file FlowsIntegrationService.java.
| FlowStatus org.openkilda.integration.service.FlowsIntegrationService.getFlowStatusById | ( | final String | flowId | ) | throws IntegrationException |
Gets the flow status by Id.
| flowId | the flow id |
| IntegrationException |
Definition at line 82 of file FlowsIntegrationService.java.
| FlowPath org.openkilda.integration.service.FlowsIntegrationService.rerouteFlow | ( | String | flowId | ) |
Re route flow by flow id.
| flowId |
Definition at line 146 of file FlowsIntegrationService.java.
| Flow org.openkilda.integration.service.FlowsIntegrationService.updateFlow | ( | String | flowId, |
| Flow | flow | ||
| ) |
Update flow.
| flowId | the flow id |
| flow | the flow |
Definition at line 233 of file FlowsIntegrationService.java.
| String org.openkilda.integration.service.FlowsIntegrationService.validateFlow | ( | String | flowId | ) |
Flow validation by flow id.
| flowId |
Definition at line 171 of file FlowsIntegrationService.java.