Package | Description |
---|---|
com.marklogic.client.admin.config |
The package provides classes and interfaces that implement MarkLogic Search API configuration using
Java Objects.
|
com.marklogic.client.admin.config.support |
Interfaces and classes used by
QueryOptionsBuilder ,
QueryOptions ,
and QueryOptionsHandle
to comprise builder expressions and mark function arguments. |
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.
|
Modifier and Type | Method and Description |
---|---|
QueryOptions.QueryValues |
QueryOptions.QueryValues.annotate(String xmlString) |
QueryOptions.QueryValues |
QueryOptionsBuilder.values(String name,
TupleSource source,
QueryOptions.Aggregate aggregate,
String... valuesOptions)
Deprecated.
Builds a QueryValues object, with an included aggregate specification.
|
QueryOptions.QueryValues |
QueryOptionsBuilder.values(String name,
TupleSource source,
String... valuesOptions)
Deprecated.
Builds a QueryValues object.
|
Modifier and Type | Method and Description |
---|---|
List<QueryOptions.QueryValues> |
QueryOptions.getQueryValues()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryOptions.QueryRange.build(QueryOptions.QueryValues values)
Add this QueryRange to the values query.
|
void |
QueryOptions.QueryCollection.build(QueryOptions.QueryValues values)
Add this QueryCollection to the values query.
|
void |
QueryOptions.JsonKey.build(QueryOptions.QueryValues values)
Adds this JSON key to the values query specification.
|
void |
QueryOptions.Field.build(QueryOptions.QueryValues values)
Adds this field to the values query specification.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryOptions.setQueryValues(List<QueryOptions.QueryValues> values)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
TupleSource.build(QueryOptions.QueryValues values) |
void |
QueryUri.build(QueryOptions.QueryValues values) |
Modifier and Type | Method and Description |
---|---|
QueryOptions.QueryValues |
QueryOptionsHandle.getValues(String valuesName)
Deprecated.
Returns the named values accessor.
|
Modifier and Type | Method and Description |
---|---|
List<QueryOptions.QueryValues> |
QueryOptionsHandle.getValues()
Deprecated.
Returns a List of the values accessors in the query options.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryOptionsHandle.addValues(QueryOptions.QueryValues values)
Deprecated.
Add a values accessor to the query options.
|
QueryOptionsHandle |
QueryOptionsHandle.withValues(QueryOptions.QueryValues... values)
Deprecated.
Sets a List of values in the query options.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryOptionsHandle.setValues(List<QueryOptions.QueryValues> values)
Deprecated.
Sets a List of values in the query options.
|
Copyright © 2013-2015 MarkLogic Corporation.