Class CmisFileAttributes

java.lang.Object
com.norconex.crawler.fs.fetch.impl.ReadOnlyFileAttributes
com.norconex.crawler.fs.fetch.impl.cmis.CmisFileAttributes
All Implemented Interfaces:
BasicFileAttributes

public class CmisFileAttributes extends ReadOnlyFileAttributes
Attributes of a CMIS object, backed by the Atom "entry" XML document used to derive them. Since CmisFetcher receives this same instance via the shared NIO.2 fetch flow, it reads getDocument() directly instead of issuing a separate request for CMIS-specific metadata (core Atom fields, properties, ACL).
  • Constructor Details

    • CmisFileAttributes

      public CmisFileAttributes(Xml document)
  • Method Details

    • getDocument

      public Xml getDocument()
    • isRecognized

      public boolean isRecognized()