org.camunda.bpm.engine.rest.sub.repository
Interface DeploymentResource
- All Known Implementing Classes:
- DeploymentResourceImpl
public interface DeploymentResource
CASCADE
static final String CASCADE
- See Also:
- Constant Field Values
getDeployment
DeploymentDto getDeployment()
getDeploymentResources
DeploymentResourcesResource getDeploymentResources()
redeploy
DeploymentDto redeploy(@Context
javax.ws.rs.core.UriInfo uriInfo,
RedeploymentDto redeployment)
deleteDeployment
void deleteDeployment(String deploymentId,
@Context
javax.ws.rs.core.UriInfo uriInfo)
Copyright © 2016 camunda services GmbH. All rights reserved.