Package | Description |
---|---|
com.marklogic.client.alerting |
A REST interface to MarkLogic alerting
capabilities.
|
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.query |
The package provides classes for queries
including searching documents and reading values directly from
indexes in the database for the REST server.
|
Modifier and Type | Method and Description |
---|---|
<T extends RuleListReadHandle> |
RuleManager.match(StructureWriteHandle document,
java.lang.String[] candidateRules,
T ruleListHandle)
Matches server rules based on a document
supplied in a write handle.
|
<T extends RuleListReadHandle> |
RuleManager.match(StructureWriteHandle document,
java.lang.String[] candidateRules, T ruleListHandle,
ServerTransform transform)
Matches server rules based on a document
supplied in a write handle.
|
<T extends RuleListReadHandle> |
RuleManager.match(StructureWriteHandle document,
T ruleListHandle)
Matches server rules based on a document
supplied in a write handle.
|
Modifier and Type | Class and Description |
---|---|
class |
DOM4JHandle
A DOM4JHandle represents XML content as a dom4j
document for reading or writing.
|
Modifier and Type | Class and Description |
---|---|
class |
GSONHandle
A GSONHandle represents JSON content as a GSON
JsonElement for reading or writing.
|
Modifier and Type | Class and Description |
---|---|
class |
JDOMHandle
A JDOM Handle represents XML content as a JDOM
document for reading or writing.
|
Modifier and Type | Class and Description |
---|---|
class |
BytesHandle
A Bytes Handle represents document content as a
byte array for reading or writing.
|
class |
DOMHandle
A DOM Handle represents XML content as a DOM
document for reading or writing.
|
class |
FileHandle
A File Handle represents document content as a
file for reading or writing.
|
class |
InputSourceHandle
An Input Source Handle represents XML content as
an input source for reading or writing.
|
class |
InputStreamHandle
An InputStreamHandle represents a resource as an
InputStream for reading or writing.
|
class |
JacksonDatabindHandle<T>
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.
|
class |
JacksonHandle
An adapter for using the Jackson Open Source
library for JSON; represents JSON content as a Jackson JsonNode for
reading or writing.
|
class |
JacksonParserHandle
An adapter for using the streaming capabilities
of the Jackson Open Source library.
|
class |
OutputStreamHandle
An OutputStreamHandle generates output during
writing.
|
class |
ReaderHandle
A Reader Handle represents a character content
as a reader for reading to or writing from the database.
|
class |
SourceHandle
A Source Handle represents XML content as a
transform source for reading or transforms a source into a result
for writing.
|
class |
StringHandle
A String Handle represents document content as a
string for reading or writing.
|
class |
XMLEventReaderHandle
An XML Event Reader Handle represents XML
content as an XML event reader for reading as a series of StAX
events.
|
class |
XMLStreamReaderHandle
An XML Stream Reader Handle represents XML
content as an XML stream reader for reading as a StAX pull
stream.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CtsQueryWriteHandle
A CtsQueryWriteHandle represents a serialized
cts query.
|
Modifier and Type | Method and Description |
---|---|
StructureWriteHandle |
RawQueryDefinition.getHandle()
Returns the handle for the JSON or XML
representation of the query.
|
Modifier and Type | Method and Description |
---|---|
RawCombinedQueryDefinition |
QueryManager.newRawCombinedQueryDefinition(StructureWriteHandle handle)
Defines a combined query from a JSON or XML
representation.
|
RawCombinedQueryDefinition |
QueryManager.newRawCombinedQueryDefinition(StructureWriteHandle handle,
java.lang.String optionsName)
Defines a combined query from a JSON or XML
representation.
|
RawQueryByExampleDefinition |
QueryManager.newRawQueryByExampleDefinition(StructureWriteHandle handle)
Defines a simple query by example from a JSON or
XML representation.
|
RawQueryByExampleDefinition |
QueryManager.newRawQueryByExampleDefinition(StructureWriteHandle handle,
java.lang.String optionsName)
Defines a simple query by example from a JSON or
XML representation.
|
RawStructuredQueryDefinition |
QueryManager.newRawStructuredQueryDefinition(StructureWriteHandle handle)
Defines a structured query from a JSON or XML
representation.
|
RawStructuredQueryDefinition |
QueryManager.newRawStructuredQueryDefinition(StructureWriteHandle handle,
java.lang.String optionsName)
Defines a structured query from a JSON or XML
representation.
|
void |
RawQueryDefinition.setHandle(StructureWriteHandle handle)
Specifies the handle for the JSON or XML
representation of the query.
|
RawCombinedQueryDefinition |
RawCombinedQueryDefinition.withHandle(StructureWriteHandle handle)
Specifies the handle for the JSON or XML
representation of a combined query and returns the query
definition.
|
RawCtsQueryDefinition |
RawCtsQueryDefinition.withHandle(StructureWriteHandle handle)
Specifies the handle for the JSON or XML
representation of a combined query and returns the query
definition.
|
RawQueryByExampleDefinition |
RawQueryByExampleDefinition.withHandle(StructureWriteHandle handle)
Specifies the handle for the JSON or XML
representation of a query by example and returns the query
definition.
|
RawStructuredQueryDefinition |
RawStructuredQueryDefinition.withHandle(StructureWriteHandle handle)
Specifies the handle for the JSON or XML
representation of a structured query and returns the query
definition.
|
Copyright © 2024 MarkLogic Corporation. All Rights Reserved.