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.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.QueryConstraint |
QueryOptions.QueryConstraint.annotate(String xmlAnnotation)
Adds an annotation and returns the constraint.
|
QueryOptions.QueryConstraint |
QueryOptionsBuilder.constraint(String name,
ConstraintSource source)
Deprecated.
Builds a constraint object with the supplied name and source.
|
Modifier and Type | Method and Description |
---|---|
List<QueryOptions.QueryConstraint> |
QueryOptions.getQueryConstraints()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryOptions.setConstraints(List<QueryOptions.QueryConstraint> constraints)
Deprecated.
Sets the list of constraints, replacing existing ones.
|
Modifier and Type | Method and Description |
---|---|
QueryOptions.QueryConstraint |
QueryOptionsHandle.getConstraint(String constraintName)
Deprecated.
Return the named query constraint from the query options.
|
Modifier and Type | Method and Description |
---|---|
List<QueryOptions.QueryConstraint> |
QueryOptionsHandle.getConstraints()
Deprecated.
Returns a List of all the constraints in the query options.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryOptionsHandle.addConstraint(QueryOptions.QueryConstraint constraint)
Deprecated.
Add a constraint to the query options.
|
QueryOptionsHandle |
QueryOptionsHandle.withConstraints(QueryOptions.QueryConstraint... constraints)
Deprecated.
Set a List of constraints in the query options.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryOptionsHandle.setConstraints(List<QueryOptions.QueryConstraint> constraints)
Deprecated.
Set a List of constraints in the query options.
|
Copyright © 2013-2016 MarkLogic Corporation.