Interface FileSystemItem

    • Method Detail

      • getId

        String getId()
        Gets a unique id generated server-side.
      • getPath

        String getPath()
        A concatenation of ancestor ids with '/' as prefix and separator.
      • getName

        String getName()
        Gets the name displayed in the file system.
      • isFolder

        boolean isFolder()
      • getCreator

        String getCreator()
      • getLastContributor

        String getLastContributor()
      • getCreationDate

        Calendar getCreationDate()
      • getLastModificationDate

        Calendar getLastModificationDate()
      • getCanRename

        boolean getCanRename()
      • rename

        void rename​(String name)
      • getCanDelete

        boolean getCanDelete()
      • delete

        void delete()
      • getLockInfo

        Lock getLockInfo()