public class ProjectManagementService extends Object
Constructor and Description |
---|
ProjectManagementService() |
Modifier and Type | Method and Description |
---|---|
FlowResource |
getFlow(String projectId,
String flowId) |
ProjectResource |
getProject(String projectId) |
List<ProjectResource> |
getProjectList() |
public List<ProjectResource> getProjectList() throws ManagementServiceException
ManagementServiceException
- if fails to obtain the project Listpublic ProjectResource getProject(String projectId) throws ManagementServiceException
projectId
- Id of the integration projectManagementServiceException
- if fails to obtain the project details or when a project with the given ID
is not foundpublic FlowResource getFlow(String projectId, String flowId) throws ManagementServiceException
projectId
- Id of the integration projectflowId
- Id of the integration flow within the projectManagementServiceException
- if fails to obtain the integration flow details or when a project is not
found with the given IDCopyright © 2016–2019 AdroitLogic. All rights reserved.