public interface DeploymentRestService
Modifier and Type | Method and Description |
---|---|
DeploymentDto |
createDeployment(javax.ws.rs.core.UriInfo uriInfo,
MultipartFormData multipartFormData) |
DeploymentResource |
getDeployment(String deploymentId) |
List<DeploymentDto> |
getDeployments(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults) |
CountResultDto |
getDeploymentsCount(javax.ws.rs.core.UriInfo uriInfo) |
static final String PATH
DeploymentResource getDeployment(String deploymentId)
List<DeploymentDto> getDeployments(@Context javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
DeploymentDto createDeployment(@Context javax.ws.rs.core.UriInfo uriInfo, MultipartFormData multipartFormData)
CountResultDto getDeploymentsCount(@Context javax.ws.rs.core.UriInfo uriInfo)
Copyright © 2017. All rights reserved.