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