Uses of Interface
org.nuxeo.drive.adapter.FolderItem
Package
Description
-
Uses of FolderItem in org.nuxeo.drive.adapter
Modifier and TypeMethodDescriptionboolean
FileSystemItem.canMove
(FolderItem dest) FileSystemItem.move
(FolderItem dest) -
Uses of FolderItem in org.nuxeo.drive.adapter.impl
Modifier and TypeClassDescriptionclass
Base implementation of a virtualFolderItem
.class
Default implementation of a collection synchronization rootFolderItem
.class
Default implementation of a synchronization rootFolderItem
.class
Default implementation of the top levelFolderItem
.class
DocumentModel
backed implementation of aFolderItem
.Modifier and TypeMethodDescriptionAbstractVirtualFolderItem.createFolder
(String name, boolean overwrite) CollectionSyncRootFolderItem.createFolder
(String name, boolean overwrite) DocumentBackedFolderItem.createFolder
(String name, boolean overwrite) protected FolderItem
DocumentBackedFolderItem.getFolderItem
(Map<DocumentRef, FolderItem> cache, DocumentModel doc, FolderItem parentItem, boolean cacheItem) protected FolderItem
DocumentBackedFolderItem.populateAncestorCache
(Map<DocumentRef, FolderItem> cache, DocumentModel doc, CoreSession session, boolean cacheItem) Modifier and TypeMethodDescriptionboolean
AbstractDocumentBackedFileSystemItem.canMove
(FolderItem dest) boolean
AbstractVirtualFolderItem.canMove
(FolderItem dest) boolean
DefaultSyncRootFolderItem.canMove
(FolderItem dest) boolean
SimpleFileSystemItem.canMove
(FolderItem dest) protected FolderItem
DocumentBackedFolderItem.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) Modifier and TypeMethodDescriptionprotected FolderItem
DocumentBackedFolderItem.getFolderItem
(Map<DocumentRef, FolderItem> cache, DocumentModel doc, FolderItem parentItem, boolean cacheItem) protected FolderItem
DocumentBackedFolderItem.populateAncestorCache
(Map<DocumentRef, FolderItem> cache, DocumentModel doc, CoreSession session, boolean cacheItem) ModifierConstructorDescriptionprotected
AbstractDocumentBackedFileSystemItem
(String factoryName, FolderItem parentItem, DocumentModel doc, boolean relaxSyncRootConstraint) protected
AbstractDocumentBackedFileSystemItem
(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
Modifier and TypeClassDescriptionclass
Elasticsearch implementation of aDefaultSyncRootFolderItem
.Modifier and TypeMethodDescriptionprotected FileSystemItem
ESSyncRootFolderItemFactory.adaptDocument
(DocumentModel doc, boolean forceParentItem, FolderItem parentItem, boolean relaxSyncRootConstraint, boolean getLockInfo) ModifierConstructorDescriptionESSyncRootFolderItem
(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
Modifier and TypeClassDescriptionclass
User workspace and permission based implementation of the top levelFolderItem
.class
Permission based implementation of the parentFolderItem
of the user's shared synchronization roots.class
User workspace based implementation of the parentFolderItem
of the user's synchronization roots.ModifierConstructorDescriptionUserSyncRootParentFolderItem
(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
Modifier and TypeMethodDescriptionprotected FolderItem
PermissionSyncRootFactory.getParentItem
(DocumentModel doc) PermissionTopLevelFactory.getTopLevelFolderItem
(NuxeoPrincipal principal) protected FolderItem
UserSyncRootParentFactory.getTopLevelFolderItem
(NuxeoPrincipal principal) PermissionTopLevelFactory.getVirtualFolderItem
(NuxeoPrincipal principal) SharedSyncRootParentFactory.getVirtualFolderItem
(NuxeoPrincipal principal) UserSyncRootParentFactory.getVirtualFolderItem
(NuxeoPrincipal principal) Modifier and TypeMethodDescriptionprotected FileSystemItem
PermissionSyncRootFactory.adaptDocument
(DocumentModel doc, boolean forceParentId, FolderItem parentItem, boolean relaxSyncRootConstraint, boolean getLockInfo) protected FileSystemItem
UserSyncRootParentFactory.adaptDocument
(DocumentModel doc, boolean forceParentItem, FolderItem parentItem, boolean relaxSyncRootConstraint, boolean getLockInfo) -
Uses of FolderItem in org.nuxeo.drive.hierarchy.userworkspace.adapter
Modifier and TypeClassDescriptionclass
User workspace based implementation of the synchronization root parentFolderItem
.class
User workspace based implementation of the top levelFolderItem
. -
Uses of FolderItem in org.nuxeo.drive.hierarchy.userworkspace.factory
Modifier and TypeMethodDescriptionprotected FolderItem
UserWorkspaceSyncRootFactory.getParentItem
(DocumentModel doc) UserWorkspaceTopLevelFactory.getTopLevelFolderItem
(NuxeoPrincipal principal) UserWorkspaceSyncRootParentFactory.getVirtualFolderItem
(NuxeoPrincipal principal) UserWorkspaceTopLevelFactory.getVirtualFolderItem
(NuxeoPrincipal principal) Modifier and TypeMethodDescriptionprotected FileSystemItem
UserWorkspaceSyncRootFactory.adaptDocument
(DocumentModel doc, boolean forceParentItem, FolderItem parentItem, boolean relaxSyncRootConstraint, boolean getLockInfo) protected FileSystemItem
UserWorkspaceTopLevelFactory.adaptDocument
(DocumentModel doc, boolean forceParentItem, FolderItem parentItem, boolean relaxSyncRootConstraint, boolean getLockInfo) -
Uses of FolderItem in org.nuxeo.drive.service
Modifier and TypeMethodDescriptionFileSystemItemManager.createFolder
(String parentId, String name, NuxeoPrincipal principal, boolean overwrite) Creates a folder with the given name in theFileSystemItem
with the given id for the given principal.FileSystemItemManager.getTopLevelFolder
(NuxeoPrincipal principal) Gets the top levelFolderItem
for the given principal.TopLevelFolderItemFactory.getTopLevelFolderItem
(NuxeoPrincipal principal) VirtualFolderItemFactory.getVirtualFolderItem
(NuxeoPrincipal principal) Returns the (unique) virtualFolderItem
.Modifier 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
Modifier and TypeMethodDescriptionFileSystemItemManagerImpl.createFolder
(String parentId, String name, NuxeoPrincipal principal, boolean overwrite) protected abstract FolderItem
AbstractSyncRootFolderItemFactory.getParentItem
(DocumentModel doc) Returns the parentFileSystemItem
.protected FolderItem
DefaultSyncRootFolderItemFactory.getParentItem
(DocumentModel doc) FileSystemItemManagerImpl.getTopLevelFolder
(NuxeoPrincipal principal) DefaultTopLevelFolderItemFactory.getTopLevelFolderItem
(NuxeoPrincipal principal) DefaultTopLevelFolderItemFactory.getVirtualFolderItem
(NuxeoPrincipal principal) Modifier and TypeMethodDescriptionprotected FileSystemItem
AbstractFileSystemItemFactory.adaptDocument
(DocumentModel doc, boolean forceParentItem, FolderItem parentItem) protected abstract FileSystemItem
AbstractFileSystemItemFactory.adaptDocument
(DocumentModel doc, boolean forceParentItem, FolderItem parentItem, boolean relaxSyncRootConstraint, boolean getLockInfo) Adapts the givenDocumentModel
to aFileSystemItem
.protected FileSystemItem
CollectionSyncRootFolderItemFactory.adaptDocument
(DocumentModel doc, boolean forceParentItem, FolderItem parentItem, boolean relaxSyncRootConstraint, boolean getLockInfo) protected FileSystemItem
DefaultFileSystemItemFactory.adaptDocument
(DocumentModel doc, boolean forceParentItem, FolderItem parentItem, boolean relaxSyncRootConstraint, boolean getLockInfo) protected FileSystemItem
DefaultSyncRootFolderItemFactory.adaptDocument
(DocumentModel doc, boolean forceParentItem, FolderItem parentItem, boolean relaxSyncRootConstraint, boolean getLockInfo) protected FileSystemItem
AbstractFileSystemItemFactory.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 FileSystemItem
FileSystemItemAdapterServiceImpl.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)