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, relativeRootResourcePath
processEngine
PATH
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, setRelativeRootResourceUri
public 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 DeploymentRestService
public List<DeploymentDto> getDeployments(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
getDeployments
in interface DeploymentRestService
public DeploymentWithDefinitionsDto createDeployment(javax.ws.rs.core.UriInfo uriInfo, MultipartFormData payload)
createDeployment
in interface DeploymentRestService
public CountResultDto getDeploymentsCount(javax.ws.rs.core.UriInfo uriInfo)
getDeploymentsCount
in interface DeploymentRestService
Copyright © 2022. All rights reserved.