Package | Description |
---|---|
org.camunda.bpm.engine.impl.bpmn.deployer | |
org.camunda.bpm.engine.impl.cfg | |
org.camunda.bpm.engine.impl.persistence.deploy |
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 | Field and Description |
---|---|
protected List<Deployer> |
DeploymentCache.deployers |
Modifier and Type | Method and Description |
---|---|
List<Deployer> |
DeploymentCache.getDeployers() |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentCache.setDeployers(List<Deployer> deployers) |
Copyright © 2015. All rights reserved.