Uses of Class
org.operaton.bpm.engine.impl.persistence.deploy.cache.DeploymentCache
Packages that use DeploymentCache
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of DeploymentCache in org.operaton.bpm.engine.impl
Methods in org.operaton.bpm.engine.impl that return DeploymentCacheModifier and TypeMethodDescriptionprotected DeploymentCacheAbstractDefinitionDeployer.getDeploymentCache()Methods in org.operaton.bpm.engine.impl with parameters of type DeploymentCacheModifier and TypeMethodDescriptionprotected abstract voidAbstractDefinitionDeployer.addDefinitionToDeploymentCache(DeploymentCache deploymentCache, DEFINITION_ENTITY definition) Add a definition to the deployment cache -
Uses of DeploymentCache in org.operaton.bpm.engine.impl.bpmn.deployer
Methods in org.operaton.bpm.engine.impl.bpmn.deployer with parameters of type DeploymentCacheModifier and TypeMethodDescriptionprotected voidBpmnDeployer.addDefinitionToDeploymentCache(DeploymentCache deploymentCache, ProcessDefinitionEntity definition) -
Uses of DeploymentCache in org.operaton.bpm.engine.impl.cfg
Fields in org.operaton.bpm.engine.impl.cfg declared as DeploymentCacheModifier and TypeFieldDescriptionprotected DeploymentCacheProcessEngineConfigurationImpl.deploymentCacheMethods in org.operaton.bpm.engine.impl.cfg that return DeploymentCacheMethods in org.operaton.bpm.engine.impl.cfg with parameters of type DeploymentCacheModifier and TypeMethodDescriptionvoidProcessEngineConfigurationImpl.setDeploymentCache(DeploymentCache deploymentCache) -
Uses of DeploymentCache in org.operaton.bpm.engine.impl.cmd
Methods in org.operaton.bpm.engine.impl.cmd with parameters of type DeploymentCacheModifier and TypeMethodDescriptionprotected ProcessDefinitionEntityGetDeployedProcessDefinitionCmd.findById(DeploymentCache deploymentCache, String processDefinitionId) protected ProcessDefinitionEntityGetDeployedProcessDefinitionCmd.findByKey(DeploymentCache deploymentCache, String processDefinitionKey) -
Uses of DeploymentCache in org.operaton.bpm.engine.impl.cmmn.cmd
Methods in org.operaton.bpm.engine.impl.cmmn.cmd with parameters of type DeploymentCacheModifier and TypeMethodDescriptionprotected CaseDefinitionEntityCreateCaseInstanceCmd.findById(DeploymentCache deploymentCache, String caseDefinitionId) protected CaseDefinitionEntityCreateCaseInstanceCmd.findByKey(DeploymentCache deploymentCache, String caseDefinitionKey) -
Uses of DeploymentCache in org.operaton.bpm.engine.impl.cmmn.deployer
Methods in org.operaton.bpm.engine.impl.cmmn.deployer with parameters of type DeploymentCacheModifier and TypeMethodDescriptionprotected voidCmmnDeployer.addDefinitionToDeploymentCache(DeploymentCache deploymentCache, CaseDefinitionEntity definition) -
Uses of DeploymentCache in org.operaton.bpm.engine.impl.dmn.cmd
Methods in org.operaton.bpm.engine.impl.dmn.cmd with parameters of type DeploymentCacheModifier and TypeMethodDescriptionprotected DecisionDefinitionEvaluateDecisionCmd.findById(DeploymentCache deploymentCache) protected DecisionDefinitionEvaluateDecisionTableCmd.findById(DeploymentCache deploymentCache) protected DecisionDefinitionEvaluateDecisionCmd.findByKey(DeploymentCache deploymentCache) protected DecisionDefinitionEvaluateDecisionTableCmd.findByKey(DeploymentCache deploymentCache) -
Uses of DeploymentCache in org.operaton.bpm.engine.impl.dmn.deployer
Methods in org.operaton.bpm.engine.impl.dmn.deployer with parameters of type DeploymentCacheModifier and TypeMethodDescriptionprotected voidDecisionDefinitionDeployer.addDefinitionToDeploymentCache(DeploymentCache deploymentCache, DecisionDefinitionEntity definition) protected voidDecisionRequirementsDefinitionDeployer.addDefinitionToDeploymentCache(DeploymentCache deploymentCache, DecisionRequirementsDefinitionEntity definition) -
Uses of DeploymentCache in org.operaton.bpm.engine.impl.form.deployer
Methods in org.operaton.bpm.engine.impl.form.deployer with parameters of type DeploymentCacheModifier and TypeMethodDescriptionprotected voidOperatonFormDefinitionDeployer.addDefinitionToDeploymentCache(DeploymentCache deploymentCache, OperatonFormDefinitionEntity definition) -
Uses of DeploymentCache in org.operaton.bpm.engine.impl.util
Methods in org.operaton.bpm.engine.impl.util that return DeploymentCacheModifier and TypeMethodDescriptionstatic DeploymentCacheCallableElementUtil.getDeploymentCache()