Class AbstractDocumentBackedFileSystemItem

java.lang.Object
org.nuxeo.drive.adapter.impl.AbstractFileSystemItem
org.nuxeo.drive.adapter.impl.AbstractDocumentBackedFileSystemItem
All Implemented Interfaces:
Comparable<FileSystemItem>, FileSystemItem
Direct Known Subclasses:
DocumentBackedFileItem, DocumentBackedFolderItem

public abstract class AbstractDocumentBackedFileSystemItem extends AbstractFileSystemItem
DocumentModel backed implementation of a FileSystemItem.
Author:
Antoine Taillefer
See Also:
  • Field Details

    • PERMISSION_CHECK_OPTIMIZED_PROPERTY

      protected static final String PERMISSION_CHECK_OPTIMIZED_PROPERTY
      See Also:
    • repositoryName

      protected String repositoryName
      Backing DocumentModel attributes
    • docId

      protected String docId
    • docPath

      protected String docPath
    • docTitle

      protected String docTitle
  • Constructor Details

    • AbstractDocumentBackedFileSystemItem

      protected AbstractDocumentBackedFileSystemItem(String factoryName, DocumentModel doc)
    • AbstractDocumentBackedFileSystemItem

      protected AbstractDocumentBackedFileSystemItem(String factoryName, DocumentModel doc, boolean relaxSyncRootConstraint)
    • AbstractDocumentBackedFileSystemItem

      protected AbstractDocumentBackedFileSystemItem(String factoryName, DocumentModel doc, boolean relaxSyncRootConstraint, boolean getLockInfo)
    • AbstractDocumentBackedFileSystemItem

      protected AbstractDocumentBackedFileSystemItem(String factoryName, FolderItem parentItem, DocumentModel doc, boolean relaxSyncRootConstraint)
    • AbstractDocumentBackedFileSystemItem

      protected AbstractDocumentBackedFileSystemItem(String factoryName, FolderItem parentItem, DocumentModel doc, boolean relaxSyncRootConstraint, boolean getLockInfo)
    • AbstractDocumentBackedFileSystemItem

      protected AbstractDocumentBackedFileSystemItem()
  • Method Details