Uses of Interface
org.activiti.spring.autodeployment.AutoDeploymentStrategy
Packages that use AutoDeploymentStrategy
-
Uses of AutoDeploymentStrategy in org.activiti.spring
Methods in org.activiti.spring that return AutoDeploymentStrategyModifier and TypeMethodDescriptionprotected AutoDeploymentStrategySpringProcessEngineConfiguration.getAutoDeploymentStrategy(String mode) Gets theAutoDeploymentStrategyfor the provided mode. -
Uses of AutoDeploymentStrategy in org.activiti.spring.autodeployment
Classes in org.activiti.spring.autodeployment that implement AutoDeploymentStrategyModifier and TypeClassDescriptionclassAbstract base class for implementations ofAutoDeploymentStrategy.classDefault implementation ofAutoDeploymentStrategythat groups allResources into a single deployment.classclassclassclassImplementation ofAutoDeploymentStrategythat performs a separate deployment for each set ofResources that share the same parent folder.classImplementation ofAutoDeploymentStrategythat performs a separate deployment for each resource by name.