Class DeploymentResourceImpl
java.lang.Object
org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
org.camunda.bpm.engine.rest.sub.repository.impl.DeploymentResourceImpl
- All Implemented Interfaces:
DeploymentResource
public class DeploymentResourceImpl
extends AbstractRestProcessEngineAware
implements DeploymentResource
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
objectMapper, relativeRootResourcePath
Fields inherited from interface org.camunda.bpm.engine.rest.sub.repository.DeploymentResource
CASCADE
-
Constructor Summary
ConstructorDescriptionDeploymentResourceImpl
(String processEngineName, String deploymentId, String rootResourcePath, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Modifier and TypeMethodDescriptionprotected DeploymentBuilder
addRedeploymentResources
(DeploymentBuilder builder, RedeploymentDto redeployment) protected InvalidRequestException
createInvalidRequestException
(String action, javax.ws.rs.core.Response.Status status, ProcessEngineException cause) void
deleteDeployment
(String deploymentId, javax.ws.rs.core.UriInfo uriInfo) protected boolean
isQueryPropertyEnabled
(javax.ws.rs.core.UriInfo uriInfo, String property) redeploy
(javax.ws.rs.core.UriInfo uriInfo, RedeploymentDto redeployment) protected DeploymentWithDefinitions
tryToRedeploy
(RedeploymentDto redeployment) Methods inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
getObjectMapper, getProcessEngine, setRelativeRootResourceUri
-
Field Details
-
deploymentId
-
-
Constructor Details
-
DeploymentResourceImpl
-
-
Method Details
-
getDeployment
- Specified by:
getDeployment
in interfaceDeploymentResource
-
getDeploymentResources
- Specified by:
getDeploymentResources
in interfaceDeploymentResource
-
redeploy
- Specified by:
redeploy
in interfaceDeploymentResource
-
tryToRedeploy
-
addRedeploymentResources
protected DeploymentBuilder addRedeploymentResources(DeploymentBuilder builder, RedeploymentDto redeployment) -
deleteDeployment
- Specified by:
deleteDeployment
in interfaceDeploymentResource
-
isQueryPropertyEnabled
-
createInvalidRequestException
protected InvalidRequestException createInvalidRequestException(String action, javax.ws.rs.core.Response.Status status, ProcessEngineException cause)
-