| Package | Description |
|---|---|
| org.jbpm.query.jpa.data |
| Modifier and Type | Method and Description |
|---|---|
QueryWhere.ParameterType |
QueryCriteria.getType() |
static QueryWhere.ParameterType |
QueryWhere.ParameterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryWhere.ParameterType[] |
QueryWhere.ParameterType.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.ParameterType type) |
| Constructor and Description |
|---|
QueryCriteria(String listId,
boolean union,
QueryWhere.ParameterType type) |
QueryCriteria(String listId,
boolean union,
QueryWhere.ParameterType type,
int valueListSize) |
QueryCriteria(String listId,
QueryWhere.ParameterType type) |
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.