Package | Description |
---|---|
org.kie.internal.task.query |
Modifier and Type | Method and Description |
---|---|
static TaskQueryBuilder.OrderBy |
TaskQueryBuilder.OrderBy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskQueryBuilder.OrderBy[] |
TaskQueryBuilder.OrderBy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TaskQueryBuilder |
TaskQueryBuilder.ascending(TaskQueryBuilder.OrderBy orderBy)
Order the results in ascending order by the given parameter
results are ordered by default by task id.
|
TaskQueryBuilder |
TaskQueryBuilder.descending(TaskQueryBuilder.OrderBy orderBy)
Order the results in descending order by the given parameter
results are ordered by default by task id.
|
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.