| Package | Description |
|---|---|
| com.marklogic.client.datamovement |
The MarkLogic Data Movement SDK supports long-running write, read, delete, or transform jobs.
|
| com.marklogic.client.document |
The package provides classes for creating, retrieving, updating, and deleting documents in the database for the REST server.
|
| com.marklogic.client.example.extension |
The package provides examples of extensions that operate on a batch of database documents.
|
| Modifier and Type | Method and Description |
|---|---|
ExportToWriterListener |
ExportToWriterListener.withMetadataCategory(DocumentManager.Metadata category)
Adds a metadata category to retrieve with each document.
|
ExportListener |
ExportListener.withMetadataCategory(DocumentManager.Metadata category)
Adds a metadata category to retrieve and make available from
DocumentRecord.getMetadata to listeners registered with onDocumentReady. |
| Modifier and Type | Method and Description |
|---|---|
static DocumentManager.Metadata |
DocumentManager.Metadata.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentManager.Metadata[] |
DocumentManager.Metadata.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<DocumentManager.Metadata> |
DocumentManager.getMetadataCategories()
Returns the categories of metadata to read, write, patch, or search.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentManager.setMetadataCategories(DocumentManager.Metadata... categories)
Specifies the categories of metadata to read, write, patch, or search.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentManager.setMetadataCategories(Set<DocumentManager.Metadata> categories)
Specifies the categories of metadata to read, write, patch, or search.
|
| Modifier and Type | Method and Description |
|---|---|
Set<DocumentManager.Metadata> |
BatchManager.BatchRequest.listCategories(DocumentManager.Metadata... categories) |
| Modifier and Type | Method and Description |
|---|---|
Set<DocumentManager.Metadata> |
BatchManager.BatchRequest.listCategories(DocumentManager.Metadata... categories) |
BatchManager.BatchRequest |
BatchManager.BatchRequest.withRead(String uri,
DocumentManager.Metadata category,
String mimetype) |
| Modifier and Type | Method and Description |
|---|---|
BatchManager.BatchRequest |
BatchManager.BatchRequest.withRead(String uri,
Set<DocumentManager.Metadata> categories,
String mimetype) |
Copyright © 2013-2017 MarkLogic Corporation.