Uses of Interface
org.nuxeo.drive.service.FileSystemItemFactory
Package
Description
-
Uses of FileSystemItemFactory in org.nuxeo.drive.adapter.impl
Modifier and TypeMethodDescriptionprotected final void
DocumentBackedFileItem.initialize
(FileSystemItemFactory factory, DocumentModel doc) ModifierConstructorDescriptionDocumentBackedFileItem
(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
Modifier and TypeClassDescriptionclass
Elasticsearch implementation of theDefaultSyncRootFolderItemFactory
. -
Uses of FileSystemItemFactory in org.nuxeo.drive.hierarchy.permission.factory
Modifier 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
Modifier 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
Modifier 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
.Modifier and TypeMethodDescriptionFileSystemItemAdapterService.getFileSystemItemFactoryForId
(String id) Gets theFileSystemItemFactory
that can handle the the givenFileSystemItem
id. -
Uses of FileSystemItemFactory in org.nuxeo.drive.service.impl
Modifier 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
.Modifier and TypeFieldDescriptionprotected FileSystemItemFactory
FileSystemItemFactoryWrapper.factory
Modifier and TypeFieldDescriptionprotected Class<? extends FileSystemItemFactory>
FileSystemItemFactoryDescriptor.factoryClass
Modifier 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.Modifier and TypeMethodDescriptionClass<? extends FileSystemItemFactory>
FileSystemItemFactoryDescriptor.getFactoryClass()
Modifier and TypeMethodDescriptionvoid
FileSystemItemFactoryDescriptor.setFactoryClass
(Class<? extends FileSystemItemFactory> factoryClass) ModifierConstructorDescriptionFileSystemItemFactoryWrapper
(String docType, String facet, FileSystemItemFactory factory)