Class FlowableFormFieldHandler.ScopeFolderPath

java.lang.Object
com.flowable.core.service.form.FlowableFormFieldHandler.ScopeFolderPath
Enclosing class:
FlowableFormFieldHandler

public static class FlowableFormFieldHandler.ScopeFolderPath extends Object
  • Field Details

    • folderName

      protected final String folderName
    • customFolderPath

      protected final boolean customFolderPath
    • scopeType

      protected final String scopeType
    • scopeId

      protected final String scopeId
  • Constructor Details

    • ScopeFolderPath

      public ScopeFolderPath(String folderName, boolean customFolderPath, String scopeId, String scopeType)
  • Method Details

    • getFolderName

      public String getFolderName()
    • isCustomFolderPath

      public boolean isCustomFolderPath()
    • isRootPath

      public boolean isRootPath()
    • getScopeId

      public String getScopeId()
    • getScopeType

      public String getScopeType()