Package org.flowable.spring.configurator
-
Class Summary Class Description AbstractProcessAutoDeploymentStrategy Abstract base class for implementations ofAutoDeploymentStrategyfor theProcessEngine.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.