Uses of Interface
org.camunda.bpm.engine.repository.ProcessApplicationDeployment
- 
- 
Uses of ProcessApplicationDeployment in org.camunda.bpm.container.impl.deploymentFields in org.camunda.bpm.container.impl.deployment declared as ProcessApplicationDeployment Modifier and Type Field Description protected ProcessApplicationDeploymentDeployProcessArchiveStep. deployment
- 
Uses of ProcessApplicationDeployment in org.camunda.bpm.container.impl.deployment.utilConstructors in org.camunda.bpm.container.impl.deployment.util with parameters of type ProcessApplicationDeployment Constructor Description DeployedProcessArchive(ProcessApplicationDeployment deployment)
- 
Uses of ProcessApplicationDeployment in org.camunda.bpm.container.impl.jboss.serviceFields in org.camunda.bpm.container.impl.jboss.service declared as ProcessApplicationDeployment Modifier and Type Field Description protected ProcessApplicationDeploymentProcessApplicationDeploymentService. deploymentthe deployment we create hereMethods in org.camunda.bpm.container.impl.jboss.service that return ProcessApplicationDeployment Modifier and Type Method Description ProcessApplicationDeploymentProcessApplicationDeploymentService. getDeployment()
- 
Uses of ProcessApplicationDeployment in org.camunda.bpm.engine.impl.persistence.entityClasses in org.camunda.bpm.engine.impl.persistence.entity that implement ProcessApplicationDeployment Modifier and Type Class Description classProcessApplicationDeploymentImpl
- 
Uses of ProcessApplicationDeployment in org.camunda.bpm.engine.impl.repositoryMethods in org.camunda.bpm.engine.impl.repository that return ProcessApplicationDeployment Modifier and Type Method Description ProcessApplicationDeploymentProcessApplicationDeploymentBuilderImpl. deploy()
- 
Uses of ProcessApplicationDeployment in org.camunda.bpm.engine.repositoryMethods in org.camunda.bpm.engine.repository that return ProcessApplicationDeployment Modifier and Type Method Description ProcessApplicationDeploymentProcessApplicationDeploymentBuilder. deploy()
 
-