Class AbstractDataObjectAutoDeploymentStrategy

java.lang.Object
org.flowable.common.spring.CommonAutoDeploymentStrategy<DataObjectEngine>
com.flowable.dataobject.engine.autodeployment.AbstractDataObjectAutoDeploymentStrategy
All Implemented Interfaces:
org.flowable.common.spring.AutoDeploymentStrategy<DataObjectEngine>
Direct Known Subclasses:
DefaultAutoDeploymentStrategy

public abstract class AbstractDataObjectAutoDeploymentStrategy extends org.flowable.common.spring.CommonAutoDeploymentStrategy<DataObjectEngine>
Abstract base class for implementations of AutoDeploymentStrategy.
  • Constructor Details

    • AbstractDataObjectAutoDeploymentStrategy

      public AbstractDataObjectAutoDeploymentStrategy()
    • AbstractDataObjectAutoDeploymentStrategy

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