Package org.nuxeo.drive.elasticsearch
Class ESSyncRootFolderItemFactory
java.lang.Object
org.nuxeo.drive.service.impl.AbstractFileSystemItemFactory
org.nuxeo.drive.service.impl.AbstractSyncRootFolderItemFactory
org.nuxeo.drive.service.impl.DefaultSyncRootFolderItemFactory
org.nuxeo.drive.elasticsearch.ESSyncRootFolderItemFactory
- All Implemented Interfaces:
 FileSystemItemFactory
Elasticsearch implementation of the 
DefaultSyncRootFolderItemFactory.- Since:
 - 8.3
 
- 
Field Summary
Fields inherited from class org.nuxeo.drive.service.impl.AbstractFileSystemItemFactory
name - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected FileSystemItemadaptDocument(DocumentModel doc, boolean forceParentItem, FolderItem parentItem, boolean relaxSyncRootConstraint, boolean getLockInfo) Adapts the givenDocumentModelto aFileSystemItem.Methods inherited from class org.nuxeo.drive.service.impl.DefaultSyncRootFolderItemFactory
getParentItemMethods inherited from class org.nuxeo.drive.service.impl.AbstractSyncRootFolderItemFactory
getFileSystemItem, getFileSystemItem, getFileSystemItem, handleParameters, isFileSystemItemMethods inherited from class org.nuxeo.drive.service.impl.AbstractFileSystemItemFactory
adaptDocument, canHandleFileSystemItemId, exists, getDocumentById, getFileSystemItem, getFileSystemItem, getFileSystemItem, getFileSystemItem, getFileSystemItem, getFileSystemItem, getFileSystemItemById, getFileSystemItemById, getName, isFileSystemItem, isFileSystemItem, parseFileSystemId, setName 
- 
Constructor Details
- 
ESSyncRootFolderItemFactory
public ESSyncRootFolderItemFactory() 
 - 
 - 
Method Details
- 
adaptDocument
protected FileSystemItem adaptDocument(DocumentModel doc, boolean forceParentItem, FolderItem parentItem, boolean relaxSyncRootConstraint, boolean getLockInfo) Description copied from class:AbstractFileSystemItemFactoryAdapts the givenDocumentModelto aFileSystemItem.- Overrides:
 adaptDocumentin classDefaultSyncRootFolderItemFactory- See Also:
 
 
 -