public interface DocumentWriteOperation
A reflection of the write operations queued by calls to add, add, addDefault, or disableDefault.
| Modifier and Type | Interface and Description |
|---|---|
static class |
DocumentWriteOperation.OperationType |
| Modifier and Type | Method and Description |
|---|---|
AbstractWriteHandle |
getContent()
|
DocumentMetadataWriteHandle |
getMetadata()
|
DocumentWriteOperation.OperationType |
getOperationType()
Returns the
DocumentWriteOperation.OperationType set implicitly by your call to add, addDefault, or disableDefault. |
String |
getTemporalDocumentURI()
The logical temporal document URI of the document as set by your call to one of the ‘add’ methods which adds a document to a
DocumentWriteSet |
String |
getUri()
The uri for this document if set explicitly by your call to
add(String, ...) |
DocumentWriteOperation.OperationType getOperationType()
Returns the DocumentWriteOperation.OperationType set implicitly by your call to add, addDefault, or disableDefault.
String getUri()
The uri for this document if set explicitly by your call to add(String, ...)
DocumentMetadataWriteHandle getMetadata()
AbstractWriteHandle getContent()
String getTemporalDocumentURI()
The logical temporal document URI of the document as set by your call to one of the ‘add’ methods which adds a document to a DocumentWriteSet
Copyright © 2013-2017 MarkLogic Corporation.