| Package | Description |
|---|---|
| org.jbpm.query.jpa.data |
| Modifier and Type | Method and Description |
|---|---|
<T> QueryCriteria |
QueryWhere.addAppropriateParam(String listId,
T... param) |
static QueryCriteria |
QueryCriteriaUtil.removeLimitingCriteria(String listId,
List<QueryCriteria> criteriaList)
Remove any criteria that satisfy both of the following: The criteria must
have the same list id as the given listId string
apply to all results of the query
|
| Modifier and Type | Method and Description |
|---|---|
List<QueryCriteria> |
QueryWhere.getCriteria() |
List<QueryCriteria> |
QueryCriteria.getCriteria() |
static List<QueryCriteria> |
QueryCriteriaUtil.getLimitingCriteria(List<QueryCriteria> criteriaList)
Return the ("purely") limiting criteria to the query.
|
| Modifier and Type | Method and Description |
|---|---|
static List<QueryCriteria> |
QueryCriteriaUtil.getLimitingCriteria(List<QueryCriteria> criteriaList)
Return the ("purely") limiting criteria to the query.
|
static boolean |
QueryCriteriaUtil.noLimitingCriteria(List<QueryCriteria> criteriaList)
Determine if there are no ("purely") limiting criteria to the query
"Purely" limiting criteria are single criteria which apply to all results of the query.
|
static QueryCriteria |
QueryCriteriaUtil.removeLimitingCriteria(String listId,
List<QueryCriteria> criteriaList)
Remove any criteria that satisfy both of the following: The criteria must
have the same list id as the given listId string
apply to all results of the query
|
void |
QueryCriteria.setCriteria(List<QueryCriteria> criteria) |
void |
QueryWhere.setParameters(List<QueryCriteria> parameters) |
| Constructor and Description |
|---|
QueryCriteria(QueryCriteria queryCriteria) |
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.