Class CmisFileAttributes
java.lang.Object
com.norconex.crawler.fs.fetch.impl.ReadOnlyFileAttributes
com.norconex.crawler.fs.fetch.impl.cmis.CmisFileAttributes
- All Implemented Interfaces:
BasicFileAttributes
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 Summary
Constructors -
Method Summary
Methods inherited from class com.norconex.crawler.fs.fetch.impl.ReadOnlyFileAttributes
creationTime, fileKey, isDirectory, isOther, isRegularFile, isSymbolicLink, lastAccessTime, lastModifiedTime, size
-
Constructor Details
-
CmisFileAttributes
-
-
Method Details
-
getDocument
-
isRecognized
public boolean isRecognized()
-