Uses of Class
org.camunda.bpm.engine.impl.persistence.deploy.DeploymentCache

Packages that use DeploymentCache
org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users. 
org.camunda.bpm.engine.impl.bpmn.deployer   
org.camunda.bpm.engine.impl.cfg   
org.camunda.bpm.engine.impl.cmd   
org.camunda.bpm.engine.impl.cmmn.cmd   
org.camunda.bpm.engine.impl.cmmn.deployer   
org.camunda.bpm.engine.impl.dmn.cmd   
org.camunda.bpm.engine.impl.dmn.deployer   
org.camunda.bpm.engine.impl.util   
 

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

Methods in org.camunda.bpm.engine.impl that return DeploymentCache
protected  DeploymentCache AbstractDefinitionDeployer.getDeploymentCache()
           
 

Methods in org.camunda.bpm.engine.impl with parameters of type DeploymentCache
protected abstract  void AbstractDefinitionDeployer.addDefinitionToDeploymentCache(DeploymentCache deploymentCache, DefinitionEntity definition)
          Add a definition to the deployment cache
 

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

Methods in org.camunda.bpm.engine.impl.bpmn.deployer with parameters of type DeploymentCache
protected  void BpmnDeployer.addDefinitionToDeploymentCache(DeploymentCache deploymentCache, ProcessDefinitionEntity definition)
           
 

Uses of DeploymentCache in org.camunda.bpm.engine.impl.cfg
 

Fields in org.camunda.bpm.engine.impl.cfg declared as DeploymentCache
protected  DeploymentCache ProcessEngineConfigurationImpl.deploymentCache
           
 

Methods in org.camunda.bpm.engine.impl.cfg that return DeploymentCache
 DeploymentCache ProcessEngineConfigurationImpl.getDeploymentCache()
           
 

Methods in org.camunda.bpm.engine.impl.cfg with parameters of type DeploymentCache
 void ProcessEngineConfigurationImpl.setDeploymentCache(DeploymentCache deploymentCache)
           
 

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

Methods in org.camunda.bpm.engine.impl.cmd with parameters of type DeploymentCache
protected  ProcessDefinitionEntity GetDeployedProcessDefinitionCmd.findById(DeploymentCache deploymentCache, String processDefinitionId)
           
protected  ProcessDefinitionEntity GetDeployedProcessDefinitionCmd.findByKey(DeploymentCache deploymentCache, String processDefinitionKey)
           
 

Uses of DeploymentCache in org.camunda.bpm.engine.impl.cmmn.cmd
 

Methods in org.camunda.bpm.engine.impl.cmmn.cmd with parameters of type DeploymentCache
protected  CaseDefinitionEntity CreateCaseInstanceCmd.findById(DeploymentCache deploymentCache, String caseDefinitionId)
           
protected  CaseDefinitionEntity CreateCaseInstanceCmd.findByKey(DeploymentCache deploymentCache, String caseDefinitionKey)
           
 

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

Methods in org.camunda.bpm.engine.impl.cmmn.deployer with parameters of type DeploymentCache
protected  void CmmnDeployer.addDefinitionToDeploymentCache(DeploymentCache deploymentCache, CaseDefinitionEntity definition)
           
 

Uses of DeploymentCache in org.camunda.bpm.engine.impl.dmn.cmd
 

Methods in org.camunda.bpm.engine.impl.dmn.cmd with parameters of type DeploymentCache
protected  DecisionDefinition EvaluateDecisionCmd.findById(DeploymentCache deploymentCache)
           
protected  DecisionDefinition EvaluateDecisionTableCmd.findById(DeploymentCache deploymentCache)
           
protected  DecisionDefinition EvaluateDecisionCmd.findByKey(DeploymentCache deploymentCache)
           
protected  DecisionDefinition EvaluateDecisionTableCmd.findByKey(DeploymentCache deploymentCache)
           
 

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

Methods in org.camunda.bpm.engine.impl.dmn.deployer with parameters of type DeploymentCache
protected  void DecisionDefinitionDeployer.addDefinitionToDeploymentCache(DeploymentCache deploymentCache, DecisionDefinitionEntity definition)
           
protected  void DecisionRequirementsDefinitionDeployer.addDefinitionToDeploymentCache(DeploymentCache deploymentCache, DecisionRequirementsDefinitionEntity definition)
           
 

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

Methods in org.camunda.bpm.engine.impl.util that return DeploymentCache
static DeploymentCache CallableElementUtil.getDeploymentCache()
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.