Interface DeploymentResourcesResource

All Known Implementing Classes:
DeploymentResourcesResourceImpl

public interface DeploymentResourcesResource
Author:
Sebastian Menski
  • Method Details

    • getDeploymentResources

      @GET @Produces("application/json") List<DeploymentResourceDto> getDeploymentResources()
    • getDeploymentResource

      @GET @Path("/{resourceId}") @Produces("application/json") DeploymentResourceDto getDeploymentResource(@PathParam("resourceId") String resourceId)
    • getDeploymentResourceData

      @GET @Path("/{resourceId}/data") jakarta.ws.rs.core.Response getDeploymentResourceData(@PathParam("resourceId") String resourceId)