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

Packages that use DeploymentEntity
org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users. 
org.camunda.bpm.engine.impl.application   
org.camunda.bpm.engine.impl.bpmn.deployer   
org.camunda.bpm.engine.impl.bpmn.parser   
org.camunda.bpm.engine.impl.cfg.multitenancy   
org.camunda.bpm.engine.impl.cmd   
org.camunda.bpm.engine.impl.cmmn.deployer   
org.camunda.bpm.engine.impl.cmmn.transformer   
org.camunda.bpm.engine.impl.context   
org.camunda.bpm.engine.impl.dmn.deployer   
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   
org.camunda.bpm.engine.impl.scripting   
org.camunda.bpm.engine.impl.util   
 

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

Methods in org.camunda.bpm.engine.impl with parameters of type DeploymentEntity
protected  void AbstractDefinitionDeployer.definitionAddedToDeploymentCache(DeploymentEntity deployment, DefinitionEntity definition, Properties properties)
          Called after a definition was added to the deployment cache.
 void AbstractDefinitionDeployer.deploy(DeploymentEntity deployment)
           
protected  String AbstractDefinitionDeployer.generateDefinitionId(DeploymentEntity deployment, DefinitionEntity newDefinition, DefinitionEntity latestDefinition)
          create an id for the definition.
protected  String AbstractDefinitionDeployer.generateDiagramResourceForDefinition(DeploymentEntity deployment, String resourceName, DefinitionEntity definition, Map<String,ResourceEntity> resources)
          Generate a diagram resource for a definition and return the name of the image resource.
protected  String AbstractDefinitionDeployer.getDiagramResourceForDefinition(DeploymentEntity deployment, String resourceName, DefinitionEntity definition, Map<String,ResourceEntity> resources)
          Returns the default name of the image resource for a certain definition.
protected  int AbstractDefinitionDeployer.getNextVersion(DeploymentEntity deployment, DefinitionEntity newDefinition, DefinitionEntity latestDefinition)
          per default we increment the latest definition version by one - but you might want to hook in some own logic here, e.g.
protected  void AbstractDefinitionDeployer.handlePersistedDefinition(DefinitionEntity definition, DefinitionEntity persistedDefinition, DeploymentEntity deployment, Properties properties)
           
protected  void AbstractDefinitionDeployer.loadDefinitions(DeploymentEntity deployment, List<DefinitionEntity> definitions, Properties properties)
           
protected  List<DefinitionEntity> AbstractDefinitionDeployer.parseDefinitionResources(DeploymentEntity deployment, Properties properties)
           
protected  void AbstractDefinitionDeployer.persistDefinitions(DeploymentEntity deployment, List<DefinitionEntity> definitions, Properties properties)
           
protected  void AbstractDefinitionDeployer.persistedDefinitionLoaded(DeploymentEntity deployment, DefinitionEntity definition, DefinitionEntity persistedDefinition)
          Called when a previous version of a definition was loaded from the persistent store.
protected  void AbstractDefinitionDeployer.postProcessDefinitions(DeploymentEntity deployment, List<DefinitionEntity> definitions, Properties properties)
           
protected  void AbstractDefinitionDeployer.registerDefinition(DeploymentEntity deployment, DefinitionEntity definition, Properties properties)
           
protected abstract  List<DefinitionEntity> AbstractDefinitionDeployer.transformDefinitions(DeploymentEntity deployment, ResourceEntity resource, Properties properties)
          Transform the resource entity into definition entities.
protected  Collection<DefinitionEntity> AbstractDefinitionDeployer.transformResource(DeploymentEntity deployment, ResourceEntity resource, Properties properties)
           
protected  void AbstractDefinitionDeployer.updateDefinitionByLatestDefinition(DeploymentEntity deployment, DefinitionEntity definition, DefinitionEntity latestDefinition)
           
protected  void AbstractDefinitionDeployer.updateDefinitionByPersistedDefinition(DeploymentEntity deployment, DefinitionEntity definition, DefinitionEntity persistedDefinition)
           
 

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

Methods in org.camunda.bpm.engine.impl.application with parameters of type DeploymentEntity
protected  List<CaseDefinition> ProcessApplicationManager.getDeployedCaseDefinitionArtifacts(DeploymentEntity deployment)
           
protected  List<ProcessDefinition> ProcessApplicationManager.getDeployedProcessDefinitionArtifacts(DeploymentEntity deployment)
           
 

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)
           
protected  void BpmnDeployer.definitionAddedToDeploymentCache(DeploymentEntity deployment, ProcessDefinitionEntity definition, Properties properties)
           
protected  String BpmnDeployer.generateDiagramResourceForDefinition(DeploymentEntity deployment, String resourceName, ProcessDefinitionEntity definition, Map<String,ResourceEntity> resources)
           
protected  void BpmnDeployer.handlePersistedDefinition(ProcessDefinitionEntity definition, ProcessDefinitionEntity persistedDefinition, DeploymentEntity deployment, Properties properties)
           
protected  void BpmnDeployer.persistedDefinitionLoaded(DeploymentEntity deployment, ProcessDefinitionEntity definition, ProcessDefinitionEntity persistedDefinition)
           
protected  List<ProcessDefinitionEntity> BpmnDeployer.transformDefinitions(DeploymentEntity deployment, ResourceEntity resource, Properties properties)
           
 

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.cfg.multitenancy
 

