@Path(value="flow") @Produces(value="application/json") public class IntegrationFlowManagementController extends AbstractManagementController
| Constructor and Description |
|---|
IntegrationFlowManagementController() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getEgressConnectors(String projectId,
String projectVersion,
String flowId) |
javax.ws.rs.core.Response |
getFlow(String projectId,
String projectVersion,
String flowId) |
javax.ws.rs.core.Response |
getFlowXPos(String projectId,
String projectVersion,
String flowId) |
javax.ws.rs.core.Response |
getIngressConnectors(String projectId,
String projectVersion,
String flowId) |
sendCustomResponse, sendCustomResponse, sendCustomSuccessResponse, sendSuccessResponse@GET
@Path(value="/{projectId}/{projectVersion}/{flowId}")
public javax.ws.rs.core.Response getFlow(@PathParam(value="projectId")
String projectId,
@PathParam(value="projectVersion")
String projectVersion,
@PathParam(value="flowId")
String flowId)
@GET
@Path(value="/{projectId}/{projectVersion}/{flowId}/ingress")
public javax.ws.rs.core.Response getIngressConnectors(@PathParam(value="projectId")
String projectId,
@PathParam(value="projectVersion")
String projectVersion,
@PathParam(value="flowId")
String flowId)
@GET
@Path(value="/{projectId}/{projectVersion}/{flowId}/egress")
public javax.ws.rs.core.Response getEgressConnectors(@PathParam(value="projectId")
String projectId,
@PathParam(value="projectVersion")
String projectVersion,
@PathParam(value="flowId")
String flowId)
Copyright © 2016–2019 AdroitLogic. All rights reserved.