Open Kilda Java Documentation
org.openkilda.controller.FlowController Member List

This is the complete list of members for org.openkilda.controller.FlowController, including all inherited members.

createFlow(@RequestBody final Flow flow)org.openkilda.controller.FlowController
deleteFlow(@RequestBody final UserInfo userInfo, @PathVariable("flowId") final String flowId)org.openkilda.controller.FlowController
error(final Model model)org.openkilda.controller.BaseController
flowDetails(final HttpServletRequest request)org.openkilda.controller.FlowController
flowList(final HttpServletRequest request)org.openkilda.controller.FlowController
getErrorPath()org.openkilda.controller.BaseController
getFlowById(@PathVariable final String flowId)org.openkilda.controller.FlowController
getFlowCount()org.openkilda.controller.FlowController
getFlowPath(@PathVariable final String flowId)org.openkilda.controller.FlowController
getFlows()org.openkilda.controller.FlowController
getFlowStatusById(@PathVariable final String flowId)org.openkilda.controller.FlowController
getLoggedInUser(final HttpServletRequest request)org.openkilda.controller.BaseControllerprotected
isUserLoggedIn()org.openkilda.controller.BaseControllerprotected
rerouteFlow(@PathVariable final String flowId)org.openkilda.controller.FlowController
updateFlow(@PathVariable("flowId") final String flowId, @RequestBody final Flow flow)org.openkilda.controller.FlowController
validateAndRedirect(final HttpServletRequest request, final String viewName)org.openkilda.controller.BaseController
validateFlow(@PathVariable final String flowId)org.openkilda.controller.FlowController