Methods in org.camunda.bpm.engine.impl.cfg.multitenancy that return DeploymentEntity
protected  DeploymentEntity TenantCommandChecker.findDeploymentById(String deploymentId)
           
 

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

Methods in org.camunda.bpm.engine.impl.cmd that return DeploymentEntity
protected  DeploymentEntity DeployCmd.getExistingDeployment(CommandContext commandContext, String deploymentName)
           
protected  DeploymentEntity DeployCmd.initDeployment()
           
 

Methods in org.camunda.bpm.engine.impl.cmd with parameters of type DeploymentEntity
protected  void DeployCmd.deploy(DeploymentEntity deployment)
           
protected  List<? extends ProcessDefinition> DeployCmd.getDeployedProcesses(DeploymentEntity deployment)
           
protected  ProcessApplicationRegistration DeployCmd.registerProcessApplication(CommandContext commandContext, DeploymentEntity deployment, Set<String> processKeysToRegisterFor)
           
protected  void DeployCmd.registerWithJobExecutor(CommandContext commandContext, DeploymentEntity deployment)
           
protected  Map<String,ResourceEntity> DeployCmd.resolveResourcesToDeploy(CommandContext commandContext, DeploymentEntity deployment)
           
protected  Set<String> DeployCmd.resumePreviousByDeploymentName(CommandContext commandContext, DeploymentEntity deployment)
          Searches for previous deployments with the same name.
protected  Set<String> DeployCmd.resumePreviousByProcessDefinitionKey(CommandContext commandContext, DeploymentEntity deployment, Set<String> processKeysToRegisterFor)
          Searches in previous deployments for the same processes and retrieves the deployment ids.
protected  void DeployCmd.scheduleProcessDefinitionActivation(CommandContext commandContext, DeploymentEntity deployment)
           
 

Method parameters in org.camunda.bpm.engine.impl.cmd with type arguments of type DeploymentEntity
protected  void DeployCmd.ensureDeploymentsWithIdsExists(Set<String> expected, List<DeploymentEntity> actual)
           
 

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

Methods in org.camunda.bpm.engine.impl.cmmn.deployer with parameters of type DeploymentEntity
protected  List<CaseDefinitionEntity> CmmnDeployer.transformDefinitions(DeploymentEntity deployment, ResourceEntity resource, Properties properties)
           
 

Uses of DeploymentEntity in org.camunda.bpm.engine.impl.cmmn.transformer
 

Fields in org.camunda.bpm.engine.impl.cmmn.transformer declared as DeploymentEntity
protected  DeploymentEntity CmmnTransform.deployment
           
 

Methods in org.camunda.bpm.engine.impl.cmmn.transformer that return DeploymentEntity
 DeploymentEntity CmmnTransform.getDeployment()
           
 

Methods in org.camunda.bpm.engine.impl.cmmn.transformer with parameters of type DeploymentEntity
 CmmnTransform CmmnTransform.deployment(DeploymentEntity deployment)
           
 void CmmnTransform.setDeployment(DeploymentEntity deployment)
           
 

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

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

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

Methods in org.camunda.bpm.engine.impl.dmn.deployer with parameters of type DeploymentEntity
protected  DecisionRequirementsDefinitionEntity DecisionDefinitionDeployer.findDeployedDrdForResource(DeploymentEntity deployment, String resourceName)
           
protected  List<DecisionDefinitionEntity> DecisionDefinitionDeployer.transformDefinitions(DeploymentEntity deployment, ResourceEntity resource, Properties properties)
           
protected  List<DecisionRequirementsDefinitionEntity> DecisionRequirementsDefinitionDeployer.transformDefinitions(DeploymentEntity deployment, ResourceEntity resource, Properties properties)
           
protected  void DecisionRequirementsDefinitionDeployer.updateDefinitionByPersistedDefinition(DeploymentEntity deployment, DecisionRequirementsDefinitionEntity definition, DecisionRequirementsDefinitionEntity persistedDefinition)
           
 

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 DelegateFormHandler.parseConfiguration(Element activityElement, DeploymentEntity deployment, ProcessDefinitionEntity processDefinition, BpmnParse bpmnParse)
           
 void FormHandler.parseConfiguration(Element activityElement, DeploymentEntity deployment, ProcessDefinitionEntity processDefinition, BpmnParse bpmnParse)
           
 

Constructors in org.camunda.bpm.engine.impl.form.handler with parameters of type DeploymentEntity
DelegateStartFormHandler(StartFormHandler formHandler, DeploymentEntity deployment)
           
DelegateTaskFormHandler(TaskFormHandler formHandler, DeploymentEntity deployment)
           
 

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 that return types with arguments of type DeploymentEntity
 List<DeploymentEntity> DeploymentManager.findDeploymentsByIds(String... deploymentsIds)
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type DeploymentEntity
protected  void DeploymentManager.createDefaultAuthorizations(DeploymentEntity deployment)
           
 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()
           
 

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

Methods in org.camunda.bpm.engine.impl.scripting that return DeploymentEntity
protected  DeploymentEntity DynamicResourceExecutableScript.getDeployment()
           
 

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

Methods in org.camunda.bpm.engine.impl.util with parameters of type DeploymentEntity
static String ResourceUtil.loadResourceContent(String resourcePath, DeploymentEntity deployment)
          Parse a camunda:resource attribute and loads the resource depending on the url scheme.
 



Copyright © 2016 camunda services GmbH. All rights reserved.