Package | Description |
---|---|
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 |
BatchManager.ReadOutput.getMetadata() |
Modifier and Type | Method and Description |
---|---|
BatchManager.BatchRequest |
BatchManager.BatchRequest.withWrite(String uri,
DocumentMetadataHandle metadata,
AbstractWriteHandle content) |
Modifier and Type | Method and Description |
---|---|
DocumentMetadataHandle |
DocumentMetadataHandle.withCollections(String... collections)
Locally adds the collections to the current collections
for the document.
|
DocumentMetadataHandle |
DocumentMetadataHandle.withPermission(String role,
DocumentMetadataHandle.Capability... capabilities)
Locally adds the role and its capabilities to the current
permissions for the document.
|
DocumentMetadataHandle |
DocumentMetadataHandle.withProperty(QName name,
Object value)
Locally adds the property name and value to the current
properties for the document.
|
DocumentMetadataHandle |
DocumentMetadataHandle.withProperty(String name,
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-2016 MarkLogic Corporation.