Class AbstractActionAutoDeploymentStrategy

java.lang.Object
org.flowable.common.spring.CommonAutoDeploymentStrategy<ActionEngine>
com.flowable.action.engine.autodeployment.AbstractActionAutoDeploymentStrategy
All Implemented Interfaces:
AutoDeploymentStrategy<ActionEngine>
Direct Known Subclasses:
DefaultAutoDeploymentStrategy

public abstract class AbstractActionAutoDeploymentStrategy extends CommonAutoDeploymentStrategy<ActionEngine>
Abstract base class for implementations of AutoDeploymentStrategy.
Author:
Filip Hrisafov