Package | Description |
---|---|
com.marklogic.client.datamovement |
The MarkLogic Data Movement SDK supports long-running write, read,
delete, or transform jobs.
|
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.
|
Modifier and Type | Method and Description |
---|---|
QueryBatcher |
DataMovementManager.newQueryBatcher(RawStructuredQueryDefinition query)
Create a new QueryBatcher instance configured to retrieve uris that
match this query.
|
Modifier and Type | Method and Description |
---|---|
RawStructuredQueryDefinition |
PojoQueryBuilder.build(StructuredQueryDefinition... queries)
Copied directly from
StructuredQuerybuilder.build . |
Modifier and Type | Method and Description |
---|---|
RawStructuredQueryDefinition |
StructuredQueryBuilder.build(StructuredQueryDefinition... queries)
Builds a structured query in XML from the list of query definitions.
|
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.
|
RawStructuredQueryDefinition |
QueryManager.newRawStructuredQueryDefinitionAs(Format format,
java.lang.Object rawQuery)
Defines a structured query from a JSON or XML representation provided as an object of an IO class.
|
RawStructuredQueryDefinition |
QueryManager.newRawStructuredQueryDefinitionAs(Format format,
java.lang.Object rawQuery,
java.lang.String optionsName)
Defines a structured query from a JSON or XML representation provided as an object of an IO class.
|
RawStructuredQueryDefinition |
RawStructuredQueryDefinition.withCriteria(java.lang.String criteria)
Sets the query criteria as a query string and returns the query
definition as a fluent convenience.
|
RawStructuredQueryDefinition |
RawStructuredQueryDefinition.withHandle(StructureWriteHandle handle)
Specifies the handle for the JSON or XML representation
of a structured query and returns the query definition.
|
Copyright © 2013-2020 MarkLogic Corporation.