Uses of Class
org.camunda.bpm.engine.impl.persistence.deploy.cache.DeploymentCache
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of DeploymentCache in org.camunda.bpm.engine.impl
Modifier and TypeMethodDescriptionprotected DeploymentCache
AbstractDefinitionDeployer.getDeploymentCache()
Modifier and TypeMethodDescriptionprotected 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
Modifier and TypeMethodDescriptionprotected void
BpmnDeployer.addDefinitionToDeploymentCache
(DeploymentCache deploymentCache, ProcessDefinitionEntity definition) -
Uses of DeploymentCache in org.camunda.bpm.engine.impl.cfg
Modifier and TypeFieldDescriptionprotected DeploymentCache
ProcessEngineConfigurationImpl.deploymentCache
Modifier and TypeMethodDescriptionvoid
ProcessEngineConfigurationImpl.setDeploymentCache
(DeploymentCache deploymentCache) -
Uses of DeploymentCache in org.camunda.bpm.engine.impl.cmd
Modifier and TypeMethodDescriptionprotected 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
Modifier and TypeMethodDescriptionprotected 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
Modifier and TypeMethodDescriptionprotected void
CmmnDeployer.addDefinitionToDeploymentCache
(DeploymentCache deploymentCache, CaseDefinitionEntity definition) -
Uses of DeploymentCache in org.camunda.bpm.engine.impl.dmn.cmd
Modifier and TypeMethodDescriptionprotected 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
Modifier and TypeMethodDescriptionprotected 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
Modifier and TypeMethodDescriptionprotected void
CamundaFormDefinitionDeployer.addDefinitionToDeploymentCache
(DeploymentCache deploymentCache, CamundaFormDefinitionEntity definition) -
Uses of DeploymentCache in org.camunda.bpm.engine.impl.util
Modifier and TypeMethodDescriptionstatic DeploymentCache
CallableElementUtil.getDeploymentCache()