Class SingleResourceAutoDeploymentStrategy

java.lang.Object
org.flowable.common.spring.CommonAutoDeploymentStrategy<FormEngine>
com.flowable.form.spring.autodeployment.AbstractFormAutoDeploymentStrategy
com.flowable.form.spring.autodeployment.SingleResourceAutoDeploymentStrategy
All Implemented Interfaces:
org.flowable.common.spring.AutoDeploymentStrategy<FormEngine>

public class SingleResourceAutoDeploymentStrategy extends AbstractFormAutoDeploymentStrategy
Implementation of AutoDeploymentStrategy that performs a separate deployment for each resource by name.
Author:
Tiese Barrell
  • Field Details

    • DEPLOYMENT_MODE

      public static final String DEPLOYMENT_MODE
      The deployment mode this strategy handles.
      See Also:
  • Constructor Details

    • SingleResourceAutoDeploymentStrategy

      public SingleResourceAutoDeploymentStrategy()
    • SingleResourceAutoDeploymentStrategy

      public SingleResourceAutoDeploymentStrategy(org.flowable.common.spring.CommonAutoDeploymentProperties deploymentProperties)
  • Method Details

    • getDeploymentMode

      protected String getDeploymentMode()
      Specified by:
      getDeploymentMode in class org.flowable.common.spring.CommonAutoDeploymentStrategy<FormEngine>
    • deployResourcesInternal

      protected void deployResourcesInternal(String deploymentNameHint, Resource[] resources, FormEngine engine)
      Specified by:
      deployResourcesInternal in class org.flowable.common.spring.CommonAutoDeploymentStrategy<FormEngine>