@Path(value="project") @Produces(value="application/json") public class ProjectManagementController extends AbstractManagementController
Constructor and Description |
---|
ProjectManagementController() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
getFlow(String projectId,
String flowId) |
javax.ws.rs.core.Response |
getProject(String projectId) |
javax.ws.rs.core.Response |
getProjectList() |
sendCustomResponse, sendCustomResponse, sendCustomSuccessResponse, sendSuccessResponse
@GET public javax.ws.rs.core.Response getProjectList()
@GET @Path(value="/{projectId}") public javax.ws.rs.core.Response getProject(@PathParam(value="projectId") String projectId)
Copyright © 2016–2019 AdroitLogic. All rights reserved.