T
- Type of valuepublic static interface QueryBuilder.Filtering<T> extends QueryBuilder.Paging<T>
This interface is available as a preview of functionality that will be added to the supported public API in a future release. While it is in the preview phase, it is subject to change or removal without deprecation or notice. Although notice of change is not guaranteed, we will try to let developers know of major changes through announcements in release notes.
Restricts path after Filtering for Selection.
QueryBuilder.Aggregating<T>, QueryBuilder.Filtering<T>, QueryBuilder.FilteringCriteria<T>, QueryBuilder.Grouping<T>, QueryBuilder.Paging<T>, QueryBuilder.Selecting<T>, QueryBuilder.Sorting<T>
Modifier and Type | Method and Description |
---|---|
QueryBuilder.Paging<T> |
and(Criteria... criteria)
Obtains the set of operations allowed after
Filtering |
QueryBuilder.Paging<T> |
criteria(Criteria criteria)
Obtains the set of operations allowed after
Filtering |
QueryBuilder.Paging<T> |
or(Criteria... criteria)
Obtains the set of operations allowed after
Filtering |
page, page
sortBy, sortBy, sortBy, sortBy
build
QueryBuilder.Paging<T> criteria(Criteria criteria)
Filtering
criteria
- The Criteria
used to bound the query.Paging
interface with the set of operations allowed after Filtering
QueryBuilder.Paging<T> and(Criteria... criteria)
Filtering
criteria
- The Criteria
that will be combined with the existing Criteria using the AND operator.Paging
interface with the set of operations allowed after Filtering
QueryBuilder.Paging<T> or(Criteria... criteria)
Filtering
criteria
- The Criteria
that will be combined with the existing Criteria using the OR operator.Paging
interface with the set of operations allowed after Filtering
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.