Package | Description |
---|---|
org.adroitlogic.x.management.api | |
org.adroitlogic.x.management.impl |
The proxy classes for the REST management controllers, that are used by the individual commands to invoke the
management api of the Project-X via the commandline terminal
|
org.adroitlogic.x.management.rest.service |
This package contains the management REST services that are exposed by the Project-X runtime server.
|
org.adroitlogic.x.terminal.proxies |
The proxy classes for the REST management controllers, that are used by the individual commands to invoke the
management api of the Project-X via the commandline terminal
|
Modifier and Type | Method and Description |
---|---|
FlowResource |
IntegrationFlowManager.getFlow(String projectId,
String projectVersion,
String flowId) |
Modifier and Type | Method and Description |
---|---|
List<FlowResource> |
ProjectManager.getFlows(String id,
String version) |
Modifier and Type | Method and Description |
---|---|
FlowResource |
IntegrationFlowManagerImpl.getFlow(String projectId,
String projectVersion,
String flowId) |
Modifier and Type | Method and Description |
---|---|
List<FlowResource> |
ProjectManagerImpl.getFlows(String id,
String version) |
Modifier and Type | Method and Description |
---|---|
FlowResource |
ProjectManagementService.getFlow(String projectId,
String flowId) |
FlowResource |
ProjectManagementService.getFlow(String projectId,
String version,
String flowId) |
FlowResource |
IntegrationFlowManagementService.getFlow(String projectId,
String version,
String flowId)
Returns
FlowResource representing the integration flow that has the given flowId and belongs to a project
with the given projectId and version. |
Modifier and Type | Method and Description |
---|---|
List<FlowResource> |
ProjectManagementService.getFlows(String projectId,
String version) |
Modifier and Type | Method and Description |
---|---|
FlowResource |
IntegrationFlowManagementProxy.getFlow(String projectId,
String projectVersion,
String flowId) |
Copyright © 2016–2019 AdroitLogic. All rights reserved.