Uses of Class
org.camunda.bpm.engine.impl.persistence.deploy.cache.DeploymentCache
-
Packages that use DeploymentCache Package Description 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.form.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 Modifier and Type Method Description protected DeploymentCache
AbstractDefinitionDeployer. getDeploymentCache()
Methods in org.camunda.bpm.engine.impl with parameters of type DeploymentCache Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Field Description protected DeploymentCache
ProcessEngineConfigurationImpl. deploymentCache
Methods in org.camunda.bpm.engine.impl.cfg that return DeploymentCache Modifier and Type Method Description DeploymentCache
ProcessEngineConfigurationImpl. getDeploymentCache()
Methods in org.camunda.bpm.engine.impl.cfg with parameters of type DeploymentCache Modifier and Type Method Description 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 Modifier and Type Method Description protected ProcessDefinitionEntity
GetDeployedProcessDefinitionCmd. findById(DeploymentCache deploymentCache, java.lang.String processDefinitionId)
protected ProcessDefinitionEntity
GetDeployedProcessDefinitionCmd. findByKey(DeploymentCache deploymentCache, java.lang.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 Modifier and Type Method Description protected CaseDefinitionEntity
CreateCaseInstanceCmd. findById(DeploymentCache deploymentCache, java.lang.String caseDefinitionId)
protected CaseDefinitionEntity
CreateCaseInstanceCmd. findByKey(DeploymentCache deploymentCache, java.lang.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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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.form.deployer
Methods in org.camunda.bpm.engine.impl.form.deployer with parameters of type DeploymentCache Modifier and Type Method Description protected void
CamundaFormDefinitionDeployer. addDefinitionToDeploymentCache(DeploymentCache deploymentCache, CamundaFormDefinitionEntity definition)
-
Uses of DeploymentCache in org.camunda.bpm.engine.impl.util
Methods in org.camunda.bpm.engine.impl.util that return DeploymentCache Modifier and Type Method Description static DeploymentCache
CallableElementUtil. getDeploymentCache()
-