org.camunda.bpm.engine.rest.impl
Class DeploymentRestServiceImpl
java.lang.Object
org.camunda.bpm.engine.rest.spi.impl.AbstractProcessEngineAware
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEPLOYMENT_NAME
public static final String DEPLOYMENT_NAME
- See Also:
- Constant Field Values
ENABLE_DUPLICATE_FILTERING
public static final String ENABLE_DUPLICATE_FILTERING
- See Also:
- Constant Field Values
DEPLOY_CHANGED_ONLY
public static final String DEPLOY_CHANGED_ONLY
- See Also:
- Constant Field Values
DEPLOYMENT_SOURCE
public static final String DEPLOYMENT_SOURCE
- See Also:
- Constant Field Values
TENANT_ID
public static final String TENANT_ID
- See Also:
- Constant Field Values
RESERVED_KEYWORDS
protected static final Set<String> RESERVED_KEYWORDS
DeploymentRestServiceImpl
public DeploymentRestServiceImpl(String engineName,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
getDeployment
public DeploymentResource getDeployment(String deploymentId)
- Specified by:
getDeployment in interface DeploymentRestService
getDeployments
public List<DeploymentDto> getDeployments(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults)
- Specified by:
getDeployments in interface DeploymentRestService
createDeployment
public DeploymentDto createDeployment(javax.ws.rs.core.UriInfo uriInfo,
MultipartFormData payload)
- Specified by:
createDeployment in interface DeploymentRestService
getDeploymentsCount
public CountResultDto getDeploymentsCount(javax.ws.rs.core.UriInfo uriInfo)
- Specified by:
getDeploymentsCount in interface DeploymentRestService
Copyright © 2016 camunda services GmbH. All rights reserved.