Class DeployProcessArchiveStep
java.lang.Object
org.camunda.bpm.container.impl.spi.DeploymentOperationStep
org.camunda.bpm.container.impl.deployment.DeployProcessArchiveStep
Deployment operation step responsible for deploying a process archive
- Author:
- Daniel Meyer
-
Field Summary
Modifier and TypeFieldDescriptionprotected ProcessApplicationDeployment
protected URL
protected final ProcessArchiveXml
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cancelOperationStep
(DeploymentOperation operationContext) protected void
enableResumingOfPreviousVersions
(ProcessApplicationDeploymentBuilder deploymentBuilder) findResources
(ClassLoader processApplicationClassloader, String paResourceRoot, String[] additionalResourceSuffixes) getName()
protected ProcessEngine
getProcessEngine
(PlatformServiceContainer serviceContainer) protected ProcessEngine
getProcessEngine
(PlatformServiceContainer serviceContainer, String defaultDeployToProcessEngineName) protected boolean
isValidValueForResumePreviousBy
(String resumePreviousBy) void
performOperationStep
(DeploymentOperation operationContext)
-
Field Details
-
processArchive
-
metaFileUrl
-
deployment
-
-
Constructor Details
-
DeployProcessArchiveStep
-
-
Method Details
-
getName
- Specified by:
getName
in classDeploymentOperationStep
-
performOperationStep
- Specified by:
performOperationStep
in classDeploymentOperationStep
-
enableResumingOfPreviousVersions
protected void enableResumingOfPreviousVersions(ProcessApplicationDeploymentBuilder deploymentBuilder) throws IllegalArgumentException - Throws:
IllegalArgumentException
-
isValidValueForResumePreviousBy
-
findResources
protected Map<String,byte[]> findResources(ClassLoader processApplicationClassloader, String paResourceRoot, String[] additionalResourceSuffixes) -
cancelOperationStep
- Overrides:
cancelOperationStep
in classDeploymentOperationStep
-
getProcessEngine
-
getProcessEngine
protected ProcessEngine getProcessEngine(PlatformServiceContainer serviceContainer, String defaultDeployToProcessEngineName)
-