Class DefaultDocumentDefinitionAutoDeployer

java.lang.Object
com.flowable.platform.common.deployer.CommonAutoDeployer
com.flowable.platform.common.deployer.DefaultDocumentDefinitionAutoDeployer
All Implemented Interfaces:
Lifecycle, Phased, SmartLifecycle

public class DefaultDocumentDefinitionAutoDeployer extends CommonAutoDeployer
  • Field Details

  • Constructor Details

    • DefaultDocumentDefinitionAutoDeployer

      public DefaultDocumentDefinitionAutoDeployer(Collection<Resource> deploymentResources, CoreContentEngineConfigurationApi contentEngineConfiguration, Function<String,org.flowable.common.engine.api.lock.LockManager> lockManagerProvider, Set<String> autoDeployTenants, org.flowable.common.spring.CommonAutoDeploymentProperties deploymentProperties)
    • DefaultDocumentDefinitionAutoDeployer

      public DefaultDocumentDefinitionAutoDeployer(Collection<Resource> deploymentResources, CoreContentEngineConfigurationApi contentEngineConfiguration, Function<String,org.flowable.common.engine.api.lock.LockManager> lockManagerProvider, String deploymentName, Set<String> autoDeployTenants, org.flowable.common.spring.CommonAutoDeploymentProperties deploymentProperties)
  • Method Details