Uses of Interface
org.flowable.common.spring.AutoDeploymentStrategy
Packages that use AutoDeploymentStrategy
Package
Description
-
Uses of AutoDeploymentStrategy in org.flowable.cmmn.spring
Fields in org.flowable.cmmn.spring with type parameters of type AutoDeploymentStrategyModifier and TypeFieldDescriptionprotected Collection<AutoDeploymentStrategy<CmmnEngine>>SpringCmmnEngineConfiguration.deploymentStrategiesMethods in org.flowable.cmmn.spring that return AutoDeploymentStrategyModifier and TypeMethodDescriptionprotected AutoDeploymentStrategy<CmmnEngine>SpringCmmnEngineConfiguration.getAutoDeploymentStrategy(String mode) Gets theAutoDeploymentStrategyfor the provided mode.Methods in org.flowable.cmmn.spring that return types with arguments of type AutoDeploymentStrategyMethod parameters in org.flowable.cmmn.spring with type arguments of type AutoDeploymentStrategyModifier and TypeMethodDescriptionvoidSpringCmmnEngineConfiguration.setDeploymentStrategies(Collection<AutoDeploymentStrategy<CmmnEngine>> deploymentStrategies) -
Uses of AutoDeploymentStrategy in org.flowable.cmmn.spring.autodeployment
Classes in org.flowable.cmmn.spring.autodeployment that implement AutoDeploymentStrategyModifier and TypeClassDescriptionclassAbstract base class for implementations ofAutoDeploymentStrategyDeploymentStrategy.classDefault implementation ofAutoDeploymentStrategythat groups allResources into a single deployment.classImplementation 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. -
Uses of AutoDeploymentStrategy in org.flowable.common.spring
Classes in org.flowable.common.spring that implement AutoDeploymentStrategyModifier and TypeClassDescriptionclassCommon base class for implementations ofAutoDeploymentStrategy. -
Uses of AutoDeploymentStrategy in org.flowable.dmn.spring
Fields in org.flowable.dmn.spring with type parameters of type AutoDeploymentStrategyModifier and TypeFieldDescriptionprotected Collection<AutoDeploymentStrategy<DmnEngine>>SpringDmnEngineConfiguration.deploymentStrategiesMethods in org.flowable.dmn.spring that return AutoDeploymentStrategyModifier and TypeMethodDescriptionprotected AutoDeploymentStrategy<DmnEngine>SpringDmnEngineConfiguration.getAutoDeploymentStrategy(String mode) Gets theAutoDeploymentStrategyfor the provided mode.Methods in org.flowable.dmn.spring that return types with arguments of type AutoDeploymentStrategyMethod parameters in org.flowable.dmn.spring with type arguments of type AutoDeploymentStrategyModifier and TypeMethodDescriptionvoidSpringDmnEngineConfiguration.setDeploymentStrategies(Collection<AutoDeploymentStrategy<DmnEngine>> deploymentStrategies) -
Uses of AutoDeploymentStrategy in org.flowable.dmn.spring.autodeployment
Classes in org.flowable.dmn.spring.autodeployment that implement AutoDeploymentStrategyModifier and TypeClassDescriptionclassAbstract base class for implementations ofAutoDeploymentStrategy.classDefault implementation ofAutoDeploymentStrategythat groups allResources into a single deployment.classImplementation 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. -
Uses of AutoDeploymentStrategy in org.flowable.eventregistry.spring
Fields in org.flowable.eventregistry.spring with type parameters of type AutoDeploymentStrategyModifier and TypeFieldDescriptionprotected Collection<AutoDeploymentStrategy<EventRegistryEngine>>SpringEventRegistryEngineConfiguration.deploymentStrategiesMethods in org.flowable.eventregistry.spring that return AutoDeploymentStrategyModifier and TypeMethodDescriptionprotected AutoDeploymentStrategy<EventRegistryEngine>SpringEventRegistryEngineConfiguration.getAutoDeploymentStrategy(String mode) Gets theAutoDeploymentStrategyfor the provided mode.Methods in org.flowable.eventregistry.spring that return types with arguments of type AutoDeploymentStrategyModifier and TypeMethodDescriptionSpringEventRegistryEngineConfiguration.getDeploymentStrategies()Method parameters in org.flowable.eventregistry.spring with type arguments of type AutoDeploymentStrategyModifier and TypeMethodDescriptionvoidSpringEventRegistryEngineConfiguration.setDeploymentStrategies(Collection<AutoDeploymentStrategy<EventRegistryEngine>> deploymentStrategies) -
Uses of AutoDeploymentStrategy in org.flowable.eventregistry.spring.autodeployment
Classes in org.flowable.eventregistry.spring.autodeployment that implement AutoDeploymentStrategyModifier and TypeClassDescriptionclassAbstract base class for implementations ofAutoDeploymentStrategy.classDefault implementation ofAutoDeploymentStrategythat groups allResources into a single deployment.classImplementation 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. -
Uses of AutoDeploymentStrategy in org.flowable.spring
Fields in org.flowable.spring with type parameters of type AutoDeploymentStrategyModifier and TypeFieldDescriptionprotected Collection<AutoDeploymentStrategy<ProcessEngine>>SpringProcessEngineConfiguration.deploymentStrategiesMethods in org.flowable.spring that return AutoDeploymentStrategyModifier and TypeMethodDescriptionprotected AutoDeploymentStrategy<ProcessEngine>SpringProcessEngineConfiguration.getAutoDeploymentStrategy(String mode) Gets theAutoDeploymentStrategyfor the provided mode.Methods in org.flowable.spring that return types with arguments of type AutoDeploymentStrategyMethod parameters in org.flowable.spring with type arguments of type AutoDeploymentStrategyModifier and TypeMethodDescriptionvoidSpringProcessEngineConfiguration.setDeploymentStrategies(Collection<AutoDeploymentStrategy<ProcessEngine>> deploymentStrategies) -
Uses of AutoDeploymentStrategy in org.flowable.spring.configurator
Classes in org.flowable.spring.configurator that implement AutoDeploymentStrategyModifier and TypeClassDescriptionclassAbstract base class for implementations ofAutoDeploymentStrategyfor theProcessEngine.classDefault implementation ofAutoDeploymentStrategythat groups allResources into a single deployment.classImplementation 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.