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 FileSystemItemFactoryDocumentBackedFileItem. factoryMethods in org.nuxeo.drive.adapter.impl with parameters of type FileSystemItemFactory Modifier and Type Method Description protected voidDocumentBackedFileItem. 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 classESSyncRootFolderItemFactoryElasticsearch 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 classPermissionSyncRootFactoryPermission based implementation ofFileSystemItemFactoryfor a synchronization rootFolderItem.classPermissionTopLevelFactoryUser workspace and permission based implementation of theTopLevelFolderItemFactory.classSharedSyncRootParentFactoryPermission based implementation ofFileSystemItemFactoryfor the parentFolderItemof the user's shared synchronization roots.classUserSyncRootParentFactoryUser 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 FileSystemItemFactory Modifier and Type Class Description classUserWorkspaceSyncRootFactoryUser workspace based implementation ofFileSystemItemFactoryfor a synchronization rootFolderItem.classUserWorkspaceSyncRootParentFactoryUser workspace based implementation ofFileSystemItemFactoryfor the parentFolderItemof the user's synchronization roots.classUserWorkspaceTopLevelFactoryUser 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 interfaceTopLevelFolderItemFactoryInterface for the classes contributed to thetopLevelFolderItemFactoryextension point of theFileSystemItemAdapterService.interfaceVersioningFileSystemItemFactoryDeprecated.since 9.1 as the automatic versioning is handled by versioning system, we don't need anymore this mechanism in driveinterfaceVirtualFolderItemFactoryInterface for the classes contributed to thetopLevelFolderItemFactoryextension point of theFileSystemItemAdapterService.Methods in org.nuxeo.drive.service that return FileSystemItemFactory Modifier and Type Method Description FileSystemItemFactoryFileSystemItemAdapterService. 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 FileSystemItemFactory Modifier and Type Class Description classAbstractFileSystemItemFactoryBase class forFileSystemItemFactoryimplementers.classAbstractSyncRootFolderItemFactoryBaseFileSystemItemFactoryfor a synchronization rootFolderItem.classAbstractVirtualFolderItemFactoryBaseFileSystemItemFactoryfor a virtualFolderItem.classCollectionSyncRootFolderItemFactoryFileSystemItemFactoryfor a collection synchronization rootFolderItem.classDefaultFileSystemItemFactoryDefault implementation of aFileSystemItemFactory.classDefaultSyncRootFolderItemFactoryDefaultFileSystemItemFactoryfor a synchronization rootFolderItem.classDefaultTopLevelFolderItemFactoryDefault implementation of aTopLevelFolderItemFactory.Fields in org.nuxeo.drive.service.impl declared as FileSystemItemFactory Modifier and Type Field Description protected FileSystemItemFactoryFileSystemItemFactoryWrapper. factoryFields in org.nuxeo.drive.service.impl with type parameters of type FileSystemItemFactory Modifier and Type Field Description protected Class<? extends FileSystemItemFactory>FileSystemItemFactoryDescriptor. factoryClassMethods in org.nuxeo.drive.service.impl that return FileSystemItemFactory Modifier and Type Method Description FileSystemItemFactoryFileSystemItemFactoryDescriptor. getFactory()FileSystemItemFactoryFileSystemItemFactoryWrapper. getFactory()FileSystemItemFactoryFileSystemItemAdapterServiceImpl. getFileSystemItemFactory(String name)FileSystemItemFactoryFileSystemItemAdapterServiceImpl. 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 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 voidFileSystemItemFactoryDescriptor. 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)
-