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 DeploymentCacheAbstractDefinitionDeployer. getDeploymentCache()Methods in org.camunda.bpm.engine.impl with parameters of type DeploymentCache Modifier and Type Method Description protected abstract voidAbstractDefinitionDeployer. 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 voidBpmnDeployer. 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 DeploymentCacheProcessEngineConfigurationImpl. deploymentCacheMethods in org.camunda.bpm.engine.impl.cfg that return DeploymentCache Modifier and Type Method Description DeploymentCacheProcessEngineConfigurationImpl. getDeploymentCache()Methods in org.camunda.bpm.engine.impl.cfg with parameters of type DeploymentCache Modifier and Type Method Description voidProcessEngineConfigurationImpl. 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 ProcessDefinitionEntityGetDeployedProcessDefinitionCmd. findById(DeploymentCache deploymentCache, String processDefinitionId)protected ProcessDefinitionEntityGetDeployedProcessDefinitionCmd. 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 Modifier and Type Method Description protected CaseDefinitionEntityCreateCaseInstanceCmd. findById(DeploymentCache deploymentCache, String caseDefinitionId)protected CaseDefinitionEntityCreateCaseInstanceCmd. 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 Modifier and Type Method Description protected voidCmmnDeployer. 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 DecisionDefinitionEvaluateDecisionCmd. findById(DeploymentCache deploymentCache)protected DecisionDefinitionEvaluateDecisionTableCmd. findById(DeploymentCache deploymentCache)protected DecisionDefinitionEvaluateDecisionCmd. findByKey(DeploymentCache deploymentCache)protected DecisionDefinitionEvaluateDecisionTableCmd. 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 voidDecisionDefinitionDeployer. addDefinitionToDeploymentCache(DeploymentCache deploymentCache, DecisionDefinitionEntity definition)protected voidDecisionRequirementsDefinitionDeployer. 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 voidCamundaFormDefinitionDeployer. 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 DeploymentCacheCallableElementUtil. getDeploymentCache()
-