Uses of Interface
org.camunda.bpm.engine.repository.ProcessApplicationDeployment
-
-
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.container.impl.jboss.service
Fields 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.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()
-