Uses of Class
org.flowable.common.spring.CommonAutoDeploymentStrategy
Packages that use CommonAutoDeploymentStrategy
Package
Description
-
Uses of CommonAutoDeploymentStrategy in org.flowable.cmmn.spring.autodeployment
Subclasses of CommonAutoDeploymentStrategy in org.flowable.cmmn.spring.autodeploymentModifier 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 CommonAutoDeploymentStrategy in org.flowable.dmn.spring.autodeployment
Subclasses of CommonAutoDeploymentStrategy in org.flowable.dmn.spring.autodeploymentModifier 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 CommonAutoDeploymentStrategy in org.flowable.eventregistry.spring.autodeployment
Modifier 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 CommonAutoDeploymentStrategy in org.flowable.spring.configurator
Subclasses of CommonAutoDeploymentStrategy in org.flowable.spring.configuratorModifier 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.