Uses of Interface
org.nuxeo.drive.adapter.FolderItem
Packages that use FolderItem
Package
Description
-
Uses of FolderItem in org.nuxeo.drive.adapter
Methods in org.nuxeo.drive.adapter that return FolderItemMethods in org.nuxeo.drive.adapter with parameters of type FolderItemModifier and TypeMethodDescriptionbooleanFileSystemItem.canMove(FolderItem dest) FileSystemItem.move(FolderItem dest) -
Uses of FolderItem in org.nuxeo.drive.adapter.impl
Classes in org.nuxeo.drive.adapter.impl that implement FolderItemModifier and TypeClassDescriptionclassBase implementation of a virtualFolderItem.classDefault implementation of a collection synchronization rootFolderItem.classDefault implementation of a synchronization rootFolderItem.classDefault implementation of the top levelFolderItem.classDocumentModelbacked implementation of aFolderItem.Methods in org.nuxeo.drive.adapter.impl that return FolderItemModifier and TypeMethodDescriptionAbstractVirtualFolderItem.createFolder(String name, boolean overwrite) CollectionSyncRootFolderItem.createFolder(String name, boolean overwrite) DocumentBackedFolderItem.createFolder(String name, boolean overwrite) protected FolderItemDocumentBackedFolderItem.getFolderItem(Map<DocumentRef, FolderItem> cache, DocumentModel doc, FolderItem parentItem, boolean cacheItem) protected FolderItemDocumentBackedFolderItem.populateAncestorCache(Map<DocumentRef, FolderItem> cache, DocumentModel doc, CoreSession session, boolean cacheItem) Methods in org.nuxeo.drive.adapter.impl with parameters of type FolderItemModifier and TypeMethodDescriptionbooleanAbstractDocumentBackedFileSystemItem.canMove(FolderItem dest) booleanAbstractVirtualFolderItem.canMove(FolderItem dest) booleanDefaultSyncRootFolderItem.canMove(FolderItem dest) booleanSimpleFileSystemItem.canMove(FolderItem dest) protected FolderItemDocumentBackedFolderItem.getFolderItem(Map<DocumentRef, FolderItem> cache, DocumentModel doc, FolderItem parentItem, boolean cacheItem) AbstractDocumentBackedFileSystemItem.move(FolderItem dest) AbstractVirtualFolderItem.move(FolderItem dest) DefaultSyncRootFolderItem.move(FolderItem dest) SimpleFileSystemItem.move(FolderItem dest) Method parameters in org.nuxeo.drive.adapter.impl with type arguments of type FolderItemModifier and TypeMethodDescriptionprotected FolderItemDocumentBackedFolderItem.getFolderItem(Map<DocumentRef, FolderItem> cache, DocumentModel doc, FolderItem parentItem, boolean cacheItem) protected FolderItemDocumentBackedFolderItem.populateAncestorCache(Map<DocumentRef, FolderItem> cache, DocumentModel doc, CoreSession session, boolean cacheItem) Constructors in org.nuxeo.drive.adapter.impl with parameters of type FolderItemModifierConstructorDescriptionprotectedAbstractDocumentBackedFileSystemItem(String factoryName, FolderItem parentItem, DocumentModel doc, boolean relaxSyncRootConstraint) protectedAbstractDocumentBackedFileSystemItem(String factoryName, FolderItem parentItem, DocumentModel doc, boolean relaxSyncRootConstraint, boolean getLockInfo) CollectionSyncRootFolderItem(String factoryName, FolderItem parentItem, DocumentModel doc) CollectionSyncRootFolderItem(String factoryName, FolderItem parentItem, DocumentModel doc, boolean relaxSyncRootConstraint) CollectionSyncRootFolderItem(String factoryName, FolderItem parentItem, DocumentModel doc, boolean relaxSyncRootConstraint, boolean getLockInfo) DefaultSyncRootFolderItem(String factoryName, FolderItem parentItem, DocumentModel doc) DefaultSyncRootFolderItem(String factoryName, FolderItem parentItem, DocumentModel doc, boolean relaxSyncRootConstraint) DefaultSyncRootFolderItem(String factoryName, FolderItem parentItem, DocumentModel doc, boolean relaxSyncRootConstraint, boolean getLockInfo) 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) DocumentBackedFolderItem(String factoryName, FolderItem parentItem, DocumentModel doc) DocumentBackedFolderItem(String factoryName, FolderItem parentItem, DocumentModel doc, boolean relaxSyncRootConstraint) DocumentBackedFolderItem(String factoryName, FolderItem parentItem, DocumentModel doc, boolean relaxSyncRootConstraint, boolean getLockInfo) -
Uses of FolderItem in org.nuxeo.drive.elasticsearch
Classes in org.nuxeo.drive.elasticsearch that implement FolderItemModifier and TypeClassDescriptionclassElasticsearch implementation of aDefaultSyncRootFolderItem.Methods in org.nuxeo.drive.elasticsearch with parameters of type FolderItemModifier and TypeMethodDescriptionprotected FileSystemItemESSyncRootFolderItemFactory.adaptDocument(DocumentModel doc, boolean forceParentItem, FolderItem parentItem, boolean relaxSyncRootConstraint, boolean getLockInfo) Constructors in org.nuxeo.drive.elasticsearch with parameters of type FolderItemModifierConstructorDescriptionESSyncRootFolderItem(String factoryName, FolderItem parentItem, DocumentModel doc) ESSyncRootFolderItem(String factoryName, FolderItem parentItem, DocumentModel doc, boolean relaxSyncRootConstraint) ESSyncRootFolderItem(String factoryName, FolderItem parentItem, DocumentModel doc, boolean relaxSyncRootConstraint, boolean getLockInfo) -
Uses of FolderItem in org.nuxeo.drive.hierarchy.permission.adapter
Classes in org.nuxeo.drive.hierarchy.permission.adapter that implement FolderItemModifier and TypeClassDescriptionclassUser workspace and permission based implementation of the top levelFolderItem.classPermission based implementation of the parentFolderItemof the user's shared synchronization roots.classUser workspace based implementation of the parentFolderItemof the user's synchronization roots.Methods in org.nuxeo.drive.hierarchy.permission.adapter with parameters of type FolderItemConstructors in org.nuxeo.drive.hierarchy.permission.adapter with parameters of type FolderItemModifierConstructorDescriptionUserSyncRootParentFolderItem(String factoryName, DocumentModel doc, FolderItem parentItem, String folderName) UserSyncRootParentFolderItem(String factoryName, DocumentModel doc, FolderItem parentItem, String folderName, boolean relaxSyncRootConstraint) UserSyncRootParentFolderItem(String factoryName, DocumentModel doc, FolderItem parentItem, String folderName, boolean relaxSyncRootConstraint, boolean getLockInfo) -
Uses of FolderItem in org.nuxeo.drive.hierarchy.permission.factory
Methods in org.nuxeo.drive.hierarchy.permission.factory that return FolderItemModifier and TypeMethodDescriptionprotected FolderItemPermissionSyncRootFactory.getParentItem(DocumentModel doc) PermissionTopLevelFactory.getTopLevelFolderItem(NuxeoPrincipal principal) protected FolderItemUserSyncRootParentFactory.getTopLevelFolderItem(NuxeoPrincipal principal) PermissionTopLevelFactory.getVirtualFolderItem(NuxeoPrincipal principal) SharedSyncRootParentFactory.getVirtualFolderItem(NuxeoPrincipal principal) UserSyncRootParentFactory.getVirtualFolderItem(NuxeoPrincipal principal) Methods in org.nuxeo.drive.hierarchy.permission.factory with parameters of type FolderItemModifier and TypeMethodDescriptionprotected FileSystemItemPermissionSyncRootFactory.adaptDocument(DocumentModel doc, boolean forceParentId, FolderItem parentItem, boolean relaxSyncRootConstraint, boolean getLockInfo) protected FileSystemItemUserSyncRootParentFactory.adaptDocument(DocumentModel doc, boolean forceParentItem, FolderItem parentItem, boolean relaxSyncRootConstraint, boolean getLockInfo) -
Uses of FolderItem in org.nuxeo.drive.hierarchy.userworkspace.adapter
Classes in org.nuxeo.drive.hierarchy.userworkspace.adapter that implement FolderItemModifier and TypeClassDescriptionclassUser workspace based implementation of the synchronization root parentFolderItem.classUser workspace based implementation of the top levelFolderItem.Methods in org.nuxeo.drive.hierarchy.userworkspace.adapter with parameters of type FolderItem -
Uses of FolderItem in org.nuxeo.drive.hierarchy.userworkspace.factory
Methods in org.nuxeo.drive.hierarchy.userworkspace.factory that return FolderItemModifier and TypeMethodDescriptionprotected FolderItemUserWorkspaceSyncRootFactory.getParentItem(DocumentModel doc) UserWorkspaceTopLevelFactory.getTopLevelFolderItem(NuxeoPrincipal principal) UserWorkspaceSyncRootParentFactory.getVirtualFolderItem(NuxeoPrincipal principal) UserWorkspaceTopLevelFactory.getVirtualFolderItem(NuxeoPrincipal principal) Methods in org.nuxeo.drive.hierarchy.userworkspace.factory with parameters of type FolderItemModifier and TypeMethodDescriptionprotected FileSystemItemUserWorkspaceSyncRootFactory.adaptDocument(DocumentModel doc, boolean forceParentItem, FolderItem parentItem, boolean relaxSyncRootConstraint, boolean getLockInfo) protected FileSystemItemUserWorkspaceTopLevelFactory.adaptDocument(DocumentModel doc, boolean forceParentItem, FolderItem parentItem, boolean relaxSyncRootConstraint, boolean getLockInfo) -
Uses of FolderItem in org.nuxeo.drive.service
Methods in org.nuxeo.drive.service that return FolderItemModifier and TypeMethodDescriptionFileSystemItemManager.createFolder(String parentId, String name, NuxeoPrincipal principal, boolean overwrite) Creates a folder with the given name in theFileSystemItemwith the given id for the given principal.FileSystemItemManager.getTopLevelFolder(NuxeoPrincipal principal) Gets the top levelFolderItemfor the given principal.TopLevelFolderItemFactory.getTopLevelFolderItem(NuxeoPrincipal principal) VirtualFolderItemFactory.getVirtualFolderItem(NuxeoPrincipal principal) Returns the (unique) virtualFolderItem.Methods in org.nuxeo.drive.service with parameters of type FolderItemModifier and TypeMethodDescriptionFileSystemItemAdapterService.getFileSystemItem(DocumentModel doc, FolderItem parentItem) FileSystemItemAdapterService.getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted) FileSystemItemAdapterService.getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint) FileSystemItemAdapterService.getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint, boolean getLockInfo) FileSystemItemFactory.getFileSystemItem(DocumentModel doc, FolderItem parentItem) FileSystemItemFactory.getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted) FileSystemItemFactory.getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint) FileSystemItemFactory.getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint, boolean getLockInfo) -
Uses of FolderItem in org.nuxeo.drive.service.impl
Methods in org.nuxeo.drive.service.impl that return FolderItemModifier and TypeMethodDescriptionFileSystemItemManagerImpl.createFolder(String parentId, String name, NuxeoPrincipal principal, boolean overwrite) protected abstract FolderItemAbstractSyncRootFolderItemFactory.getParentItem(DocumentModel doc) Returns the parentFileSystemItem.protected FolderItemDefaultSyncRootFolderItemFactory.getParentItem(DocumentModel doc) FileSystemItemManagerImpl.getTopLevelFolder(NuxeoPrincipal principal) DefaultTopLevelFolderItemFactory.getTopLevelFolderItem(NuxeoPrincipal principal) DefaultTopLevelFolderItemFactory.getVirtualFolderItem(NuxeoPrincipal principal) Methods in org.nuxeo.drive.service.impl with parameters of type FolderItemModifier and TypeMethodDescriptionprotected FileSystemItemAbstractFileSystemItemFactory.adaptDocument(DocumentModel doc, boolean forceParentItem, FolderItem parentItem) protected abstract FileSystemItemAbstractFileSystemItemFactory.adaptDocument(DocumentModel doc, boolean forceParentItem, FolderItem parentItem, boolean relaxSyncRootConstraint, boolean getLockInfo) Adapts the givenDocumentModelto aFileSystemItem.protected FileSystemItemCollectionSyncRootFolderItemFactory.adaptDocument(DocumentModel doc, boolean forceParentItem, FolderItem parentItem, boolean relaxSyncRootConstraint, boolean getLockInfo) protected FileSystemItemDefaultFileSystemItemFactory.adaptDocument(DocumentModel doc, boolean forceParentItem, FolderItem parentItem, boolean relaxSyncRootConstraint, boolean getLockInfo) protected FileSystemItemDefaultSyncRootFolderItemFactory.adaptDocument(DocumentModel doc, boolean forceParentItem, FolderItem parentItem, boolean relaxSyncRootConstraint, boolean getLockInfo) protected FileSystemItemAbstractFileSystemItemFactory.getFileSystemItem(DocumentModel doc, boolean forceParentItem, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint, boolean getLockInfo) AbstractFileSystemItemFactory.getFileSystemItem(DocumentModel doc, FolderItem parentItem) AbstractFileSystemItemFactory.getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted) AbstractFileSystemItemFactory.getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint) AbstractFileSystemItemFactory.getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint, boolean getLockInfo) AbstractVirtualFolderItemFactory.getFileSystemItem(DocumentModel doc, FolderItem parentItem) AbstractVirtualFolderItemFactory.getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted) AbstractVirtualFolderItemFactory.getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint) AbstractVirtualFolderItemFactory.getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint, boolean getLockInfo) protected FileSystemItemFileSystemItemAdapterServiceImpl.getFileSystemItem(DocumentModel doc, boolean forceParentItem, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint, boolean getLockInfo) Tries to adapt the given document as the top levelFolderItem.FileSystemItemAdapterServiceImpl.getFileSystemItem(DocumentModel doc, FolderItem parentItem) FileSystemItemAdapterServiceImpl.getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted) FileSystemItemAdapterServiceImpl.getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint) FileSystemItemAdapterServiceImpl.getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint, boolean getLockInfo)