Class FlowableContentProperties.Storage

java.lang.Object
com.flowable.spring.boot.content.FlowableContentProperties.Storage
Enclosing class:
FlowableContentProperties

public static class FlowableContentProperties.Storage
extends java.lang.Object
The storage configuration for the content engine.
  • Constructor Summary

    Constructors 
    Constructor Description
    Storage()  
  • Method Summary

    Modifier and Type Method Description
    boolean getCreateRoot()  
    java.lang.String getRootFolder()  
    void setCreateRoot​(java.lang.Boolean createRoot)  
    void setRootFolder​(java.lang.String rootFolder)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details