ContentDescriptor
, DocumentDescriptor
public interface TemporalDescriptor extends DocumentDescriptor
UNKNOWN_LENGTH
UNKNOWN_VERSION
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getTemporalSystemTime() |
Returns the temporal system time when the document was written or deleted.
|
java.lang.String |
getUri() |
Returns the URI identifier for the database document.
|
getByteLength, getFormat, getMimetype, setByteLength, setFormat, setMimetype
getVersion, setUri, setVersion, withFormat
java.lang.String getUri()
getUri
in interface DocumentDescriptor
java.lang.String getTemporalSystemTime()
DatatypeConverter.parseDateTime
but will lose precision since java.util.Calendar only supports millisecond
precision.Copyright © 2013-2019 MarkLogic Corporation.