| 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 |
|---|---|
ProjectResource |
ProjectManager.getProject(String id) |
ProjectResource |
ProjectManager.getProject(String id,
String version) |
| Modifier and Type | Method and Description |
|---|---|
List<ProjectResource> |
ProjectManager.listProjects() |
| Modifier and Type | Method and Description |
|---|---|
ProjectResource |
ProjectManagerImpl.getProject(String id) |
ProjectResource |
ProjectManagerImpl.getProject(String id,
String version) |
| Modifier and Type | Method and Description |
|---|---|
List<ProjectResource> |
ProjectManagerImpl.listProjects() |
| Modifier and Type | Method and Description |
|---|---|
ProjectResource |
ProjectManagementService.getProject(String projectId) |
ProjectResource |
ProjectManagementService.getProject(String projectId,
String version) |
| Modifier and Type | Method and Description |
|---|---|
List<ProjectResource> |
ProjectManagementService.getProjectList() |
| Modifier and Type | Method and Description |
|---|---|
ProjectResource |
ProjectManagementProxy.getProject(String id,
String version) |
| Modifier and Type | Method and Description |
|---|---|
List<ProjectResource> |
ProjectManagementProxy.listProjects() |
Copyright © 2016–2019 AdroitLogic. All rights reserved.