Uses of Interface
org.nuxeo.drive.adapter.FolderItem
-
-
Uses of FolderItem in org.nuxeo.drive.adapter
Methods in org.nuxeo.drive.adapter that return FolderItem Modifier and Type Method Description default FolderItemFolderItem. createFolder(String name)Deprecated.since 9.1, usecreateFolder(String, boolean)insteadFolderItemFolderItem. createFolder(String name, boolean overwrite)Methods in org.nuxeo.drive.adapter with parameters of type FolderItem Modifier and Type Method Description booleanFileSystemItem. canMove(FolderItem dest)FileSystemItemFileSystemItem. move(FolderItem dest) -
Uses of FolderItem in org.nuxeo.drive.adapter.impl
Classes in org.nuxeo.drive.adapter.impl that implement FolderItem Modifier and Type Class Description classAbstractVirtualFolderItemBase implementation of a virtualFolderItem.classCollectionSyncRootFolderItemDefault implementation of a collection synchronization rootFolderItem.classDefaultSyncRootFolderItemDefault implementation of a synchronization rootFolderItem.classDefaultTopLevelFolderItemDefault implementation of the top levelFolderItem.classDocumentBackedFolderItemDocumentModelbacked implementation of aFolderItem.Methods in org.nuxeo.drive.adapter.impl that return FolderItem Modifier and Type Method Description FolderItemAbstractVirtualFolderItem. createFolder(String name, boolean overwrite)FolderItemCollectionSyncRootFolderItem. createFolder(String name, boolean overwrite)FolderItemDocumentBackedFolderItem. 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 FolderItem Modifier and Type Method Description booleanAbstractDocumentBackedFileSystemItem. 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)FileSystemItemAbstractDocumentBackedFileSystemItem. move(FolderItem dest)FileSystemItemAbstractVirtualFolderItem. move(FolderItem dest)FileSystemItemDefaultSyncRootFolderItem. move(FolderItem dest)FileSystemItemSimpleFileSystemItem. move(FolderItem dest)Method parameters in org.nuxeo.drive.adapter.impl with type arguments of type FolderItem Modifier and Type Method Description 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)Constructors in org.nuxeo.drive.adapter.impl with parameters of type FolderItem Constructor Description AbstractDocumentBackedFileSystemItem(String factoryName, FolderItem parentItem, DocumentModel doc, boolean relaxSyncRootConstraint)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)DocumentBackedFileItem(VersioningFileSystemItemFactory factory, FolderItem parentItem, DocumentModel doc)Deprecated.since 9.1 versioning policy is now handled at versioning service level, as versioning is removed at drive level, theVersioningFileSystemItemFactoryis not used anymoreDocumentBackedFileItem(VersioningFileSystemItemFactory factory, FolderItem parentItem, DocumentModel doc, boolean relaxSyncRootConstraint)Deprecated.since 9.1 versioning policy is now handled at versioning service level, as versioning is removed at drive level, theVersioningFileSystemItemFactoryis not used anymoreDocumentBackedFileItem(VersioningFileSystemItemFactory factory, FolderItem parentItem, DocumentModel doc, boolean relaxSyncRootConstraint, boolean getLockInfo)Deprecated.since 9.1 versioning policy is now handled at versioning service level, as versioning is removed at drive level, theVersioningFileSystemItemFactoryis not used anymoreDocumentBackedFolderItem(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 FolderItem Modifier and Type Class Description classESSyncRootFolderItemElasticsearch implementation of aDefaultSyncRootFolderItem.Methods in org.nuxeo.drive.elasticsearch with parameters of type FolderItem Modifier and Type Method Description protected FileSystemItemESSyncRootFolderItemFactory. adaptDocument(DocumentModel doc, boolean forceParentItem, FolderItem parentItem, boolean relaxSyncRootConstraint, boolean getLockInfo)Constructors in org.nuxeo.drive.elasticsearch with parameters of type FolderItem Constructor Description ESSyncRootFolderItem(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 FolderItem Modifier and Type Class Description classPermissionTopLevelFolderItemUser workspace and permission based implementation of the top levelFolderItem.classSharedSyncRootParentFolderItemPermission based implementation of the parentFolderItemof the user's shared synchronization roots.classUserSyncRootParentFolderItemUser workspace based implementation of the parentFolderItemof the user's synchronization roots.Methods in org.nuxeo.drive.hierarchy.permission.adapter with parameters of type FolderItem Modifier and Type Method Description FileSystemItemUserSyncRootParentFolderItem. move(FolderItem dest)Constructors in org.nuxeo.drive.hierarchy.permission.adapter with parameters of type FolderItem Constructor Description UserSyncRootParentFolderItem(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 FolderItem Modifier and Type Method Description protected FolderItemPermissionSyncRootFactory. getParentItem(DocumentModel doc)FolderItemPermissionTopLevelFactory. getTopLevelFolderItem(NuxeoPrincipal principal)protected FolderItemUserSyncRootParentFactory. getTopLevelFolderItem(NuxeoPrincipal principal)FolderItemPermissionTopLevelFactory. getVirtualFolderItem(NuxeoPrincipal principal)FolderItemSharedSyncRootParentFactory. getVirtualFolderItem(NuxeoPrincipal principal)FolderItemUserSyncRootParentFactory. getVirtualFolderItem(NuxeoPrincipal principal)Methods in org.nuxeo.drive.hierarchy.permission.factory with parameters of type FolderItem Modifier and Type Method Description protected 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 FolderItem Modifier and Type Class Description classUserWorkspaceSyncRootParentFolderItemUser workspace based implementation of the synchronization root parentFolderItem.classUserWorkspaceTopLevelFolderItemUser workspace based implementation of the top levelFolderItem.Methods in org.nuxeo.drive.hierarchy.userworkspace.adapter with parameters of type FolderItem Modifier and Type Method Description FileSystemItemUserWorkspaceTopLevelFolderItem. move(FolderItem dest) -
Uses of FolderItem in org.nuxeo.drive.hierarchy.userworkspace.factory
Methods in org.nuxeo.drive.hierarchy.userworkspace.factory that return FolderItem Modifier and Type Method Description protected FolderItemUserWorkspaceSyncRootFactory. getParentItem(DocumentModel doc)FolderItemUserWorkspaceTopLevelFactory. getTopLevelFolderItem(NuxeoPrincipal principal)FolderItemUserWorkspaceSyncRootParentFactory. getVirtualFolderItem(NuxeoPrincipal principal)FolderItemUserWorkspaceTopLevelFactory. getVirtualFolderItem(NuxeoPrincipal principal)Methods in org.nuxeo.drive.hierarchy.userworkspace.factory with parameters of type FolderItem Modifier and Type Method Description protected 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 FolderItem Modifier and Type Method Description default FolderItemFileSystemItemManager. createFolder(String parentId, String name, NuxeoPrincipal principal)Deprecated.since 9.1, useFileSystemItemManager.createFolder(String, String, NuxeoPrincipal, boolean)insteadFolderItemFileSystemItemManager. 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.FolderItemFileSystemItemManager. getTopLevelFolder(NuxeoPrincipal principal)Gets the top levelFolderItemfor the given principal.FolderItemTopLevelFolderItemFactory. getTopLevelFolderItem(NuxeoPrincipal principal)FolderItemVirtualFolderItemFactory. getVirtualFolderItem(NuxeoPrincipal principal)Returns the (unique) virtualFolderItem.Methods in org.nuxeo.drive.service with parameters of type FolderItem Modifier and Type Method Description FileSystemItemFileSystemItemAdapterService. getFileSystemItem(DocumentModel doc, FolderItem parentItem)FileSystemItemFileSystemItemAdapterService. getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted)FileSystemItemFileSystemItemAdapterService. getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint)FileSystemItemFileSystemItemAdapterService. getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint, boolean getLockInfo)FileSystemItemFileSystemItemFactory. getFileSystemItem(DocumentModel doc, FolderItem parentItem)FileSystemItemFileSystemItemFactory. getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted)FileSystemItemFileSystemItemFactory. getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint)FileSystemItemFileSystemItemFactory. 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 FolderItem Modifier and Type Method Description FolderItemFileSystemItemManagerImpl. createFolder(String parentId, String name, NuxeoPrincipal principal, boolean overwrite)protected abstract FolderItemAbstractSyncRootFolderItemFactory. getParentItem(DocumentModel doc)Returns the parentFileSystemItem.protected FolderItemDefaultSyncRootFolderItemFactory. getParentItem(DocumentModel doc)FolderItemFileSystemItemManagerImpl. getTopLevelFolder(NuxeoPrincipal principal)FolderItemDefaultTopLevelFolderItemFactory. getTopLevelFolderItem(NuxeoPrincipal principal)FolderItemDefaultTopLevelFolderItemFactory. getVirtualFolderItem(NuxeoPrincipal principal)Methods in org.nuxeo.drive.service.impl with parameters of type FolderItem Modifier and Type Method Description protected 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)FileSystemItemAbstractFileSystemItemFactory. getFileSystemItem(DocumentModel doc, FolderItem parentItem)FileSystemItemAbstractFileSystemItemFactory. getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted)FileSystemItemAbstractFileSystemItemFactory. getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint)FileSystemItemAbstractFileSystemItemFactory. getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint, boolean getLockInfo)FileSystemItemAbstractVirtualFolderItemFactory. getFileSystemItem(DocumentModel doc, FolderItem parentItem)FileSystemItemAbstractVirtualFolderItemFactory. getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted)FileSystemItemAbstractVirtualFolderItemFactory. getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint)FileSystemItemAbstractVirtualFolderItemFactory. 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.FileSystemItemFileSystemItemAdapterServiceImpl. getFileSystemItem(DocumentModel doc, FolderItem parentItem)FileSystemItemFileSystemItemAdapterServiceImpl. getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted)FileSystemItemFileSystemItemAdapterServiceImpl. getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint)FileSystemItemFileSystemItemAdapterServiceImpl. getFileSystemItem(DocumentModel doc, FolderItem parentItem, boolean includeDeleted, boolean relaxSyncRootConstraint, boolean getLockInfo)
-