Package | Description |
---|---|
com.marklogic.client |
The package provides the core classes, interfaces and exceptions for working with the database.
|
com.marklogic.client.alerting |
A REST interface to MarkLogic alerting capabilities.
|
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.cookbook |
The package provides examples for common actions in working with the database.
|
com.marklogic.client.example.extension |
The package provides examples of extensions that operate on a batch
of database documents.
|
com.marklogic.client.example.handle |
The package provides examples of extensions that read or write database documents
in a new way or with a new representation.
|
com.marklogic.client.extra.dom4j |
The package provides an adapter for using the dom4j Open Source library
to read and write XML documents, XML structured search, and other XML
data structures.
|
com.marklogic.client.extra.gson |
The package provides an adapter for using the GSON Open Source library
to read and write JSON documents, JSON structured search, and other JSON
input and output.
|
com.marklogic.client.extra.jackson |
The package provides an adapter for using the Jackson Open Source library
to read and write JSON documents, JSON structured search, and other JSON
input and output.
|
com.marklogic.client.extra.jdom |
The package provides an adapter for using the JDOM Open Source library
to read and write XML documents, XML structured search, and other XML
data structures.
|
com.marklogic.client.extra.xom |
The package provides an adapter for using the XOM Open Source library
to read and write XML documents, XML structured search, and other XML
data structures.
|
com.marklogic.client.impl | |
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.
|
com.marklogic.client.query |
The package provides classes for queries including searching documents
and reading values directly from indexes in the database for the REST server.
|
Class and Description |
---|
BinaryDocumentManager
A Binary Document Manager provides database operations on binary documents.
|
GenericDocumentManager
A Generic Document Manager supports database operations on documents with an unknown format.
|
JSONDocumentManager
A JSON Document Manager supports database operations on JSON documents.
|
TextDocumentManager
A Text Document Manager supports database operations on text documents.
|
XMLDocumentManager
A XML Document Manager supports database operations on XML documents.
|
Class and Description |
---|
ContentDescriptor
A Content Descriptor identifies the properties of some content.
|
ServerTransform
ServerTransform specifies the invocation of a transform on the server
including both the name of the transform and the parameters passed
to the transform.
|
Class and Description |
---|
BinaryDocumentManager.MetadataExtraction
The MetadataExtraction enumeration identifies whether properties are extracted from binary documents
to metadata properties on the binary document, to a separate XHTML document, or not at all.
|
ContentDescriptor
A Content Descriptor identifies the properties of some content.
|
DocumentDescriptor
A Document Descriptor describes a database document.
|
DocumentManager
A Document Manager provides database operations on a document.
|
DocumentManager.Metadata
The Metadata enumeration specifies the categories of metadata read from or written to the database.
|
DocumentMetadataPatchBuilder
A DocumentMetadataPatchBuilder specifies changes to the metadata
of a database document.
|
DocumentMetadataPatchBuilder.Call
A Call specifies how to apply a built-in or library function
when replacing an existing fragment.
|
DocumentMetadataPatchBuilder.CallBuilder
A CallBuilder constructs a Call to a built-in or library function
to produce the replacement for an existing fragment.
|
DocumentMetadataPatchBuilder.Cardinality
The Cardinality enumeration indicates the number of times
that a path can match without error (which defaults to
ZERO_OR_MORE, meaning any number of matches).
|
DocumentMetadataPatchBuilder.PatchHandle
A PatchHandle produced by the builder can produce a string
representation of the patch for saving, logging, or other uses.
|
DocumentPatchBuilder
A DocumentPatchBuilder specifies changes to the metadata, content,
or both of a database document.
|
DocumentPatchBuilder.Position
The Position enumeration indicates the location relative
to the context for inserting content.
|
DocumentUriTemplate
A DocumentUriTemplate specifies how the server should construct
a name for a document.
|
ServerTransform
ServerTransform specifies the invocation of a transform on the server
including both the name of the transform and the parameters passed
to the transform.
|
XMLDocumentManager.DocumentRepair
The DocumentRepair enumeration specifies whether an XML document is repaired as much as possible or not at all.
|
Class and Description |
---|
XMLDocumentManager
A XML Document Manager supports database operations on XML documents.
|
Class and Description |
---|
DocumentManager.Metadata
The Metadata enumeration specifies the categories of metadata read from or written to the database.
|
Class and Description |
---|
ContentDescriptor
A Content Descriptor identifies the properties of some content.
|
XMLDocumentManager
A XML Document Manager supports database operations on XML documents.
|
Class and Description |
---|
ContentDescriptor
A Content Descriptor identifies the properties of some content.
|
Class and Description |
---|
ContentDescriptor
A Content Descriptor identifies the properties of some content.
|
Class and Description |
---|
ContentDescriptor
A Content Descriptor identifies the properties of some content.
|
Class and Description |
---|
ContentDescriptor
A Content Descriptor identifies the properties of some content.
|
Class and Description |
---|
ContentDescriptor
A Content Descriptor identifies the properties of some content.
|
Class and Description |
---|
ContentDescriptor
A Content Descriptor identifies the properties of some content.
|
Class and Description |
---|
ContentDescriptor
A Content Descriptor identifies the properties of some content.
|
Class and Description |
---|
ServerTransform
ServerTransform specifies the invocation of a transform on the server
including both the name of the transform and the parameters passed
to the transform.
|
Copyright © 2013-2015 MarkLogic Corporation.