Package com.flowable.form.spring.autodeployment
-
Class Summary Class Description AbstractFormAutoDeploymentStrategy Abstract base class for implementations ofAutoDeploymentStrategy
.DefaultAutoDeploymentStrategy Default implementation ofAutoDeploymentStrategy
that groups allResource
s into a single deployment.ResourceParentFolderAutoDeploymentStrategy Implementation ofAutoDeploymentStrategy
that performs a separate deployment for each set ofResource
s that share the same parent folder.SingleResourceAutoDeploymentStrategy Implementation ofAutoDeploymentStrategy
that performs a separate deployment for each resource by name.