public class DeploymentRestServiceImpl extends AbstractRestProcessEngineAware implements DeploymentRestService
| Modifier and Type | Field and Description | 
|---|---|
| static String | DEPLOY_CHANGED_ONLY | 
| static String | DEPLOYMENT_NAME | 
| static String | DEPLOYMENT_SOURCE | 
| static String | ENABLE_DUPLICATE_FILTERING | 
| protected static Set<String> | RESERVED_KEYWORDS | 
| static String | TENANT_ID | 
objectMapper, relativeRootResourcePathprocessEnginePATH| Constructor and Description | 
|---|
| DeploymentRestServiceImpl(String engineName,
                         com.fasterxml.jackson.databind.ObjectMapper objectMapper) | 
| Modifier and Type | Method and Description | 
|---|---|
| DeploymentWithDefinitionsDto | createDeployment(javax.ws.rs.core.UriInfo uriInfo,
                MultipartFormData payload) | 
| DeploymentResource | getDeployment(String deploymentId) | 
| List<DeploymentDto> | getDeployments(javax.ws.rs.core.UriInfo uriInfo,
              Integer firstResult,
              Integer maxResults) | 
| CountResultDto | getDeploymentsCount(javax.ws.rs.core.UriInfo uriInfo) | 
getObjectMapper, getProcessEngine, setRelativeRootResourceUripublic static final String DEPLOYMENT_NAME
public static final String ENABLE_DUPLICATE_FILTERING
public static final String DEPLOY_CHANGED_ONLY
public static final String DEPLOYMENT_SOURCE
public static final String TENANT_ID
public DeploymentRestServiceImpl(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public DeploymentResource getDeployment(String deploymentId)
getDeployment in interface DeploymentRestServicepublic List<DeploymentDto> getDeployments(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
getDeployments in interface DeploymentRestServicepublic DeploymentWithDefinitionsDto createDeployment(javax.ws.rs.core.UriInfo uriInfo, MultipartFormData payload)
createDeployment in interface DeploymentRestServicepublic CountResultDto getDeploymentsCount(javax.ws.rs.core.UriInfo uriInfo)
getDeploymentsCount in interface DeploymentRestServiceCopyright © 2018. All rights reserved.