Package | Description |
---|---|
com.marklogic.client |
The package provides the core classes, interfaces and exceptions for working with the database.
|
com.marklogic.client.admin |
The package provides the classes for configuration and initialization
of the REST server.
|
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.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.extensions |
The package provides base and support classes so you can derive
a new Resource Manager to provide a client interface for a
Resource Services extension on the REST server.
|
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.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.io.marker |
The package provides marker interfaces for reading and writing each kind of document format.
|
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 |
---|
ContentHandle
A Content Handle provides get / set access to a representation
of content such a byte[] array, input stream, file, reader, string,
and so on.
|
ContentHandleFactory
A ContentHandleFactory creates instances of a ContentHandle that provides
an adapter for an IO representation.
|
StructureReadHandle
A Structure Read Handle can represent a data structure read from the
database.
|
Class and Description |
---|
AbstractReadHandle
A Read Handle defines a representation for reading database content.
|
AbstractWriteHandle
A Write Handle defines a representation for writing database content.
|
QueryOptionsListReadHandle
A QueryOptionsListReadHandle represents a list of query options read from the server configuration.
|
QueryOptionsReadHandle
A QueryOptionsReadHandle represents a query options node read from the server configuration.
|
QueryOptionsWriteHandle
A QueryOptionsWriteHandle represents a query options node to be written to the server configuration.
|
StructureReadHandle
A Structure Read Handle can represent a data structure read from the
database.
|
TextReadHandle
A Text Read Handle can represent text content read from the database.
|
TextWriteHandle
A Text Write Handle can represent text content written to the database.
|
XMLReadHandle
A XML Read Handle can represent XML content read from the database.
|
XMLWriteHandle
A XML Write Handle can represent XML content written to the database.
|
Class and Description |
---|
AbstractReadHandle
A Read Handle defines a representation for reading database content.
|
AbstractWriteHandle
A Write Handle defines a representation for writing database content.
|
RuleListReadHandle |
RuleReadHandle |
RuleWriteHandle |
StructureWriteHandle
A Structure Write Handle can represent a data structure written to the database.
|
XMLReadHandle
A XML Read Handle can represent XML content read from the database.
|
XMLWriteHandle
A XML Write Handle can represent XML content written to the database.
|
Class and Description |
---|
AbstractReadHandle
A Read Handle defines a representation for reading database content.
|
AbstractWriteHandle
A Write Handle defines a representation for writing database content.
|
BinaryReadHandle
A Binary Read Handle can represent binary content read from the database.
|
DocumentMetadataReadHandle
A Metadata Read Handle can represent metadata read from the database.
|
DocumentMetadataWriteHandle
A Document Metadata Write Handle can represent document metadata written to the database.
|
DocumentPatchHandle
A Document Patch Handle can represent a patch with changes
to document metadata or structured content.
|
Class and Description |
---|
AbstractReadHandle
A Read Handle defines a representation for reading database content.
|
AbstractWriteHandle
A Write Handle defines a representation for writing database content.
|
GenericReadHandle
A Generic Read Handle can represent content of an unknown format read from the database.
|
GenericWriteHandle
A Generic Write Handle can represent content of an unknown format written to the database.
|
TextReadHandle
A Text Read Handle can represent text content read from the database.
|
XMLReadHandle
A XML Read Handle can represent XML content read from the database.
|
XMLWriteHandle
A XML Write Handle can represent XML content written to the database.
|
Class and Description |
---|
AbstractReadHandle
A Read Handle defines a representation for reading database content.
|
AbstractWriteHandle
A Write Handle defines a representation for writing database content.
|
BinaryReadHandle
A Binary Read Handle can represent binary content read from the database.
|
BinaryWriteHandle
A Binary Write Handle can represent binary content written to the database.
|
GenericReadHandle
A Generic Read Handle can represent content of an unknown format read from the database.
|
GenericWriteHandle
A Generic Write Handle can represent content of an unknown format written to the database.
|
JSONReadHandle
A JSON Read Handle can represent JSON content read from the database.
|
JSONWriteHandle
A JSON Write Handle can represent JSON content written to the database.
|
TextReadHandle
A Text Read Handle can represent text content read from the database.
|
TextWriteHandle
A Text Write Handle can represent text content written to the database.
|
XMLReadHandle
A XML Read Handle can represent XML content read from the database.
|
XMLWriteHandle
A XML Write Handle can represent XML content written to the database.
|
Class and Description |
---|
AbstractReadHandle
A Read Handle defines a representation for reading database content.
|
AbstractWriteHandle
A Write Handle defines a representation for writing database content.
|
Class and Description |
---|
AbstractReadHandle
A Read Handle defines a representation for reading database content.
|
AbstractWriteHandle
A Write Handle defines a representation for writing database content.
|
BufferableHandle
A Bufferable Handle can read content from a byte[] buffer or write content
as a byte[] buffer without changing the state of an external resource.
|
ContentHandle
A Content Handle provides get / set access to a representation
of content such a byte[] array, input stream, file, reader, string,
and so on.
|
ContentHandleFactory
A ContentHandleFactory creates instances of a ContentHandle that provides
an adapter for an IO representation.
|
DocumentMetadataReadHandle
A Metadata Read Handle can represent metadata read from the database.
|
DocumentMetadataWriteHandle
A Document Metadata Write Handle can represent document metadata written to the database.
|
DocumentPatchHandle
A Document Patch Handle can represent a patch with changes
to document metadata or structured content.
|
QueryOptionsListReadHandle
A QueryOptionsListReadHandle represents a list of query options read from the server configuration.
|
QueryOptionsReadHandle
A QueryOptionsReadHandle represents a query options node read from the server configuration.
|
QueryOptionsWriteHandle
A QueryOptionsWriteHandle represents a query options node to be written to the server configuration.
|
RuleListReadHandle |
RuleReadHandle |
RuleWriteHandle |
SearchReadHandle
A SearchReadHandle represents the results of a search performed over the database.
|
StructureReadHandle
A Structure Read Handle can represent a data structure read from the
database.
|
StructureWriteHandle
A Structure Write Handle can represent a data structure written to the database.
|
TuplesReadHandle
A TuplesReadHandle represents a set of tuples read from the database.
|
ValuesListReadHandle
A ValuesListReadHandle represents a list of sets of values read from the database.
|
ValuesReadHandle
A ValuesReadHandle represents a set of values read from the database.
|
XMLReadHandle
A XML Read Handle can represent XML content read from the database.
|
XMLWriteHandle
A XML Write Handle can represent XML content written to the database.
|
Class and Description |
---|
AbstractReadHandle
A Read Handle defines a representation for reading database content.
|
AbstractWriteHandle
A Write Handle defines a representation for writing database content.
|
BufferableHandle
A Bufferable Handle can read content from a byte[] buffer or write content
as a byte[] buffer without changing the state of an external resource.
|
ContentHandle
A Content Handle provides get / set access to a representation
of content such a byte[] array, input stream, file, reader, string,
and so on.
|
ContentHandleFactory
A ContentHandleFactory creates instances of a ContentHandle that provides
an adapter for an IO representation.
|
DocumentMetadataReadHandle
A Metadata Read Handle can represent metadata read from the database.
|
DocumentMetadataWriteHandle
A Document Metadata Write Handle can represent document metadata written to the database.
|
DocumentPatchHandle
A Document Patch Handle can represent a patch with changes
to document metadata or structured content.
|
JSONReadHandle
A JSON Read Handle can represent JSON content read from the database.
|
JSONWriteHandle
A JSON Write Handle can represent JSON content written to the database.
|
QueryOptionsListReadHandle
A QueryOptionsListReadHandle represents a list of query options read from the server configuration.
|
QueryOptionsReadHandle
A QueryOptionsReadHandle represents a query options node read from the server configuration.
|
QueryOptionsWriteHandle
A QueryOptionsWriteHandle represents a query options node to be written to the server configuration.
|
RuleListReadHandle |
RuleReadHandle |
RuleWriteHandle |
SearchReadHandle
A SearchReadHandle represents the results of a search performed over the database.
|
StructureReadHandle
A Structure Read Handle can represent a data structure read from the
database.
|
StructureWriteHandle
A Structure Write Handle can represent a data structure written to the database.
|
TuplesReadHandle
A TuplesReadHandle represents a set of tuples read from the database.
|
ValuesListReadHandle
A ValuesListReadHandle represents a list of sets of values read from the database.
|
ValuesReadHandle
A ValuesReadHandle represents a set of values read from the database.
|
Class and Description |
---|
AbstractReadHandle
A Read Handle defines a representation for reading database content.
|
AbstractWriteHandle
A Write Handle defines a representation for writing database content.
|
BufferableHandle
A Bufferable Handle can read content from a byte[] buffer or write content
as a byte[] buffer without changing the state of an external resource.
|
ContentHandle
A Content Handle provides get / set access to a representation
of content such a byte[] array, input stream, file, reader, string,
and so on.
|
ContentHandleFactory
A ContentHandleFactory creates instances of a ContentHandle that provides
an adapter for an IO representation.
|
DocumentMetadataReadHandle
A Metadata Read Handle can represent metadata read from the database.
|
DocumentMetadataWriteHandle
A Document Metadata Write Handle can represent document metadata written to the database.
|
DocumentPatchHandle
A Document Patch Handle can represent a patch with changes
to document metadata or structured content.
|
JSONReadHandle
A JSON Read Handle can represent JSON content read from the database.
|
JSONWriteHandle
A JSON Write Handle can represent JSON content written to the database.
|
QueryOptionsListReadHandle
A QueryOptionsListReadHandle represents a list of query options read from the server configuration.
|
QueryOptionsReadHandle
A QueryOptionsReadHandle represents a query options node read from the server configuration.
|
QueryOptionsWriteHandle
A QueryOptionsWriteHandle represents a query options node to be written to the server configuration.
|
RuleListReadHandle |
RuleReadHandle |
RuleWriteHandle |
SearchReadHandle
A SearchReadHandle represents the results of a search performed over the database.
|
StructureReadHandle
A Structure Read Handle can represent a data structure read from the
database.
|
StructureWriteHandle
A Structure Write Handle can represent a data structure written to the database.
|
TuplesReadHandle
A TuplesReadHandle represents a set of tuples read from the database.
|
ValuesListReadHandle
A ValuesListReadHandle represents a list of sets of values read from the database.
|
ValuesReadHandle
A ValuesReadHandle represents a set of values read from the database.
|
Class and Description |
---|
AbstractReadHandle
A Read Handle defines a representation for reading database content.
|
AbstractWriteHandle
A Write Handle defines a representation for writing database content.
|
BufferableHandle
A Bufferable Handle can read content from a byte[] buffer or write content
as a byte[] buffer without changing the state of an external resource.
|
ContentHandle
A Content Handle provides get / set access to a representation
of content such a byte[] array, input stream, file, reader, string,
and so on.
|
ContentHandleFactory
A ContentHandleFactory creates instances of a ContentHandle that provides
an adapter for an IO representation.
|
DocumentMetadataReadHandle
A Metadata Read Handle can represent metadata read from the database.
|
DocumentMetadataWriteHandle
A Document Metadata Write Handle can represent document metadata written to the database.
|
DocumentPatchHandle
A Document Patch Handle can represent a patch with changes
to document metadata or structured content.
|
QueryOptionsListReadHandle
A QueryOptionsListReadHandle represents a list of query options read from the server configuration.
|
QueryOptionsReadHandle
A QueryOptionsReadHandle represents a query options node read from the server configuration.
|
QueryOptionsWriteHandle
A QueryOptionsWriteHandle represents a query options node to be written to the server configuration.
|
RuleListReadHandle |
RuleReadHandle |
RuleWriteHandle |
SearchReadHandle
A SearchReadHandle represents the results of a search performed over the database.
|
StructureReadHandle
A Structure Read Handle can represent a data structure read from the
database.
|
StructureWriteHandle
A Structure Write Handle can represent a data structure written to the database.
|
TuplesReadHandle
A TuplesReadHandle represents a set of tuples read from the database.
|
ValuesListReadHandle
A ValuesListReadHandle represents a list of sets of values read from the database.
|
ValuesReadHandle
A ValuesReadHandle represents a set of values read from the database.
|
XMLReadHandle
A XML Read Handle can represent XML content read from the database.
|
XMLWriteHandle
A XML Write Handle can represent XML content written to the database.
|
Class and Description |
---|
AbstractReadHandle
A Read Handle defines a representation for reading database content.
|
AbstractWriteHandle
A Write Handle defines a representation for writing database content.
|
BufferableHandle
A Bufferable Handle can read content from a byte[] buffer or write content
as a byte[] buffer without changing the state of an external resource.
|
ContentHandle
A Content Handle provides get / set access to a representation
of content such a byte[] array, input stream, file, reader, string,
and so on.
|
ContentHandleFactory
A ContentHandleFactory creates instances of a ContentHandle that provides
an adapter for an IO representation.
|
DocumentMetadataReadHandle
A Metadata Read Handle can represent metadata read from the database.
|
DocumentMetadataWriteHandle
A Document Metadata Write Handle can represent document metadata written to the database.
|
DocumentPatchHandle
A Document Patch Handle can represent a patch with changes
to document metadata or structured content.
|
QueryOptionsListReadHandle
A QueryOptionsListReadHandle represents a list of query options read from the server configuration.
|
QueryOptionsReadHandle
A QueryOptionsReadHandle represents a query options node read from the server configuration.
|
QueryOptionsWriteHandle
A QueryOptionsWriteHandle represents a query options node to be written to the server configuration.
|
RuleListReadHandle |
RuleReadHandle |
RuleWriteHandle |
SearchReadHandle
A SearchReadHandle represents the results of a search performed over the database.
|
StructureReadHandle
A Structure Read Handle can represent a data structure read from the
database.
|
StructureWriteHandle
A Structure Write Handle can represent a data structure written to the database.
|
TuplesReadHandle
A TuplesReadHandle represents a set of tuples read from the database.
|
ValuesListReadHandle
A ValuesListReadHandle represents a list of sets of values read from the database.
|
ValuesReadHandle
A ValuesReadHandle represents a set of values read from the database.
|
XMLReadHandle
A XML Read Handle can represent XML content read from the database.
|
XMLWriteHandle
A XML Write Handle can represent XML content written to the database.
|
Class and Description |
---|
AbstractReadHandle
A Read Handle defines a representation for reading database content.
|
AbstractWriteHandle
A Write Handle defines a representation for writing database content.
|
BinaryReadHandle
A Binary Read Handle can represent binary content read from the database.
|
BinaryWriteHandle
A Binary Write Handle can represent binary content written to the database.
|
BufferableHandle
A Bufferable Handle can read content from a byte[] buffer or write content
as a byte[] buffer without changing the state of an external resource.
|
ContentHandle
A Content Handle provides get / set access to a representation
of content such a byte[] array, input stream, file, reader, string,
and so on.
|
ContentHandleFactory
A ContentHandleFactory creates instances of a ContentHandle that provides
an adapter for an IO representation.
|
DocumentMetadataReadHandle
A Metadata Read Handle can represent metadata read from the database.
|
DocumentMetadataWriteHandle
A Document Metadata Write Handle can represent document metadata written to the database.
|
DocumentPatchHandle
A Document Patch Handle can represent a patch with changes
to document metadata or structured content.
|
GenericReadHandle
A Generic Read Handle can represent content of an unknown format read from the database.
|
GenericWriteHandle
A Generic Write Handle can represent content of an unknown format written to the database.
|
JSONReadHandle
A JSON Read Handle can represent JSON content read from the database.
|
JSONWriteHandle
A JSON Write Handle can represent JSON content written to the database.
|
QueryOptionsListReadHandle
A QueryOptionsListReadHandle represents a list of query options read from the server configuration.
|
QueryOptionsReadHandle
A QueryOptionsReadHandle represents a query options node read from the server configuration.
|
QueryOptionsWriteHandle
A QueryOptionsWriteHandle represents a query options node to be written to the server configuration.
|
RuleListReadHandle |
RuleReadHandle |
RuleWriteHandle |
SearchReadHandle
A SearchReadHandle represents the results of a search performed over the database.
|
StructureReadHandle
A Structure Read Handle can represent a data structure read from the
database.
|
StructureWriteHandle
A Structure Write Handle can represent a data structure written to the database.
|
TextReadHandle
A Text Read Handle can represent text content read from the database.
|
TextWriteHandle
A Text Write Handle can represent text content written to the database.
|
TuplesReadHandle
A TuplesReadHandle represents a set of tuples read from the database.
|
ValuesListReadHandle
A ValuesListReadHandle represents a list of sets of values read from the database.
|
ValuesReadHandle
A ValuesReadHandle represents a set of values read from the database.
|
XMLReadHandle
A XML Read Handle can represent XML content read from the database.
|
XMLWriteHandle
A XML Write Handle can represent XML content written to the database.
|
Class and Description |
---|
AbstractReadHandle
A Read Handle defines a representation for reading database content.
|
AbstractWriteHandle
A Write Handle defines a representation for writing database content.
|
ContentHandle
A Content Handle provides get / set access to a representation
of content such a byte[] array, input stream, file, reader, string,
and so on.
|
DocumentMetadataReadHandle
A Metadata Read Handle can represent metadata read from the database.
|
DocumentMetadataWriteHandle
A Document Metadata Write Handle can represent document metadata written to the database.
|
DocumentPatchHandle
A Document Patch Handle can represent a patch with changes
to document metadata or structured content.
|
QueryOptionsListReadHandle
A QueryOptionsListReadHandle represents a list of query options read from the server configuration.
|
QueryOptionsReadHandle
A QueryOptionsReadHandle represents a query options node read from the server configuration.
|
QueryOptionsWriteHandle
A QueryOptionsWriteHandle represents a query options node to be written to the server configuration.
|
RuleListReadHandle |
RuleReadHandle |
RuleWriteHandle |
SearchReadHandle
A SearchReadHandle represents the results of a search performed over the database.
|
TuplesReadHandle
A TuplesReadHandle represents a set of tuples read from the database.
|
ValuesListReadHandle
A ValuesListReadHandle represents a list of sets of values read from the database.
|
ValuesReadHandle
A ValuesReadHandle represents a set of values read from the database.
|
Class and Description |
---|
QueryOptionsListReadHandle
A QueryOptionsListReadHandle represents a list of query options read from the server configuration.
|
SearchReadHandle
A SearchReadHandle represents the results of a search performed over the database.
|
StructureReadHandle
A Structure Read Handle can represent a data structure read from the
database.
|
StructureWriteHandle
A Structure Write Handle can represent a data structure written to the database.
|
TuplesReadHandle
A TuplesReadHandle represents a set of tuples read from the database.
|
ValuesListReadHandle
A ValuesListReadHandle represents a list of sets of values read from the database.
|
ValuesReadHandle
A ValuesReadHandle represents a set of values read from the database.
|
XMLReadHandle
A XML Read Handle can represent XML content read from the database.
|
Copyright © 2013-2015 MarkLogic Corporation.