Package org.camunda.bpm.engine.rest.impl
Class DeploymentRestServiceImpl
java.lang.Object
org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
org.camunda.bpm.engine.rest.impl.DeploymentRestServiceImpl
- All Implemented Interfaces:
DeploymentRestService
public class DeploymentRestServiceImpl
extends AbstractRestProcessEngineAware
implements DeploymentRestService
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
Fields inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
objectMapper, relativeRootResourcePath
Fields inherited from interface org.camunda.bpm.engine.rest.DeploymentRestService
PATH
-
Constructor Summary
ConstructorDescriptionDeploymentRestServiceImpl
(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Modifier and TypeMethodDescriptioncreateDeployment
(jakarta.ws.rs.core.UriInfo uriInfo, MultipartFormData payload) getDeployment
(String deploymentId) getDeployments
(jakarta.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) getDeploymentsCount
(jakarta.ws.rs.core.UriInfo uriInfo) getRegisteredDeployments
(jakarta.ws.rs.core.UriInfo uriInfo) Methods inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
getObjectMapper, getProcessEngine, setRelativeRootResourceUri
-
Field Details
-
DEPLOYMENT_NAME
- See Also:
-
DEPLOYMENT_ACTIVATION_TIME
- See Also:
-
ENABLE_DUPLICATE_FILTERING
- See Also:
-
DEPLOY_CHANGED_ONLY
- See Also:
-
DEPLOYMENT_SOURCE
- See Also:
-
TENANT_ID
- See Also:
-
RESERVED_KEYWORDS
-
-
Constructor Details
-
DeploymentRestServiceImpl
public DeploymentRestServiceImpl(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details
-
getDeployment
- Specified by:
getDeployment
in interfaceDeploymentRestService
-
getDeployments
public List<DeploymentDto> getDeployments(jakarta.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) - Specified by:
getDeployments
in interfaceDeploymentRestService
-
createDeployment
public DeploymentWithDefinitionsDto createDeployment(jakarta.ws.rs.core.UriInfo uriInfo, MultipartFormData payload) - Specified by:
createDeployment
in interfaceDeploymentRestService
-
getDeploymentsCount
- Specified by:
getDeploymentsCount
in interfaceDeploymentRestService
-
getRegisteredDeployments
- Specified by:
getRegisteredDeployments
in interfaceDeploymentRestService
-