@GwtCompatible public final class TypedValueQuery extends Query<TypedValue>
Query
concrete class
An instance can only be obtained by using the helper class TypedValueQuery.TypedValueBuilder
Query
Modifier and Type | Class and Description |
---|---|
static class |
TypedValueQuery.TypedValueBuilder
This class is available as a preview of functionality that will be added to
the supported public API in a future release.
|
Query.Builder<T>
LOCAL_PART, QNAME, XML_ROOT_ELEMENT
Modifier and Type | Method and Description |
---|---|
static TypedValueQuery.TypedValueBuilder |
builder()
Obtain a new
TypedValueQuery.TypedValueBuilder to assist in the construction
of a new Query object. |
static TypedValueQuery.TypedValueBuilder |
builder(Query<TypedValue> query)
Obtains a new
TypedValueQuery.TypedValueBuilder with default values based on the given
Query to assist in the construction of a new Query object. |
Criteria |
getCriteria()
Gets the
Criteria |
protected void |
setCriteria(Criteria criteria)
Sets the
Criteria |
equals, getColumnIgnoreCase, getPagingInfo, getProjection, hashCode, hasSearch, hasSort, isGrouping, isProjection, multilineToString, toString, toStringMultiline
public Criteria getCriteria()
Query
Criteria
getCriteria
in class Query<TypedValue>
Criteria
protected void setCriteria(Criteria criteria)
Query
Criteria
setCriteria
in class Query<TypedValue>
criteria
- the Criteria
public static TypedValueQuery.TypedValueBuilder builder()
TypedValueQuery.TypedValueBuilder
to assist in the construction
of a new Query
object.QueryBuilder.Selecting
public static TypedValueQuery.TypedValueBuilder builder(Query<TypedValue> query)
TypedValueQuery.TypedValueBuilder
with default values based on the given
Query
to assist in the construction of a new Query
object.Copyright © 2003-2024 Appian Corporation. All Rights Reserved.