Package | Description |
---|---|
org.jbpm.query.jpa.data |
Modifier and Type | Method and Description |
---|---|
QueryWhere.QueryCriteriaType |
QueryWhere.getCriteriaType() |
QueryWhere.QueryCriteriaType |
QueryCriteria.getType() |
static QueryWhere.QueryCriteriaType |
QueryWhere.QueryCriteriaType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryWhere.QueryCriteriaType[] |
QueryWhere.QueryCriteriaType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryCriteria.setType(QueryWhere.QueryCriteriaType type) |
Constructor and Description |
---|
QueryCriteria(String listId,
boolean union,
QueryWhere.QueryCriteriaType type,
int valueListSize)
Used for all other criteria
|
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.