Package org.activiti.spring.autodeployment
-
Interface Summary Interface Description AutoDeploymentStrategy Strategy interface for implementations of automatically deploying resources. -
Class Summary Class Description AbstractAutoDeploymentStrategy Abstract base class for implementations ofAutoDeploymentStrategy.DefaultAutoDeploymentStrategy Default implementation ofAutoDeploymentStrategythat groups allResources into a single deployment.FailOnNoProcessAutoDeploymentStrategy NeverFailAutoDeploymentStrategy 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.