Uses of Interface
org.flowable.common.spring.AutoDeploymentStrategy
Packages that use AutoDeploymentStrategy
Package
Description
-
Uses of AutoDeploymentStrategy in org.flowable.cmmn.spring
Fields in org.flowable.cmmn.spring with type parameters of type AutoDeploymentStrategyModifier and TypeFieldDescriptionprotected Collection<AutoDeploymentStrategy<CmmnEngine>>
SpringCmmnEngineConfiguration.deploymentStrategies
Methods in org.flowable.cmmn.spring that return AutoDeploymentStrategyModifier and TypeMethodDescriptionprotected AutoDeploymentStrategy<CmmnEngine>
SpringCmmnEngineConfiguration.getAutoDeploymentStrategy
(String mode) Gets theAutoDeploymentStrategy
for the provided mode.Methods in org.flowable.cmmn.spring that return types with arguments of type AutoDeploymentStrategyMethod parameters in org.flowable.cmmn.spring with type arguments of type AutoDeploymentStrategyModifier and TypeMethodDescriptionvoid
SpringCmmnEngineConfiguration.setDeploymentStrategies
(Collection<AutoDeploymentStrategy<CmmnEngine>> deploymentStrategies) -
Uses of AutoDeploymentStrategy in org.flowable.cmmn.spring.autodeployment
Classes in org.flowable.cmmn.spring.autodeployment that implement AutoDeploymentStrategyModifier and TypeClassDescriptionclass
Abstract base class for implementations ofAutoDeploymentStrategyDeploymentStrategy
.class
Default implementation ofAutoDeploymentStrategy
that groups allResource
s into a single deployment.class
Implementation ofAutoDeploymentStrategy
that performs a separate deployment for each set ofResource
s that share the same parent folder.class
Implementation ofAutoDeploymentStrategy
that performs a separate deployment for each resource by name. -
Uses of AutoDeploymentStrategy in org.flowable.common.spring
Classes in org.flowable.common.spring that implement AutoDeploymentStrategyModifier and TypeClassDescriptionclass
Common base class for implementations ofAutoDeploymentStrategy
. -
Uses of AutoDeploymentStrategy in org.flowable.dmn.spring
Fields in org.flowable.dmn.spring with type parameters of type AutoDeploymentStrategyModifier and TypeFieldDescriptionprotected Collection<AutoDeploymentStrategy<DmnEngine>>
SpringDmnEngineConfiguration.deploymentStrategies
Methods in org.flowable.dmn.spring that return AutoDeploymentStrategyModifier and TypeMethodDescriptionprotected AutoDeploymentStrategy<DmnEngine>
SpringDmnEngineConfiguration.getAutoDeploymentStrategy
(String mode) Gets theAutoDeploymentStrategy
for the provided mode.Methods in org.flowable.dmn.spring that return types with arguments of type AutoDeploymentStrategyMethod parameters in org.flowable.dmn.spring with type arguments of type AutoDeploymentStrategyModifier and TypeMethodDescriptionvoid
SpringDmnEngineConfiguration.setDeploymentStrategies
(Collection<AutoDeploymentStrategy<DmnEngine>> deploymentStrategies) -
Uses of AutoDeploymentStrategy in org.flowable.dmn.spring.autodeployment
Classes in org.flowable.dmn.spring.autodeployment that implement AutoDeploymentStrategyModifier and TypeClassDescriptionclass
Abstract base class for implementations ofAutoDeploymentStrategy
.class
Default implementation ofAutoDeploymentStrategy
that groups allResource
s into a single deployment.class
Implementation ofAutoDeploymentStrategy
that performs a separate deployment for each set ofResource
s that share the same parent folder.class
Implementation ofAutoDeploymentStrategy
that performs a separate deployment for each resource by name. -
Uses of AutoDeploymentStrategy in org.flowable.eventregistry.spring
Fields in org.flowable.eventregistry.spring with type parameters of type AutoDeploymentStrategyModifier and TypeFieldDescriptionprotected Collection<AutoDeploymentStrategy<EventRegistryEngine>>
SpringEventRegistryEngineConfiguration.deploymentStrategies
Methods in org.flowable.eventregistry.spring that return AutoDeploymentStrategyModifier and TypeMethodDescriptionprotected AutoDeploymentStrategy<EventRegistryEngine>
SpringEventRegistryEngineConfiguration.getAutoDeploymentStrategy
(String mode) Gets theAutoDeploymentStrategy
for the provided mode.Methods in org.flowable.eventregistry.spring that return types with arguments of type AutoDeploymentStrategyModifier and TypeMethodDescriptionSpringEventRegistryEngineConfiguration.getDeploymentStrategies()
Method parameters in org.flowable.eventregistry.spring with type arguments of type AutoDeploymentStrategyModifier and TypeMethodDescriptionvoid
SpringEventRegistryEngineConfiguration.setDeploymentStrategies
(Collection<AutoDeploymentStrategy<EventRegistryEngine>> deploymentStrategies) -
Uses of AutoDeploymentStrategy in org.flowable.eventregistry.spring.autodeployment
Classes in org.flowable.eventregistry.spring.autodeployment that implement AutoDeploymentStrategyModifier and TypeClassDescriptionclass
Abstract base class for implementations ofAutoDeploymentStrategy
.class
Default implementation ofAutoDeploymentStrategy
that groups allResource
s into a single deployment.class
Implementation ofAutoDeploymentStrategy
that performs a separate deployment for each set ofResource
s that share the same parent folder.class
Implementation ofAutoDeploymentStrategy
that performs a separate deployment for each resource by name. -
Uses of AutoDeploymentStrategy in org.flowable.spring
Fields in org.flowable.spring with type parameters of type AutoDeploymentStrategyModifier and TypeFieldDescriptionprotected Collection<AutoDeploymentStrategy<ProcessEngine>>
SpringProcessEngineConfiguration.deploymentStrategies
Methods in org.flowable.spring that return AutoDeploymentStrategyModifier and TypeMethodDescriptionprotected AutoDeploymentStrategy<ProcessEngine>
SpringProcessEngineConfiguration.getAutoDeploymentStrategy
(String mode) Gets theAutoDeploymentStrategy
for the provided mode.Methods in org.flowable.spring that return types with arguments of type AutoDeploymentStrategyMethod parameters in org.flowable.spring with type arguments of type AutoDeploymentStrategyModifier and TypeMethodDescriptionvoid
SpringProcessEngineConfiguration.setDeploymentStrategies
(Collection<AutoDeploymentStrategy<ProcessEngine>> deploymentStrategies) -
Uses of AutoDeploymentStrategy in org.flowable.spring.configurator
Classes in org.flowable.spring.configurator that implement AutoDeploymentStrategyModifier and TypeClassDescriptionclass
Abstract base class for implementations ofAutoDeploymentStrategy
for theProcessEngine
.class
Default implementation ofAutoDeploymentStrategy
that groups allResource
s into a single deployment.class
Implementation ofAutoDeploymentStrategy
that performs a separate deployment for each set ofResource
s that share the same parent folder.class
Implementation ofAutoDeploymentStrategy
that performs a separate deployment for each resource by name.