Interface VirtualFolderItemFactory

All Superinterfaces:
FileSystemItemFactory
All Known Subinterfaces:
TopLevelFolderItemFactory
All Known Implementing Classes:
AbstractVirtualFolderItemFactory, DefaultTopLevelFolderItemFactory, PermissionTopLevelFactory, SharedSyncRootParentFactory, UserSyncRootParentFactory, UserWorkspaceSyncRootParentFactory, UserWorkspaceTopLevelFactory

public interface VirtualFolderItemFactory extends FileSystemItemFactory
Interface for the classes contributed to the topLevelFolderItemFactory extension point of the FileSystemItemAdapterService.

Allows to get a virtual FolderItem for a given user.

Author:
Antoine Taillefer
  • Method Details