public interface TemporalDescriptor extends DocumentDescriptor
UNKNOWN_VERSIONUNKNOWN_LENGTH| Modifier and Type | Method and Description |
|---|---|
String |
getTemporalSystemTime()
Returns the temporal system time when the document was written or deleted.
|
String |
getUri()
Returns the URI identifier for the database document.
|
getVersion, setUri, setVersion, withFormatgetByteLength, getFormat, getMimetype, setByteLength, setFormat, setMimetypeString getUri()
Returns the URI identifier for the database document.
getUri in interface DocumentDescriptorString getTemporalSystemTime()
Returns the temporal system time when the document was written or deleted. The time is returned in ISO 8601 format like all MarkLogic timestamps. It can be parsed by DatatypeConverter.parseDateTime but will lose precision since java.util.Calendar only supports millisecond precision.
Copyright © 2013-2017 MarkLogic Corporation.