Package | Description |
---|---|
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.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.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.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.
|
com.marklogic.client.row |
The package provides classes for sending plan
requests to and processing row responses from the REST
server.
|
Class and Description |
---|
Format
The Format enumerates different kinds of
document content.
|
Class and Description |
---|
BaseHandle
BaseHandle is the base class for content
representations such as byte arrays, strings, input streams,
character readers, files, POJO (Plain Old Java Object) structures
and so on.
|
OutputStreamSender
An Output Stream Sender sends content to the
database by writing to the provided OutputStream.
|
Class and Description |
---|
BytesHandle
A Bytes Handle represents document content as a
byte array for reading or writing.
|
DocumentMetadataHandle
A DocumentMetadataHandle represents the metadata
for a database document.
|
Format
The Format enumerates different kinds of
document content.
|
InputStreamHandle
An InputStreamHandle represents a resource as an
InputStream for reading or writing.
|
JacksonHandle
An adapter for using the Jackson Open Source
library for JSON; represents JSON content as a Jackson JsonNode for
reading or writing.
|
StringHandle
A String Handle represents document content as a
string for reading or writing.
|
Class and Description |
---|
BytesHandle
A Bytes Handle represents document content as a
byte array for reading or writing.
|
Class and Description |
---|
DocumentMetadataHandle.Capability
A document operation restricted to users with a
role.
|
Format
The Format enumerates different kinds of
document content.
|
Class and Description |
---|
Format
The Format enumerates different kinds of
document content.
|
Class and Description |
---|
Format
The Format enumerates different kinds of
document content.
|
Class and Description |
---|
BaseHandle
BaseHandle is the base class for content
representations such as byte arrays, strings, input streams,
character readers, files, POJO (Plain Old Java Object) structures
and so on.
|
Format
The Format enumerates different kinds of
document content.
|
OutputStreamSender
An Output Stream Sender sends content to the
database by writing to the provided OutputStream.
|
Class and Description |
---|
BaseHandle
BaseHandle is the base class for content
representations such as byte arrays, strings, input streams,
character readers, files, POJO (Plain Old Java Object) structures
and so on.
|
Format
The Format enumerates different kinds of
document content.
|
Class and Description |
---|
BaseHandle
BaseHandle is the base class for content
representations such as byte arrays, strings, input streams,
character readers, files, POJO (Plain Old Java Object) structures
and so on.
|
Format
The Format enumerates different kinds of
document content.
|
OutputStreamSender
An Output Stream Sender sends content to the
database by writing to the provided OutputStream.
|
Class and Description |
---|
BaseHandle
BaseHandle is the base class for content
representations such as byte arrays, strings, input streams,
character readers, files, POJO (Plain Old Java Object) structures
and so on.
|
OutputStreamSender
An Output Stream Sender sends content to the
database by writing to the provided OutputStream.
|
Class and Description |
---|
BaseHandle
BaseHandle is the base class for content
representations such as byte arrays, strings, input streams,
character readers, files, POJO (Plain Old Java Object) structures
and so on.
|
BytesHandle
A Bytes Handle represents document content as a
byte array for reading or writing.
|
DocumentMetadataHandle
A DocumentMetadataHandle represents the metadata
for a database document.
|
DocumentMetadataHandle.Capability
A document operation restricted to users with a
role.
|
DocumentMetadataHandle.DocumentCollections
Represents the collections for a database
document.
|
DocumentMetadataHandle.DocumentMetadataValues
Represents the metadata-values for a database
document.
|
DocumentMetadataHandle.DocumentPermissions
Represents the permissions for a database
document.
|
DocumentMetadataHandle.DocumentProperties
Represents the properties for a database
document.
|
DOMHandle
A DOM Handle represents XML content as a DOM
document for reading or writing.
|
FileHandle
A File Handle represents document content as a
file for reading or writing.
|
Format
The Format enumerates different kinds of
document content.
|
InputSourceHandle
An Input Source Handle represents XML content as
an input source for reading or writing.
|
InputStreamHandle
An InputStreamHandle represents a resource as an
InputStream for reading or writing.
|
JacksonDatabindHandle
An adapter for using the Jackson Open Source
library for JSON; represents JSON content for reading or writing as
objects of the specified POJO class.
|
JacksonHandle
An adapter for using the Jackson Open Source
library for JSON; represents JSON content as a Jackson JsonNode for
reading or writing.
|
JacksonParserHandle
An adapter for using the streaming capabilities
of the Jackson Open Source library.
|
JAXBHandle
A JAXB Handle roundtrips a POJO (a Java data
structure) to and from a database document.
|
OutputStreamHandle
An OutputStreamHandle generates output during
writing.
|
OutputStreamSender
An Output Stream Sender sends content to the
database by writing to the provided OutputStream.
|
QueryOptionsListHandle
A QueryOptionsListHandle is used to access the
list of named query options that exist on the server.
|
ReaderHandle
A Reader Handle represents a character content
as a reader for reading to or writing from the database.
|
SearchHandle
A SearchHandle represents a set of search
results returned by the server.
|
SearchHandle.Report
Represents a report message.
|
SearchHandle.Warning
Represents a warning.
|
SourceHandle
A Source Handle represents XML content as a
transform source for reading or transforms a source into a result
for writing.
|
StringHandle
A String Handle represents document content as a
string for reading or writing.
|
TuplesHandle
A TuplesHandle represents a set of tuples
returned by a query on the server.
|
ValuesHandle
A ValuesHandle represents a list of values or of
tuples (combination of values for the same document) retrieved from
the indexes.
|
ValuesListHandle
A ValuesListHandle represents a list of
available named lexicon configurations from saved query
options.
|
XMLEventReaderHandle
An XML Event Reader Handle represents XML
content as an XML event reader for reading as a series of StAX
events.
|
XMLStreamReaderHandle
An XML Stream Reader Handle represents XML
content as an XML stream reader for reading as a StAX pull
stream.
|
Class and Description |
---|
Format
The Format enumerates different kinds of
document content.
|
SearchHandle.Report
Represents a report message.
|
SearchHandle.Warning
Represents a warning.
|
Class and Description |
---|
Format
The Format enumerates different kinds of
document content.
|
Copyright © 2024 MarkLogic Corporation. All Rights Reserved.