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 voidDocumentBackedFileItem.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 TypeClassDescriptionclassElasticsearch 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 TypeClassDescriptionclassPermission based implementation ofFileSystemItemFactoryfor a synchronization rootFolderItem.classUser workspace and permission based implementation of theTopLevelFolderItemFactory.classPermission based implementation ofFileSystemItemFactoryfor the parentFolderItemof the user's shared synchronization roots.classUser workspace based implementation ofFileSystemItemFactoryfor the parentFolderItemof 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 TypeClassDescriptionclassUser workspace based implementation ofFileSystemItemFactoryfor a synchronization rootFolderItem.classUser workspace based implementation ofFileSystemItemFactoryfor the parentFolderItemof the user's synchronization roots.classUser workspace based implementation of theTopLevelFolderItemFactory. -
Uses of FileSystemItemFactory in org.nuxeo.drive.service
Subinterfaces of FileSystemItemFactory in org.nuxeo.drive.serviceModifier and TypeInterfaceDescriptioninterfaceInterface for the classes contributed to thetopLevelFolderItemFactoryextension point of theFileSystemItemAdapterService.interfaceInterface for the classes contributed to thetopLevelFolderItemFactoryextension point of theFileSystemItemAdapterService.Methods in org.nuxeo.drive.service that return FileSystemItemFactoryModifier and TypeMethodDescriptionFileSystemItemAdapterService.getFileSystemItemFactoryForId(String id) Gets theFileSystemItemFactorythat can handle the the givenFileSystemItemid. -
Uses of FileSystemItemFactory in org.nuxeo.drive.service.impl
Classes in org.nuxeo.drive.service.impl that implement FileSystemItemFactoryModifier and TypeClassDescriptionclassBase class forFileSystemItemFactoryimplementers.classBaseFileSystemItemFactoryfor a synchronization rootFolderItem.classBaseFileSystemItemFactoryfor a virtualFolderItem.classFileSystemItemFactoryfor a collection synchronization rootFolderItem.classDefault implementation of aFileSystemItemFactory.classDefaultFileSystemItemFactoryfor a synchronization rootFolderItem.classDefault implementation of aTopLevelFolderItemFactory.Fields in org.nuxeo.drive.service.impl declared as FileSystemItemFactoryModifier and TypeFieldDescriptionprotected FileSystemItemFactoryFileSystemItemFactoryWrapper.factoryFields in org.nuxeo.drive.service.impl with type parameters of type FileSystemItemFactoryModifier and TypeFieldDescriptionprotected Class<? extends FileSystemItemFactory> FileSystemItemFactoryDescriptor.factoryClassMethods 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 givenFileSystemItemid.Methods in org.nuxeo.drive.service.impl that return types with arguments of type FileSystemItemFactoryModifier and TypeMethodDescriptionClass<? extends FileSystemItemFactory> FileSystemItemFactoryDescriptor.getFactoryClass()Deprecated.since 2025.0 seems unusedMethod parameters in org.nuxeo.drive.service.impl with type arguments of type FileSystemItemFactoryModifier and TypeMethodDescriptionvoidFileSystemItemFactoryDescriptor.setFactoryClass(Class<? extends FileSystemItemFactory> factoryClass) Deprecated.since 2025.0 seems unusedConstructors in org.nuxeo.drive.service.impl with parameters of type FileSystemItemFactoryModifierConstructorDescriptionFileSystemItemFactoryWrapper(String docType, String facet, FileSystemItemFactory factory)