Class SingleResourceAutoDeploymentStrategy

java.lang.Object
org.flowable.common.spring.CommonAutoDeploymentStrategy<WorkObjectEngine>
com.flowable.workobject.spring.autodeployment.AbstractWorkObjectAutoDeploymentStrategy
com.flowable.workobject.spring.autodeployment.SingleResourceAutoDeploymentStrategy
All Implemented Interfaces:
org.flowable.common.spring.AutoDeploymentStrategy<WorkObjectEngine>

public class SingleResourceAutoDeploymentStrategy
extends AbstractWorkObjectAutoDeploymentStrategy
Implementation of AutoDeploymentStrategy that performs a separate deployment for each resource by name.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String DEPLOYMENT_MODE
    The deployment mode this strategy handles.

    Fields inherited from class org.flowable.common.spring.CommonAutoDeploymentStrategy

    deploymentProperties, logger
  • Constructor Summary

    Constructors 
    Constructor Description
    SingleResourceAutoDeploymentStrategy()  
    SingleResourceAutoDeploymentStrategy​(org.flowable.common.spring.CommonAutoDeploymentProperties deploymentProperties)  
  • Method Summary

    Modifier and Type Method Description
    protected void deployResourcesInternal​(java.lang.String deploymentNameHint, org.springframework.core.io.Resource[] resources, WorkObjectEngine engine)  
    protected java.lang.String getDeploymentMode()  

    Methods inherited from class com.flowable.workobject.spring.autodeployment.AbstractWorkObjectAutoDeploymentStrategy

    addResource, addResource, getLockManager

    Methods inherited from class org.flowable.common.spring.CommonAutoDeploymentStrategy

    deployResources, determineLockName, determineResourceName, getDeploymentLockWaitTime, getDeploymentProperties, getLockName, handlesMode, isThrowExceptionOnDeploymentFailure, isUseLockForDeployments, setDeploymentProperties

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait