Uses of Interface
org.camunda.bpm.engine.repository.ProcessApplicationDeployment
-
Packages that use ProcessApplicationDeployment Package Description org.camunda.bpm.container.impl.deployment org.camunda.bpm.container.impl.deployment.util org.camunda.bpm.engine.impl.persistence.entity org.camunda.bpm.engine.impl.repository org.camunda.bpm.engine.repository Classes related to theRepositoryService. -
-
Uses of ProcessApplicationDeployment in org.camunda.bpm.container.impl.deployment
Fields 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.util
Constructors 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.engine.impl.persistence.entity
Classes 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.repository
Methods 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.repository
Methods in org.camunda.bpm.engine.repository that return ProcessApplicationDeployment Modifier and Type Method Description ProcessApplicationDeploymentProcessApplicationDeploymentBuilder. deploy()
-