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
|
Modifier and Type | Method and Description |
---|---|
String |
LoggingManager.addLogger(org.adroitlogic.x.logging.view.LoggerView view,
int componentType,
int moduleId,
int loggerId) |
String |
MessageManager.disableMessageTracing() |
InputStream |
TroubleshootManager.downloadReport() |
String |
MessageManager.enableMessageTracing() |
void |
TroubleshootManager.executeTaskQueue(ExecutionConfigView parameters) |
org.adroitlogic.x.logging.view.AppenderView |
LoggingManager.getAppender(String name) |
List<org.adroitlogic.x.logging.view.AppenderView> |
LoggingManager.getAppenders() |
List<TaskView> |
TroubleshootManager.getAvailableTasks() |
List<ConnectorResource> |
IntegrationFlowManager.getEgressConnectors(String projectId,
String projectVersion,
String flowId) |
FlowResource |
IntegrationFlowManager.getFlow(String projectId,
String projectVersion,
String flowId) |
List<FlowResource> |
ProjectManager.getFlows(String id,
String version) |
String |
IntegrationFlowManager.getFlowXPos(String projectId,
String projectVersion,
String flowId) |
List<ConnectorResource> |
IntegrationFlowManager.getIngressConnectors(String projectId,
String projectVersion,
String flowId) |
org.adroitlogic.x.logging.view.LoggerView |
LoggingManager.getLogger(String name) |
List<org.adroitlogic.x.logging.view.LoggerView> |
LoggingManager.getLoggers(String query) |
MessageContextResource |
MessageManager.getMessageInFlow(String projectId,
String projectVersion,
String flowId,
String sourceId,
String outPortDisplayName,
String targetId) |
List<IntegrationFlowTraceNodeResource> |
MessageManager.getMessagePath(String projectId,
String projectVersion,
String flowId) |
boolean |
MessageManager.getMessageTracingStatus() |
ProjectResource |
ProjectManager.getProject(String id) |
ProjectResource |
ProjectManager.getProject(String id,
String version) |
CommandView |
ClusterCommandManager.getPublishedCommand(String id) |
Map<Integer,CommandView> |
ClusterCommandManager.getPublishedCommands() |
MessageContextResource |
MessageManager.getReceivedMessage(String projectId,
String projectVersion,
String flowId,
String elementId) |
ServerResource |
ServerManager.getServerInfo() |
ExecutionSummaryView |
TroubleshootManager.getTaskExecutionSummary() |
Status |
TroubleshootManager.getTaskQueueStatus() |
void |
TroubleshootManager.launchTaskQueue(ExecutionConfigView parameters) |
List<ProjectResource> |
ProjectManager.listProjects() |
String |
ClusterCommandManager.publishCommand(String command) |
String |
ServerManager.start() |
String |
ProjectManager.startProject(String id) |
String |
ProjectManager.startProject(String id,
String version) |
String |
ServerManager.status() |
String |
ServerManager.stop() |
String |
ProjectManager.stopProject(String id) |
String |
ProjectManager.stopProject(String id,
String version) |
String |
LoggingManager.updateLogger(org.adroitlogic.x.logging.view.LoggerView view) |
Modifier and Type | Method and Description |
---|---|
(package private) <T> T |
AbstractRestManager.invoke(String name,
AbstractRestManager.ThrowableSupplier<T,ManagementException> command) |
(package private) String |
AbstractRestManager.invokeForMsg(String name,
AbstractRestManager.ThrowableSupplier<javax.ws.rs.core.Response,ManagementException> command) |
Modifier and Type | Method and Description |
---|---|
String |
LoggingManagerImpl.addLogger(org.adroitlogic.x.logging.view.LoggerView view,
int componentType,
int moduleId,
int loggerId) |
(package private) javax.ws.rs.core.Response |
AbstractRestManager.delete(String path) |
String |
MessageManagerImpl.disableMessageTracing() |
InputStream |
TroubleshootManagerImpl.downloadReport() |
String |
MessageManagerImpl.enableMessageTracing() |
void |
TroubleshootManagerImpl.executeTaskQueue(ExecutionConfigView parameters) |
(package private) javax.ws.rs.core.Response |
AbstractRestManager.get(String path) |
(package private) javax.ws.rs.core.Response |
AbstractRestManager.get(String path,
Map<String,String> queryParams) |
org.adroitlogic.x.logging.view.AppenderView |
LoggingManagerImpl.getAppender(String name) |
List<org.adroitlogic.x.logging.view.AppenderView> |
LoggingManagerImpl.getAppenders() |
List<TaskView> |
TroubleshootManagerImpl.getAvailableTasks() |
List<ConnectorResource> |
IntegrationFlowManagerImpl.getEgressConnectors(String projectId,
String projectVersion,
String flowId) |
FlowResource |
IntegrationFlowManagerImpl.getFlow(String projectId,
String projectVersion,
String flowId) |
List<FlowResource> |
ProjectManagerImpl.getFlows(String id,
String version) |
String |
IntegrationFlowManagerImpl.getFlowXPos(String projectId,
String projectVersion,
String flowId) |
List<ConnectorResource> |
IntegrationFlowManagerImpl.getIngressConnectors(String projectId,
String projectVersion,
String flowId) |
org.adroitlogic.x.logging.view.LoggerView |
LoggingManagerImpl.getLogger(String name) |
List<org.adroitlogic.x.logging.view.LoggerView> |
LoggingManagerImpl.getLoggers(String query) |
MessageContextResource |
MessageManagerImpl.getMessageInFlow(String projectId,
String projectVersion,
String flowId,
String sourceId,
String outPortDisplayName,
String targetId) |
List<IntegrationFlowTraceNodeResource> |
MessageManagerImpl.getMessagePath(String projectId,
String projectVersion,
String flowId) |
boolean |
MessageManagerImpl.getMessageTracingStatus() |
ProjectResource |
ProjectManagerImpl.getProject(String id) |
ProjectResource |
ProjectManagerImpl.getProject(String id,
String version) |
CommandView |
ClusterCommandManagerImpl.getPublishedCommand(String id) |
Map<Integer,CommandView> |
ClusterCommandManagerImpl.getPublishedCommands() |
MessageContextResource |
MessageManagerImpl.getReceivedMessage(String projectId,
String projectVersion,
String flowId,
String elementId) |
ServerResource |
ServerManagerImpl.getServerInfo() |
ExecutionSummaryView |
TroubleshootManagerImpl.getTaskExecutionSummary() |
Status |
TroubleshootManagerImpl.getTaskQueueStatus() |
(package private) <T> T |
AbstractRestManager.invoke(String name,
AbstractRestManager.ThrowableSupplier<T,ManagementException> command) |
(package private) String |
AbstractRestManager.invokeForMsg(String name,
AbstractRestManager.ThrowableSupplier<javax.ws.rs.core.Response,ManagementException> command) |
void |
TroubleshootManagerImpl.launchTaskQueue(ExecutionConfigView parameters) |
List<ProjectResource> |
ProjectManagerImpl.listProjects() |
(package private) <T> T |
AbstractRestManager.parseResponseClass(javax.ws.rs.core.Response response,
Class<T> entityType) |
(package private) <T> T |
AbstractRestManager.parseResponseGeneric(javax.ws.rs.core.Response response,
javax.ws.rs.core.GenericType<T> entityType) |
(package private) javax.ws.rs.core.Response |
AbstractRestManager.post(String path) |
(package private) javax.ws.rs.core.Response |
AbstractRestManager.post(String path,
javax.ws.rs.client.Entity entity) |
String |
ClusterCommandManagerImpl.publishCommand(String command) |
String |
ServerManagerImpl.start() |
String |
ProjectManagerImpl.startProject(String id) |
String |
ProjectManagerImpl.startProject(String id,
String version) |
String |
ServerManagerImpl.status() |
String |
ServerManagerImpl.stop() |
String |
ProjectManagerImpl.stopProject(String id) |
String |
ProjectManagerImpl.stopProject(String id,
String version) |
String |
LoggingManagerImpl.updateLogger(org.adroitlogic.x.logging.view.LoggerView view) |
Copyright © 2016–2019 AdroitLogic. All rights reserved.