Uses of Interface
org.nuxeo.drive.service.FileSystemItemFactory
Packages that use FileSystemItemFactory
Package
Description
-
Uses of FileSystemItemFactory in org.nuxeo.drive.adapter.impl
Fields in org.nuxeo.drive.adapter.impl declared as FileSystemItemFactoryMethods in org.nuxeo.drive.adapter.impl with parameters of type FileSystemItemFactoryModifier and TypeMethodDescriptionprotected final void
DocumentBackedFileItem.initialize
(FileSystemItemFactory factory, DocumentModel doc) Constructors in org.nuxeo.drive.adapter.impl with parameters of type FileSystemItemFactoryModifierConstructorDescriptionDocumentBackedFileItem
(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 FileSystemItemFactoryModifier and TypeClassDescriptionclass
Elasticsearch implementation of theDefaultSyncRootFolderItemFactory
. -
Uses of FileSystemItemFactory in org.nuxeo.drive.hierarchy.permission.factory
Classes in org.nuxeo.drive.hierarchy.permission.factory that implement FileSystemItemFactoryModifier and TypeClassDescriptionclass
Permission based implementation ofFileSystemItemFactory
for a synchronization rootFolderItem
.class
User workspace and permission based implementation of theTopLevelFolderItemFactory
.class
Permission based implementation ofFileSystemItemFactory
for the parentFolderItem
of the user's shared synchronization roots.class
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 FileSystemItemFactoryModifier and TypeClassDescriptionclass
User workspace based implementation ofFileSystemItemFactory
for a synchronization rootFolderItem
.class
User workspace based implementation ofFileSystemItemFactory
for the parentFolderItem
of the user's synchronization roots.class
User workspace based implementation of theTopLevelFolderItemFactory
. -
Uses of FileSystemItemFactory in org.nuxeo.drive.service
Subinterfaces of FileSystemItemFactory in org.nuxeo.drive.serviceModifier and TypeInterfaceDescriptioninterface
Interface for the classes contributed to thetopLevelFolderItemFactory
extension point of theFileSystemItemAdapterService
.interface
Interface for the classes contributed to thetopLevelFolderItemFactory
extension point of theFileSystemItemAdapterService
.Methods in org.nuxeo.drive.service that return FileSystemItemFactoryModifier and TypeMethodDescriptionFileSystemItemAdapterService.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 FileSystemItemFactoryModifier and TypeClassDescriptionclass
Base class forFileSystemItemFactory
implementers.class
BaseFileSystemItemFactory
for a synchronization rootFolderItem
.class
BaseFileSystemItemFactory
for a virtualFolderItem
.class
FileSystemItemFactory
for a collection synchronization rootFolderItem
.class
Default implementation of aFileSystemItemFactory
.class
DefaultFileSystemItemFactory
for a synchronization rootFolderItem
.class
Default implementation of aTopLevelFolderItemFactory
.Fields in org.nuxeo.drive.service.impl declared as FileSystemItemFactoryModifier and TypeFieldDescriptionprotected FileSystemItemFactory
FileSystemItemFactoryWrapper.factory
Fields in org.nuxeo.drive.service.impl with type parameters of type FileSystemItemFactoryModifier and TypeFieldDescriptionprotected Class<? extends FileSystemItemFactory>
FileSystemItemFactoryDescriptor.factoryClass
Methods in org.nuxeo.drive.service.impl that return FileSystemItemFactoryModifier and TypeMethodDescriptionFileSystemItemFactoryDescriptor.getFactory()
FileSystemItemFactoryWrapper.getFactory()
FileSystemItemAdapterServiceImpl.getFileSystemItemFactory
(String name) 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 FileSystemItemFactoryModifier and TypeMethodDescriptionClass<? extends FileSystemItemFactory>
FileSystemItemFactoryDescriptor.getFactoryClass()
Method parameters in org.nuxeo.drive.service.impl with type arguments of type FileSystemItemFactoryModifier and TypeMethodDescriptionvoid
FileSystemItemFactoryDescriptor.setFactoryClass
(Class<? extends FileSystemItemFactory> factoryClass) Constructors in org.nuxeo.drive.service.impl with parameters of type FileSystemItemFactoryModifierConstructorDescriptionFileSystemItemFactoryWrapper
(String docType, String facet, FileSystemItemFactory factory)