Class PlatformFolderItemService.CustomFolderPath

  • Enclosing class:
    PlatformFolderItemService

    public static class PlatformFolderItemService.CustomFolderPath
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String path  
      protected java.lang.String tenantId  
    • Constructor Summary

      Constructors 
      Constructor Description
      CustomFolderPath​(java.lang.String path, java.lang.String tenantId)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean hasPath()  
      protected java.lang.String[] hierarchyPaths()  
      protected boolean isRelativePath()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • path

        protected final java.lang.String path
      • tenantId

        protected final java.lang.String tenantId
    • Constructor Detail

      • CustomFolderPath

        public CustomFolderPath​(java.lang.String path,
                                java.lang.String tenantId)
    • Method Detail

      • hasPath

        protected boolean hasPath()
      • isRelativePath

        protected boolean isRelativePath()
      • hierarchyPaths

        protected java.lang.String[] hierarchyPaths()