- All Superinterfaces:
QueryDefinition,
RawQueryDefinition,
SearchQueryDefinition,
ValueQueryDefinition
A RawCtsQueryDefinition allows you to create a
query with a serialized cts query in a JSON or XML
representation.
-
Method Summary
Returns the query criteria, that is the query
string.
Returns the handle for the JSON or XML
representation of the query.
void
Sets the query criteria as a query string.
Sets the query criteria as a query string and
returns the query definition as a fluent convenience.
Specifies the handle for the JSON or XML
representation of a combined query and returns the query
definition.
-
Method Details
-
getCriteria
Returns the query criteria, that is the query
string.
- Returns:
- The query string.
-
setCriteria
void setCriteria(String criteria)
Sets the query criteria as a query string.
- Parameters:
criteria - The query string.
-
withCriteria
Sets the query criteria as a query string and
returns the query definition as a fluent convenience.
- Parameters:
criteria - The query string.
- Returns:
- This query definition.
-
getHandle
Returns the handle for the JSON or XML
representation of the query.
- Specified by:
getHandle in
interface RawQueryDefinition
- Returns:
- the JSON or XML handle.
-
withHandle
Specifies the handle for the JSON or XML
representation of a combined query and returns the query
definition.
- Parameters:
handle - the JSON or XML handle.
- Returns:
- the query definition.
Copyright (c) 2010-2025 Progress
Software Corporation and/or its subsidiaries or affiliates. All
Rights Reserved.