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.cmmn.deployer | |
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 void |
CmmnDeployer.addDefinitionToDeploymentCache(DeploymentCache deploymentCache,
CaseDefinitionEntity definition) |
Modifier and Type | Method and Description |
---|---|
protected void |
DmnDeployer.addDefinitionToDeploymentCache(DeploymentCache deploymentCache,
DecisionDefinitionEntity definition) |
Modifier and Type | Method and Description |
---|---|
static DeploymentCache |
CallableElementUtil.getDeploymentCache() |
Copyright © 2018. All rights reserved.