| Package | Description |
|---|---|
| org.activiti.engine.impl.bpmn.deployer | |
| org.activiti.engine.impl.cfg | |
| org.activiti.engine.impl.persistence.deploy | |
| org.activiti.engine.impl.rules |
| Modifier and Type | Class and Description |
|---|---|
class |
BpmnDeployer |
| 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> |
DeploymentManager.deployers |
| Modifier and Type | Method and Description |
|---|---|
List<Deployer> |
DeploymentManager.getDeployers() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentManager.setDeployers(List<Deployer> deployers) |
| Modifier and Type | Class and Description |
|---|---|
class |
RulesDeployer |
Copyright © 2016 Alfresco. All rights reserved.