Class PermissionTopLevelFolderItem

  • All Implemented Interfaces:
    Comparable<FileSystemItem>, FileSystemItem, FolderItem

    public class PermissionTopLevelFolderItem
    extends AbstractVirtualFolderItem
    User workspace and permission based implementation of the top level FolderItem.

    Implements the following tree:

     Nuxeo Drive
      |-- My Docs (= user workspace if synchronized else user synchronization roots)
      |      |-- Folder 1
      |      |-- Folder 2
      |      |-- ...
      |-- Other Docs (= user's shared synchronized roots with ReadWrite permission)
      |      |-- Other folder 1
      |      |-- Other folder 2
      |      |-- ...
     
    Author:
    Antoine Taillefer