Uses of Interface
org.activiti.spring.autodeployment.AutoDeploymentStrategy
-
Packages that use AutoDeploymentStrategy Package Description org.activiti.spring org.activiti.spring.autodeployment -
-
Uses of AutoDeploymentStrategy in org.activiti.spring
Methods in org.activiti.spring that return AutoDeploymentStrategy Modifier and Type Method Description protected AutoDeploymentStrategySpringProcessEngineConfiguration. getAutoDeploymentStrategy(java.lang.String mode)Gets theAutoDeploymentStrategyfor the provided mode. -
Uses of AutoDeploymentStrategy in org.activiti.spring.autodeployment
Classes in org.activiti.spring.autodeployment that implement AutoDeploymentStrategy Modifier and Type Class Description classAbstractAutoDeploymentStrategyAbstract base class for implementations ofAutoDeploymentStrategy.classDefaultAutoDeploymentStrategyDefault implementation ofAutoDeploymentStrategythat groups allResources into a single deployment.classFailOnNoProcessAutoDeploymentStrategyclassNeverFailAutoDeploymentStrategyclassResourceParentFolderAutoDeploymentStrategyImplementation ofAutoDeploymentStrategythat performs a separate deployment for each set ofResources that share the same parent folder.classSingleResourceAutoDeploymentStrategyImplementation ofAutoDeploymentStrategythat performs a separate deployment for each resource by name.
-