Package | Description |
---|---|
com.marklogic.client.datamovement |
The MarkLogic Data Movement SDK supports long-running write, read,
delete, or transform jobs.
|
com.marklogic.client.example.extension |
The package provides examples of extensions that operate on a batch
of database documents.
|
com.marklogic.client.io |
The package provides the handle classes with different representations for document content
when you read documents from the database or write documents to the database.
|
Modifier and Type | Method and Description |
---|---|
DocumentMetadataHandle |
WriteBatcher.getDocumentMetadata() |
Modifier and Type | Method and Description |
---|---|
WriteBatcher |
WriteBatcher.withDefaultMetadata(DocumentMetadataHandle handle)
Sets the DocumentMetadataHandle for write operations.
|
Modifier and Type | Method and Description |
---|---|
DocumentMetadataHandle |
BatchManager.ReadOutput.getMetadata() |
Modifier and Type | Method and Description |
---|---|
BatchManager.BatchRequest |
BatchManager.BatchRequest.withWrite(java.lang.String uri,
DocumentMetadataHandle metadata,
AbstractWriteHandle content) |
Modifier and Type | Method and Description |
---|---|
DocumentMetadataHandle |
DocumentMetadataHandle.withCollections(java.lang.String... collections)
Locally adds the collections to the current collections
for the document.
|
DocumentMetadataHandle |
DocumentMetadataHandle.withMetadataValue(java.lang.String key,
java.lang.String value)
Locally adds the metadata-value to the current metadata-values for the document.
|
DocumentMetadataHandle |
DocumentMetadataHandle.withPermission(java.lang.String role,
DocumentMetadataHandle.Capability... capabilities)
Locally adds the role and its capabilities to the current
permissions for the document.
|
DocumentMetadataHandle |
DocumentMetadataHandle.withProperty(javax.xml.namespace.QName name,
java.lang.Object value)
Locally adds the property name and value to the current
properties for the document.
|
DocumentMetadataHandle |
DocumentMetadataHandle.withProperty(java.lang.String name,
java.lang.Object value)
Locally adds the property name and value to the current
properties for the document.
|
DocumentMetadataHandle |
DocumentMetadataHandle.withQuality(int quality)
Locally specifies the match quality for the document.
|
Copyright © 2013-2018 MarkLogic Corporation.