org.camunda.bpm.engine.rest
Interface DeploymentRestService
- All Known Implementing Classes:
- DeploymentRestServiceImpl
public interface DeploymentRestService
PATH
static final String PATH
- See Also:
- Constant Field Values
getDeployment
DeploymentResource getDeployment(String deploymentId)
getDeployments
List<DeploymentDto> getDeployments(@Context
javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults)
createDeployment
DeploymentDto createDeployment(@Context
javax.ws.rs.core.UriInfo uriInfo,
MultipartFormData multipartFormData)
getDeploymentsCount
CountResultDto getDeploymentsCount(@Context
javax.ws.rs.core.UriInfo uriInfo)
Copyright © 2016 camunda services GmbH. All rights reserved.