Class DeploymentResourceImpl
java.lang.Object
org.operaton.bpm.engine.rest.impl.AbstractRestProcessEngineAware
org.operaton.bpm.engine.rest.sub.repository.impl.DeploymentResourceImpl
- All Implemented Interfaces:
DeploymentResource
public class DeploymentResourceImpl
extends AbstractRestProcessEngineAware
implements DeploymentResource
-
Field Summary
FieldsFields inherited from class org.operaton.bpm.engine.rest.impl.AbstractRestProcessEngineAware
objectMapper, relativeRootResourcePathFields inherited from interface org.operaton.bpm.engine.rest.sub.repository.DeploymentResource
CASCADE -
Constructor Summary
ConstructorsConstructorDescriptionDeploymentResourceImpl(String processEngineName, String deploymentId, String rootResourcePath, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Modifier and TypeMethodDescriptionprotected DeploymentBuilderaddRedeploymentResources(DeploymentBuilder builder, RedeploymentDto redeployment) protected InvalidRequestExceptioncreateInvalidRequestException(String action, jakarta.ws.rs.core.Response.Status status, ProcessEngineException cause) voiddeleteDeployment(String deploymentId, jakarta.ws.rs.core.UriInfo uriInfo) protected booleanisQueryPropertyEnabled(jakarta.ws.rs.core.UriInfo uriInfo, String property) redeploy(jakarta.ws.rs.core.UriInfo uriInfo, RedeploymentDto redeployment) protected DeploymentWithDefinitionstryToRedeploy(RedeploymentDto redeployment) Methods inherited from class org.operaton.bpm.engine.rest.impl.AbstractRestProcessEngineAware
getObjectMapper, getProcessEngine, setRelativeRootResourceUri
-
Field Details
-
deploymentId
-
-
Constructor Details
-
DeploymentResourceImpl
-
-
Method Details
-
getDeployment
- Specified by:
getDeploymentin interfaceDeploymentResource
-
getDeploymentResources
- Specified by:
getDeploymentResourcesin interfaceDeploymentResource
-
redeploy
- Specified by:
redeployin interfaceDeploymentResource
-
tryToRedeploy
-
addRedeploymentResources
protected DeploymentBuilder addRedeploymentResources(DeploymentBuilder builder, RedeploymentDto redeployment) -
deleteDeployment
- Specified by:
deleteDeploymentin interfaceDeploymentResource
-
isQueryPropertyEnabled
-
createInvalidRequestException
protected InvalidRequestException createInvalidRequestException(String action, jakarta.ws.rs.core.Response.Status status, ProcessEngineException cause)
-