| 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.persistence.deploy.cache | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractDefinitionDeployer<DefinitionEntity extends ResourceDefinitionEntity>Deployerresponsible to parse resource files and create the proper entities. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BpmnDeployerDeployerresponsible to parse BPMN 2.0 XML files and create the properProcessDefinitionEntitys. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected List<Deployer> | ProcessEngineConfigurationImpl. customPostDeployers | 
| protected List<Deployer> | ProcessEngineConfigurationImpl. customPreDeployers | 
| protected List<Deployer> | ProcessEngineConfigurationImpl. deployers | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Deployer> | ProcessEngineConfigurationImpl. getCustomPostDeployers() | 
| List<Deployer> | ProcessEngineConfigurationImpl. getCustomPreDeployers() | 
| protected Collection<? extends Deployer> | ProcessEngineConfigurationImpl. getDefaultDeployers() | 
| List<Deployer> | ProcessEngineConfigurationImpl. getDeployers() | 
| Modifier and Type | Method and Description | 
|---|---|
| ProcessEngineConfigurationImpl | ProcessEngineConfigurationImpl. setCustomPostDeployers(List<Deployer> customPostDeployers) | 
| ProcessEngineConfigurationImpl | ProcessEngineConfigurationImpl. setCustomPreDeployers(List<Deployer> customPreDeployers) | 
| ProcessEngineConfigurationImpl | ProcessEngineConfigurationImpl. setDeployers(List<Deployer> deployers) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CmmnDeployerDeployerresponsible to parse CMMN 1.0 XML files and create the
 properCaseDefinitionEntitys. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DecisionDefinitionDeployerDeployerresponsible to parse DMN 1.1 XML files and create the properDecisionDefinitionEntitys. | 
| class  | DecisionRequirementsDefinitionDeployerDeployerresponsible to parse DMN 1.1 XML files and create the properDecisionRequirementsDefinitionEntitys. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected List<Deployer> | CacheDeployer. deployers | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CacheDeployer. setDeployers(List<Deployer> deployers) | 
| void | DeploymentCache. setDeployers(List<Deployer> deployers) | 
Copyright © 2018. All rights reserved.