public class DeploymentRestServiceImpl extends AbstractRestProcessEngineAware implements DeploymentRestService
Modifier and Type | Field and Description |
---|---|
static String |
DEPLOY_CHANGED_ONLY |
static String |
DEPLOYMENT_NAME |
static String |
ENABLE_DUPLICATE_FILTERING |
protected static Set<String> |
RESERVED_KEYWORDS |
objectMapper, relativeRootResourcePath
processEngine
PATH
Constructor and Description |
---|
DeploymentRestServiceImpl(String engineName,
org.codehaus.jackson.map.ObjectMapper objectMapper) |
Modifier and Type | Method and Description |
---|---|
DeploymentDto |
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 DeploymentRestServiceImpl(String engineName, org.codehaus.jackson.map.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 DeploymentDto 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 © 2018. All rights reserved.