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.util |
Modifier and Type | Method and Description |
---|---|
protected DeploymentCache |
AbstractDefinitionDeployer.getDeploymentCache() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractDefinitionDeployer.addDefinitionToDeploymentCache(DeploymentCache deploymentCache,
DefinitionEntity definition)
Add a definition to the deployment cache
|
Modifier and Type | Method and Description |
---|---|
protected void |
BpmnDeployer.addDefinitionToDeploymentCache(DeploymentCache deploymentCache,
ProcessDefinitionEntity definition) |
Modifier and Type | Field and Description |
---|---|
protected DeploymentCache |
ProcessEngineConfigurationImpl.deploymentCache |
Modifier and Type | Method and Description |
---|---|
DeploymentCache |
ProcessEngineConfigurationImpl.getDeploymentCache() |
Modifier and Type | Method and Description |
---|---|
void |
ProcessEngineConfigurationImpl.setDeploymentCache(DeploymentCache deploymentCache) |
Modifier and Type | Method and Description |
---|---|
protected ProcessDefinitionEntity |
GetDeployedProcessDefinitionCmd.findById(DeploymentCache deploymentCache,
String processDefinitionId) |
protected ProcessDefinitionEntity |
GetDeployedProcessDefinitionCmd.findByKey(DeploymentCache deploymentCache,
String processDefinitionKey) |
Modifier and Type | Method and Description |
---|---|
protected CaseDefinitionEntity |
CreateCaseInstanceCmd.findById(DeploymentCache deploymentCache,
String caseDefinitionId) |
protected CaseDefinitionEntity |
CreateCaseInstanceCmd.findByKey(DeploymentCache deploymentCache,
String caseDefinitionKey) |
Modifier and Type | Method and Description |
---|---|
protected void |
CmmnDeployer.addDefinitionToDeploymentCache(DeploymentCache deploymentCache,
CaseDefinitionEntity definition) |
Modifier and Type | Method and Description |
---|---|
protected DecisionDefinition |
EvaluateDecisionTableCmd.findById(DeploymentCache deploymentCache) |
protected DecisionDefinition |
EvaluateDecisionCmd.findById(DeploymentCache deploymentCache) |
protected DecisionDefinition |
EvaluateDecisionTableCmd.findByKey(DeploymentCache deploymentCache) |
protected DecisionDefinition |
EvaluateDecisionCmd.findByKey(DeploymentCache deploymentCache) |
Modifier and Type | Method and Description |
---|---|
protected void |
DecisionDefinitionDeployer.addDefinitionToDeploymentCache(DeploymentCache deploymentCache,
DecisionDefinitionEntity definition) |
protected void |
DecisionRequirementsDefinitionDeployer.addDefinitionToDeploymentCache(DeploymentCache deploymentCache,
DecisionRequirementsDefinitionEntity definition) |
Modifier and Type | Method and Description |
---|---|
static DeploymentCache |
CallableElementUtil.getDeploymentCache() |
Copyright © 2018. All rights reserved.