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.bitemporal | |
com.marklogic.client.datamovement |
The MarkLogic Data Movement SDK supports long-running write, read,
delete, or transform jobs.
|
com.marklogic.client.dataservices | |
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.eval | |
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.expression |
The package provides classes for building Optic plan pipelines and expressions
for execution on the REST server.
|
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.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.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.pojo |
The goal of this package (sometimes referred to as "the pojo facade" is to simplify working
with custom Plain Old Java Objects (pojos) without hassling with persistence details.
|
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.
|
com.marklogic.client.row |
The package provides classes for sending plan requests to and
processing row responses from the REST server.
|
com.marklogic.client.semantics |
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 represents a query serialized as a structured
query, combined query, or query by example.
|
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.
|
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 |
---|
AbstractWriteHandle
A Write Handle defines a representation for writing database content.
|
DocumentMetadataWriteHandle
A Document Metadata Write Handle can represent document metadata written to the database.
|
Class and Description |
---|
AbstractWriteHandle
A Write Handle defines a representation for writing database content.
|
JSONWriteHandle
A JSON Write Handle can represent JSON 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.
|
SearchReadHandle
A SearchReadHandle represents the results of a search performed over 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.
|
TextWriteHandle
A Text Write Handle can represent text 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.
|
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.
|
SPARQLResultsReadHandle
A marker interface for handles capable of reading SPARQL results
(returned by
SPARQLQueryManager.executeSelect ). |
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.
|
TriplesReadHandle
A marker interface for handles capable of reading semantic triples.
|
TriplesWriteHandle
A marker interface for handles capable of writing semantic triples.
|
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 |
---|
JSONReadHandle
A JSON Read Handle can represent JSON content 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.
|
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.
|
SPARQLResultsReadHandle
A marker interface for handles capable of reading SPARQL results
(returned by
SPARQLQueryManager.executeSelect ). |
StructureReadHandle
A Structure Read Handle can represent a data structure read from the
database.
|
StructureWriteHandle
A Structure Write Handle represents a query serialized as a structured
query, combined query, or query by example.
|
TriplesReadHandle
A marker interface for handles capable of reading semantic triples.
|
TriplesWriteHandle
A marker interface for handles capable of writing semantic triples.
|
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.
|
SPARQLResultsReadHandle
A marker interface for handles capable of reading SPARQL results
(returned by
SPARQLQueryManager.executeSelect ). |
StructureReadHandle
A Structure Read Handle can represent a data structure read from the
database.
|
StructureWriteHandle
A Structure Write Handle represents a query serialized as a structured
query, combined query, or query by example.
|
TriplesReadHandle
A marker interface for handles capable of reading semantic triples.
|
TriplesWriteHandle
A marker interface for handles capable of writing semantic triples.
|
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.
|
SPARQLResultsReadHandle
A marker interface for handles capable of reading SPARQL results
(returned by
SPARQLQueryManager.executeSelect ). |
StructureReadHandle
A Structure Read Handle can represent a data structure read from the
database.
|
StructureWriteHandle
A Structure Write Handle represents a query serialized as a structured
query, combined query, or query by example.
|
TriplesReadHandle
A marker interface for handles capable of reading semantic triples.
|
TriplesWriteHandle
A marker interface for handles capable of writing semantic triples.
|
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.
|
CtsQueryWriteHandle
A CtsQueryWriteHandle represents a serialized cts query.
|
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.
|
QuadsWriteHandle
A marker interface for handles capable of writing semantic quads.
|
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.
|
SPARQLResultsReadHandle
A marker interface for handles capable of reading SPARQL results
(returned by
SPARQLQueryManager.executeSelect ). |
StructureReadHandle
A Structure Read Handle can represent a data structure read from the
database.
|
StructureWriteHandle
A Structure Write Handle represents a query serialized as a structured
query, combined query, or query by example.
|
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.
|
TriplesReadHandle
A marker interface for handles capable of reading semantic triples.
|
TriplesWriteHandle
A marker interface for handles capable of writing semantic triples.
|
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.
|
SPARQLResultsReadHandle
A marker interface for handles capable of reading SPARQL results
(returned by
SPARQLQueryManager.executeSelect ). |
StructureWriteHandle
A Structure Write Handle represents a query serialized as a structured
query, combined query, or query by example.
|
TriplesReadHandle
A marker interface for handles capable of reading semantic triples.
|
TriplesWriteHandle
A marker interface for handles capable of writing semantic triples.
|
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 |
---|
SearchReadHandle
A SearchReadHandle represents the results of a search performed over the database.
|
Class and Description |
---|
CtsQueryWriteHandle
A CtsQueryWriteHandle represents a serialized cts query.
|
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 represents a query serialized as a structured
query, combined query, or query by example.
|
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.
|
Class and Description |
---|
AbstractReadHandle
A Read Handle defines a representation for reading database content.
|
JSONWriteHandle
A JSON Write Handle can represent JSON content written to the database.
|
StructureReadHandle
A Structure Read Handle can represent a data structure read from the
database.
|
Class and Description |
---|
QuadsWriteHandle
A marker interface for handles capable of writing semantic quads.
|
SPARQLResultsReadHandle
A marker interface for handles capable of reading SPARQL results
(returned by
SPARQLQueryManager.executeSelect ). |
TextWriteHandle
A Text Write Handle can represent text content written to the database.
|
TriplesReadHandle
A marker interface for handles capable of reading semantic triples.
|
TriplesWriteHandle
A marker interface for handles capable of writing semantic triples.
|
Copyright © 2013-2018 MarkLogic Corporation.