| Package | Description |
|---|---|
| org.flowable.dmn.spring | |
| org.flowable.dmn.spring.autodeployment |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<AutoDeploymentStrategy> |
SpringDmnEngineConfiguration.deploymentStrategies |
| Modifier and Type | Method and Description |
|---|---|
protected AutoDeploymentStrategy |
SpringDmnEngineConfiguration.getAutoDeploymentStrategy(String mode)
Gets the
AutoDeploymentStrategy for the provided mode. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAutoDeploymentStrategy
Abstract base class for implementations of
AutoDeploymentStrategy. |
class |
DefaultAutoDeploymentStrategy
Default implementation of
AutoDeploymentStrategy that groups all Resources into a single deployment. |
class |
ResourceParentFolderAutoDeploymentStrategy
Implementation of
AutoDeploymentStrategy that performs a separate deployment for each set of Resources that share the same parent folder. |
class |
SingleResourceAutoDeploymentStrategy
Implementation of
AutoDeploymentStrategy that performs a separate deployment for each resource by name. |
Copyright © 2018 Flowable. All rights reserved.