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>
Deployer responsible to parse resource files and create the proper entities. |
Modifier and Type | Class and Description |
---|---|
class |
BpmnDeployer
Deployer responsible to parse BPMN 2.0 XML files and create the proper
ProcessDefinitionEntity s. |
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 |
CmmnDeployer
Deployer responsible to parse CMMN 1.0 XML files and create the
proper CaseDefinitionEntity s. |
Modifier and Type | Class and Description |
---|---|
class |
DecisionDefinitionDeployer
Deployer responsible to parse DMN 1.1 XML files and create the proper
DecisionDefinitionEntity s. |
class |
DecisionRequirementsDefinitionDeployer
Deployer responsible to parse DMN 1.1 XML files and create the proper
DecisionRequirementsDefinitionEntity s. |
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 © 2022. All rights reserved.