public interface DocumentWriteOperation
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 |
getUri()
The uri for this document if set explicitly by your call to
add(String, ...) |
DocumentWriteOperation.OperationType getOperationType()
DocumentWriteOperation.OperationType
set implicitly by your call to
add
, addDefault
, or
disableDefault
.String getUri()
add(String, ...)
DocumentMetadataWriteHandle getMetadata()
AbstractWriteHandle getContent()
Copyright © 2013-2016 MarkLogic Corporation.