Uses of Interface
org.camunda.bpm.engine.repository.DeploymentWithDefinitions

Packages that use DeploymentWithDefinitions
org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users. 
org.camunda.bpm.engine.impl.cmd   
org.camunda.bpm.engine.impl.persistence.entity   
org.camunda.bpm.engine.impl.repository   
org.camunda.bpm.engine.repository Classes related to the RepositoryService
 

Uses of DeploymentWithDefinitions in org.camunda.bpm.engine.impl
 

Methods in org.camunda.bpm.engine.impl that return DeploymentWithDefinitions
 DeploymentWithDefinitions RepositoryServiceImpl.deployWithResult(DeploymentBuilderImpl deploymentBuilder)
           
 

Uses of DeploymentWithDefinitions in org.camunda.bpm.engine.impl.cmd
 

Methods in org.camunda.bpm.engine.impl.cmd that return DeploymentWithDefinitions
protected  DeploymentWithDefinitions DeployCmd.doExecute(CommandContext commandContext)
           
 DeploymentWithDefinitions DeployCmd.execute(CommandContext commandContext)
           
 

Uses of DeploymentWithDefinitions in org.camunda.bpm.engine.impl.persistence.entity
 

Classes in org.camunda.bpm.engine.impl.persistence.entity that implement DeploymentWithDefinitions
 class DeploymentEntity
           
 class DeploymentStatisticsEntity
           
 class ProcessApplicationDeploymentImpl
           
 

Fields in org.camunda.bpm.engine.impl.persistence.entity declared as DeploymentWithDefinitions
protected  DeploymentWithDefinitions ProcessApplicationDeploymentImpl.deployment
           
 

Constructors in org.camunda.bpm.engine.impl.persistence.entity with parameters of type DeploymentWithDefinitions
ProcessApplicationDeploymentImpl(DeploymentWithDefinitions deployment, ProcessApplicationRegistration registration)
           
 

Uses of DeploymentWithDefinitions in org.camunda.bpm.engine.impl.repository
 

Methods in org.camunda.bpm.engine.impl.repository that return DeploymentWithDefinitions
 DeploymentWithDefinitions DeploymentBuilderImpl.deployWithResult()
           
 

Uses of DeploymentWithDefinitions in org.camunda.bpm.engine.repository
 

Subinterfaces of DeploymentWithDefinitions in org.camunda.bpm.engine.repository
 interface ProcessApplicationDeployment
           
 

Methods in org.camunda.bpm.engine.repository that return DeploymentWithDefinitions
 DeploymentWithDefinitions DeploymentBuilder.deployWithResult()
          Deploys all provided sources to the process engine and returns the created deployment with the deployed definitions.
 



Copyright © 2017 camunda services GmbH. All rights reserved.