Interface FileSystemItemFactory

All Known Subinterfaces:
TopLevelFolderItemFactory, VirtualFolderItemFactory
All Known Implementing Classes:
AbstractFileSystemItemFactory, AbstractSyncRootFolderItemFactory, AbstractVirtualFolderItemFactory, CollectionSyncRootFolderItemFactory, DefaultFileSystemItemFactory, DefaultSyncRootFolderItemFactory, DefaultTopLevelFolderItemFactory, ESSyncRootFolderItemFactory, PermissionSyncRootFactory, PermissionTopLevelFactory, SharedSyncRootParentFactory, UserSyncRootParentFactory, UserWorkspaceSyncRootFactory, UserWorkspaceSyncRootParentFactory, UserWorkspaceTopLevelFactory

public interface FileSystemItemFactory
Interface for the classes contributed to the fileSystemItemFactory extension point of the FileSystemItemAdapterService.

Allows to get a FileSystemItem for a given DocumentModel or a given FileSystemItem id.

Author:
Antoine Taillefer
See Also: