Package org.flowable.cmmn.spring.autodeployment
-
Class Summary Class Description AbstractCmmnAutoDeploymentStrategy Abstract base class for implementations ofAutoDeploymentStrategyDeploymentStrategy.DefaultAutoDeploymentStrategy Default implementation ofAutoDeploymentStrategythat groups allResources into a single deployment.ResourceParentFolderAutoDeploymentStrategy Implementation ofAutoDeploymentStrategythat performs a separate deployment for each set ofResources that share the same parent folder.SingleResourceAutoDeploymentStrategy Implementation ofAutoDeploymentStrategythat performs a separate deployment for each resource by name.