public interface DeploymentResourcesResource
Modifier and Type | Method and Description |
---|---|
DeploymentResourceDto |
getDeploymentResource(String resourceId) |
javax.ws.rs.core.Response |
getDeploymentResourceData(String resourceId) |
List<DeploymentResourceDto> |
getDeploymentResources() |
@GET @Produces(value="application/json") List<DeploymentResourceDto> getDeploymentResources()
@GET @Path(value="/{resourceId}") @Produces(value="application/json") DeploymentResourceDto getDeploymentResource(@PathParam(value="resourceId") String resourceId)
@GET @Path(value="/{resourceId}/data") javax.ws.rs.core.Response getDeploymentResourceData(@PathParam(value="resourceId") String resourceId)
Copyright © 2022. All rights reserved.