| Package | Description |
|---|---|
| org.flowable.common.engine.impl |
| Modifier and Type | Field and Description |
|---|---|
protected List<EngineDeployer> |
AbstractEngineConfiguration.customPostDeployers |
protected List<EngineDeployer> |
AbstractEngineConfiguration.customPreDeployers |
protected List<EngineDeployer> |
AbstractEngineConfiguration.deployers |
| Modifier and Type | Method and Description |
|---|---|
protected abstract List<EngineDeployer> |
AbstractEngineConfigurator.getCustomDeployers() |
List<EngineDeployer> |
AbstractEngineConfiguration.getCustomPostDeployers() |
List<EngineDeployer> |
AbstractEngineConfiguration.getCustomPreDeployers() |
List<EngineDeployer> |
AbstractEngineConfiguration.getDeployers() |
| Modifier and Type | Method and Description |
|---|---|
AbstractEngineConfiguration |
AbstractEngineConfiguration.setCustomPostDeployers(List<EngineDeployer> customPostDeployers) |
AbstractEngineConfiguration |
AbstractEngineConfiguration.setCustomPreDeployers(List<EngineDeployer> customPreDeployers) |
AbstractEngineConfiguration |
AbstractEngineConfiguration.setDeployers(List<EngineDeployer> deployers) |
Copyright © 2021 Flowable. All rights reserved.