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.model.rest.project |
This package contains the project related view classes, including the project views itself.
|
Modifier and Type | Method and Description |
---|---|
List<ConnectorResource> |
IntegrationFlowManager.getEgressConnectors(String projectId,
String projectVersion,
String flowId) |
List<ConnectorResource> |
IntegrationFlowManager.getIngressConnectors(String projectId,
String projectVersion,
String flowId) |
Modifier and Type | Method and Description |
---|---|
List<ConnectorResource> |
IntegrationFlowManagerImpl.getEgressConnectors(String projectId,
String projectVersion,
String flowId) |
List<ConnectorResource> |
IntegrationFlowManagerImpl.getIngressConnectors(String projectId,
String projectVersion,
String flowId) |
Modifier and Type | Method and Description |
---|---|
List<ConnectorResource> |
IntegrationFlowManagementService.getEgressConnectors(String projectId,
String version,
String flowId)
Returns a list of
ConnectorResource s representing the egress connectors of the integration flow |
List<ConnectorResource> |
IntegrationFlowManagementService.getIngressConnectors(String projectId,
String version,
String flowId)
Returns a list of
ConnectorResource s representing the ingress connectors of the integration flow |
(package private) List<ConnectorResource> |
IntegrationFlowManagementService.getIngressConnectors(XIntegrationFlow integrationFlow)
Returns a list of
ConnectorResource s representing the ingress connectors of the integration flow |
Modifier and Type | Method and Description |
---|---|
List<ConnectorResource> |
FlowResource.getConnectorResources() |
Modifier and Type | Method and Description |
---|---|
void |
FlowResource.setConnectorResources(List<ConnectorResource> connectorResources) |
Constructor and Description |
---|
FlowResource(String id,
String status,
List<ConnectorResource> connectorResources) |
Copyright © 2016–2019 AdroitLogic. All rights reserved.