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.
A Bytes Handle represents document content as a
byte array for reading or writing.
A DocumentMetadataHandle represents the metadata
for a database document.
A document operation restricted to users with a
role.
Represents the collections for a database
document.
Represents the metadata-values for a database
document.
Represents the permissions for a database
document.
Represents the properties for a database
document.
A DOM Handle represents XML content as a DOM
document for reading or writing.
A File Handle represents document content as a
file for reading or writing.
The Format enumerates different kinds of
document content.
An Input Source Handle represents XML content as
an input source for reading or writing.
DraconianErrorHandler treats SAX parse errors as
exceptions but ignores warnings (based on the JavaDoc for the
javax.xml.validation package).
An InputStreamHandle represents a resource as an
InputStream for reading or writing.
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.
An adapter for using the Jackson Open Source
library for JSON; represents JSON content as a Jackson JsonNode for
reading or writing.
An adapter for using the streaming capabilities
of the Jackson Open Source library.
A JAXB Handle roundtrips a POJO (a Java data
structure) to and from a database document.
An OutputStreamHandle generates output during
writing.
An Output Stream Sender sends content to the
database by writing to the provided OutputStream.
A QueryOptionsListHandle is used to access the
list of named query options that exist on the server.
A Reader Handle represents a character content
as a reader for reading to or writing from the database.
A SearchHandle represents a set of search
results returned by the server.
Represents a report message.
A Source Handle represents XML content as a
transform source for reading or transforms a source into a result
for writing.
A String Handle represents document content as a
string for reading or writing.
A TuplesHandle represents a set of tuples
returned by a query on the server.
A ValuesHandle represents a list of values or of
tuples (combination of values for the same document) retrieved from
the indexes.
A ValuesListHandle represents a list of
available named lexicon configurations from saved query
options.
An XML Event Reader Handle represents XML
content as an XML event reader for reading as a series of StAX
events.
An XML Stream Reader Handle represents XML
content as an XML stream reader for reading as a StAX pull
stream.