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.orderBy(TaskQueryBuilder.OrderBy orderBy)
Order the results retrieved by the given parameter
results are ordered by default by task id.
|
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.