Uses of Class
org.nuxeo.drive.service.impl.AbstractFileSystemItemFactory
-
-
Uses of AbstractFileSystemItemFactory in org.nuxeo.drive.elasticsearch
Subclasses of AbstractFileSystemItemFactory in org.nuxeo.drive.elasticsearch Modifier and Type Class Description class
ESSyncRootFolderItemFactory
Elasticsearch implementation of theDefaultSyncRootFolderItemFactory
. -
Uses of AbstractFileSystemItemFactory in org.nuxeo.drive.hierarchy.permission.factory
Subclasses of AbstractFileSystemItemFactory in org.nuxeo.drive.hierarchy.permission.factory Modifier and Type Class Description class
PermissionSyncRootFactory
Permission based implementation ofFileSystemItemFactory
for a synchronization rootFolderItem
.class
UserSyncRootParentFactory
User workspace based implementation ofFileSystemItemFactory
for the parentFolderItem
of the user's synchronization roots. -
Uses of AbstractFileSystemItemFactory in org.nuxeo.drive.hierarchy.userworkspace.factory
Subclasses of AbstractFileSystemItemFactory in org.nuxeo.drive.hierarchy.userworkspace.factory Modifier and Type Class Description class
UserWorkspaceSyncRootFactory
User workspace based implementation ofFileSystemItemFactory
for a synchronization rootFolderItem
.class
UserWorkspaceTopLevelFactory
User workspace based implementation of theTopLevelFolderItemFactory
. -
Uses of AbstractFileSystemItemFactory in org.nuxeo.drive.service.impl
Subclasses of AbstractFileSystemItemFactory in org.nuxeo.drive.service.impl Modifier and Type Class Description class
AbstractSyncRootFolderItemFactory
BaseFileSystemItemFactory
for a synchronization rootFolderItem
.class
CollectionSyncRootFolderItemFactory
FileSystemItemFactory
for a collection synchronization rootFolderItem
.class
DefaultFileSystemItemFactory
Default implementation of aFileSystemItemFactory
.class
DefaultSyncRootFolderItemFactory
DefaultFileSystemItemFactory
for a synchronization rootFolderItem
.
-