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 | Description |
---|---|---|
ExportListener |
ExportListener.withMetadataCategory(DocumentManager.Metadata category) |
Adds a metadata category to retrieve and make available from
DocumentRecord.getMetadata to listeners
registered with onDocumentReady. |
ExportToWriterListener |
ExportToWriterListener.withMetadataCategory(DocumentManager.Metadata category) |
Adds a metadata category to retrieve with each document.
|
Modifier and Type | Method | Description |
---|---|---|
static DocumentManager.Metadata |
DocumentManager.Metadata.valueOf(java.lang.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 | Description |
---|---|---|
java.util.Set<DocumentManager.Metadata> |
DocumentManager.getMetadataCategories() |
Returns the categories of metadata to read, write, patch, or search.
|
Modifier and Type | Method | Description |
---|---|---|
void |
DocumentManager.setMetadataCategories(DocumentManager.Metadata... categories) |
Specifies the categories of metadata to read, write, patch, or search.
|
Modifier and Type | Method | Description |
---|---|---|
void |
DocumentManager.setMetadataCategories(java.util.Set<DocumentManager.Metadata> categories) |
Specifies the categories of metadata to read, write, patch, or search.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.Set<DocumentManager.Metadata> |
BatchManager.BatchRequest.listCategories(DocumentManager.Metadata... categories) |
Modifier and Type | Method | Description |
---|---|---|
java.util.Set<DocumentManager.Metadata> |
BatchManager.BatchRequest.listCategories(DocumentManager.Metadata... categories) |
|
BatchManager.BatchRequest |
BatchManager.BatchRequest.withRead(java.lang.String uri,
DocumentManager.Metadata category,
java.lang.String mimetype) |
Modifier and Type | Method | Description |
---|---|---|
BatchManager.BatchRequest |
BatchManager.BatchRequest.withRead(java.lang.String uri,
java.util.Set<DocumentManager.Metadata> categories,
java.lang.String mimetype) |
Copyright © 2013-2019 MarkLogic Corporation.