Class RootFoldersBootstrapper

java.lang.Object
com.flowable.content.spring.bootstrap.RootFoldersBootstrapper
All Implemented Interfaces:
Lifecycle, Phased, SmartLifecycle

public class RootFoldersBootstrapper extends Object implements SmartLifecycle
  • Field Details

    • contentEngine

      protected ContentEngine contentEngine
    • topFolderName

      protected String topFolderName
    • workFolderName

      protected String workFolderName
    • templatesFolderName

      protected String templatesFolderName
    • createPublicFolder

      protected boolean createPublicFolder
    • publicFolderName

      protected String publicFolderName
    • extraRootFolderNames

      protected Collection<String> extraRootFolderNames
    • lifeCycleMonitor

      protected final Object lifeCycleMonitor
    • running

      protected boolean running
  • Constructor Details

  • Method Details

    • getPhase

      public int getPhase()
      Specified by:
      getPhase in interface Phased
      Specified by:
      getPhase in interface SmartLifecycle
    • stop

      public void stop()
      Specified by:
      stop in interface Lifecycle
    • isRunning

      public boolean isRunning()
      Specified by:
      isRunning in interface Lifecycle
    • start

      public void start()
      Specified by:
      start in interface Lifecycle
    • bootstrapRootFolders

      protected void bootstrapRootFolders()