Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.DeploymentEntity

Packages that use DeploymentEntity
org.camunda.bpm.engine.impl.bpmn.deployer   
org.camunda.bpm.engine.impl.bpmn.parser   
org.camunda.bpm.engine.impl.cmd   
org.camunda.bpm.engine.impl.context   
org.camunda.bpm.engine.impl.form.handler   
org.camunda.bpm.engine.impl.persistence.deploy   
org.camunda.bpm.engine.impl.persistence.entity   
org.camunda.bpm.engine.impl.repository   
 

Uses of DeploymentEntity in org.camunda.bpm.engine.impl.bpmn.deployer
 

Methods in org.camunda.bpm.engine.impl.bpmn.deployer with parameters of type DeploymentEntity
protected  void BpmnDeployer.createResource(String name, byte[] bytes, DeploymentEntity deploymentEntity)
           
 void BpmnDeployer.deploy(DeploymentEntity deployment)
           
protected  String BpmnDeployer.getProcessDefinitionId(DeploymentEntity deployment, ProcessDefinitionEntity processDefinition)
          create an id for the process definition.
protected  int BpmnDeployer.getVersionForNewProcessDefinition(DeploymentEntity deployment, ProcessDefinitionEntity newProcessDefinition, ProcessDefinitionEntity latestProcessDefinition)
          per default we increment the latest process definition by one - but you might want to hook in some own logic here, e.g.
 

Uses of DeploymentEntity in org.camunda.bpm.engine.impl.bpmn.parser
 

Fields in org.camunda.bpm.engine.impl.bpmn.parser declared as DeploymentEntity
protected  DeploymentEntity BpmnParse.deployment
          The deployment to which the parsed process definitions will be added.
 

Methods in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type DeploymentEntity
 BpmnParse BpmnParse.deployment(DeploymentEntity deployment)
           
 

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

Methods in org.camunda.bpm.engine.impl.cmd with parameters of type DeploymentEntity
protected  boolean DeployCmd.deploymentsDiffer(DeploymentEntity deployment, DeploymentEntity saved)
           
protected  ProcessApplicationRegistration DeployCmd.registerProcessApplication(CommandContext commandContext, DeploymentEntity deployment)
           
protected  void DeployCmd.registerWithJobExecutor(CommandContext commandContext, DeploymentEntity deployment)
           
protected  void DeployCmd.resumePreviousVersions(CommandContext commandContext, DeploymentEntity deployment, Set<String> deploymentsToRegister)
           
protected  void DeployCmd.scheduleProcessDefinitionActivation(CommandContext commandContext, DeploymentEntity deployment)
           
 

Uses of DeploymentEntity in org.camunda.bpm.engine.impl.context
 

Methods in org.camunda.bpm.engine.impl.context that return DeploymentEntity
 DeploymentEntity ExecutionContext.getDeployment()
           
 

Uses of DeploymentEntity in org.camunda.bpm.engine.impl.form.handler
 

Methods in org.camunda.bpm.engine.impl.form.handler with parameters of type DeploymentEntity
 void DefaultFormHandler.parseConfiguration(Element activityElement, DeploymentEntity deployment, ProcessDefinitionEntity processDefinition, BpmnParse bpmnParse)
           
 void DefaultStartFormHandler.parseConfiguration(Element activityElement, DeploymentEntity deployment, ProcessDefinitionEntity processDefinition, BpmnParse bpmnParse)
           
 void FormHandler.parseConfiguration(Element activityElement, DeploymentEntity deployment, ProcessDefinitionEntity processDefinition, BpmnParse bpmnParse)
           
 

Uses of DeploymentEntity in org.camunda.bpm.engine.impl.persistence.deploy
 

Methods in org.camunda.bpm.engine.impl.persistence.deploy with parameters of type DeploymentEntity
 void DeploymentCache.deploy(DeploymentEntity deployment)
           
 void Deployer.deploy(DeploymentEntity deployment)
           
 

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

Subclasses of DeploymentEntity in org.camunda.bpm.engine.impl.persistence.entity
 class DeploymentStatisticsEntity
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity that return DeploymentEntity
 DeploymentEntity DeploymentManager.findDeploymentById(String deploymentId)
           
 DeploymentEntity DeploymentManager.findLatestDeploymentByName(String deploymentName)
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type DeploymentEntity
 void DeploymentManager.insertDeployment(DeploymentEntity deployment)
           
 

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

Fields in org.camunda.bpm.engine.impl.repository declared as DeploymentEntity
protected  DeploymentEntity DeploymentBuilderImpl.deployment
           
 

Methods in org.camunda.bpm.engine.impl.repository that return DeploymentEntity
 DeploymentEntity DeploymentBuilderImpl.getDeployment()
           
 



Copyright © 2014 camunda services GmbH. All Rights Reserved.