Uses of Interface
org.nuxeo.drive.service.FileSystemItemFactory
-
-
Uses of FileSystemItemFactory in org.nuxeo.drive.adapter.impl
Fields in org.nuxeo.drive.adapter.impl declared as FileSystemItemFactory Modifier and Type Field Description protected FileSystemItemFactory
DocumentBackedFileItem. factory
Methods in org.nuxeo.drive.adapter.impl with parameters of type FileSystemItemFactory Modifier and Type Method Description protected void
DocumentBackedFileItem. initialize(FileSystemItemFactory factory, DocumentModel doc)
Constructors in org.nuxeo.drive.adapter.impl with parameters of type FileSystemItemFactory Constructor Description DocumentBackedFileItem(FileSystemItemFactory factory, FolderItem parentItem, DocumentModel doc)
DocumentBackedFileItem(FileSystemItemFactory factory, FolderItem parentItem, DocumentModel doc, boolean relaxSyncRootConstraint)
DocumentBackedFileItem(FileSystemItemFactory factory, FolderItem parentItem, DocumentModel doc, boolean relaxSyncRootConstraint, boolean getLockInfo)
DocumentBackedFileItem(FileSystemItemFactory factory, DocumentModel doc)
DocumentBackedFileItem(FileSystemItemFactory factory, DocumentModel doc, boolean relaxSyncRootConstraint)
DocumentBackedFileItem(FileSystemItemFactory factory, DocumentModel doc, boolean relaxSyncRootConstraint, boolean getLockInfo)
-
Uses of FileSystemItemFactory in org.nuxeo.drive.elasticsearch
Classes in org.nuxeo.drive.elasticsearch that implement FileSystemItemFactory Modifier and Type Class Description class
ESSyncRootFolderItemFactory
Elasticsearch implementation of theDefaultSyncRootFolderItemFactory
. -
Uses of FileSystemItemFactory in org.nuxeo.drive.hierarchy.permission.factory
Classes in org.nuxeo.drive.hierarchy.permission.factory that implement FileSystemItemFactory Modifier and Type Class Description class
PermissionSyncRootFactory
Permission based implementation ofFileSystemItemFactory
for a synchronization rootFolderItem
.class
PermissionTopLevelFactory
User workspace and permission based implementation of theTopLevelFolderItemFactory
.class
SharedSyncRootParentFactory
Permission based implementation ofFileSystemItemFactory
for the parentFolderItem
of the user's shared synchronization roots.class
UserSyncRootParentFactory
User workspace based implementation ofFileSystemItemFactory
for the parentFolderItem
of the user's synchronization roots. -
Uses of FileSystemItemFactory in org.nuxeo.drive.hierarchy.userworkspace.factory
Classes in org.nuxeo.drive.hierarchy.userworkspace.factory that implement FileSystemItemFactory Modifier and Type Class Description class
UserWorkspaceSyncRootFactory
User workspace based implementation ofFileSystemItemFactory
for a synchronization rootFolderItem
.class
UserWorkspaceSyncRootParentFactory
User workspace based implementation ofFileSystemItemFactory
for the parentFolderItem
of the user's synchronization roots.class
UserWorkspaceTopLevelFactory
User workspace based implementation of theTopLevelFolderItemFactory
. -
Uses of FileSystemItemFactory in org.nuxeo.drive.service
Subinterfaces of FileSystemItemFactory in org.nuxeo.drive.service Modifier and Type Interface Description interface
TopLevelFolderItemFactory
Interface for the classes contributed to thetopLevelFolderItemFactory
extension point of theFileSystemItemAdapterService
.interface
VersioningFileSystemItemFactory
Deprecated.since 9.1 as the automatic versioning is handled by versioning system, we don't need anymore this mechanism in driveinterface
VirtualFolderItemFactory
Interface for the classes contributed to thetopLevelFolderItemFactory
extension point of theFileSystemItemAdapterService
.Methods in org.nuxeo.drive.service that return FileSystemItemFactory Modifier and Type Method Description FileSystemItemFactory
FileSystemItemAdapterService. getFileSystemItemFactoryForId(String id)
Gets theFileSystemItemFactory
that can handle the the givenFileSystemItem
id. -
Uses of FileSystemItemFactory in org.nuxeo.drive.service.impl
Classes in org.nuxeo.drive.service.impl that implement FileSystemItemFactory Modifier and Type Class Description class
AbstractFileSystemItemFactory
Base class forFileSystemItemFactory
implementers.class
AbstractSyncRootFolderItemFactory
BaseFileSystemItemFactory
for a synchronization rootFolderItem
.class
AbstractVirtualFolderItemFactory
BaseFileSystemItemFactory
for a virtualFolderItem
.class
CollectionSyncRootFolderItemFactory
FileSystemItemFactory
for a collection synchronization rootFolderItem
.class
DefaultFileSystemItemFactory
Default implementation of aFileSystemItemFactory
.class
DefaultSyncRootFolderItemFactory
DefaultFileSystemItemFactory
for a synchronization rootFolderItem
.class
DefaultTopLevelFolderItemFactory
Default implementation of aTopLevelFolderItemFactory
.Fields in org.nuxeo.drive.service.impl declared as FileSystemItemFactory Modifier and Type Field Description protected FileSystemItemFactory
FileSystemItemFactoryWrapper. factory
Fields in org.nuxeo.drive.service.impl with type parameters of type FileSystemItemFactory Modifier and Type Field Description protected Class<? extends FileSystemItemFactory>
FileSystemItemFactoryDescriptor. factoryClass
Methods in org.nuxeo.drive.service.impl that return FileSystemItemFactory Modifier and Type Method Description FileSystemItemFactory
FileSystemItemFactoryDescriptor. getFactory()
FileSystemItemFactory
FileSystemItemFactoryWrapper. getFactory()
FileSystemItemFactory
FileSystemItemAdapterServiceImpl. getFileSystemItemFactory(String name)
FileSystemItemFactory
FileSystemItemAdapterServiceImpl. getFileSystemItemFactoryForId(String id)
Iterates on the ordered contributed file system item factories until if finds one that can handle the givenFileSystemItem
id.Methods in org.nuxeo.drive.service.impl that return types with arguments of type FileSystemItemFactory Modifier and Type Method Description Class<? extends FileSystemItemFactory>
FileSystemItemFactoryDescriptor. getFactoryClass()
Method parameters in org.nuxeo.drive.service.impl with type arguments of type FileSystemItemFactory Modifier and Type Method Description void
FileSystemItemFactoryDescriptor. setFactoryClass(Class<? extends FileSystemItemFactory> factoryClass)
Constructors in org.nuxeo.drive.service.impl with parameters of type FileSystemItemFactory Constructor Description FileSystemItemFactoryWrapper(String docType, String facet, FileSystemItemFactory factory)
-