Package | Description |
---|---|
org.kie.internal.task.query |
Modifier and Type | Method and Description |
---|---|
static AuditTaskQueryBuilder.OrderBy |
AuditTaskQueryBuilder.OrderBy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditTaskQueryBuilder.OrderBy[] |
AuditTaskQueryBuilder.OrderBy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AuditTaskQueryBuilder |
AuditTaskQueryBuilder.ascending(AuditTaskQueryBuilder.OrderBy field)
Specify which field to use when ordering the results, in ascending order.
|
AuditTaskQueryBuilder |
AuditTaskQueryBuilder.descending(AuditTaskQueryBuilder.OrderBy field)
Specify which field to use when ordering the results, in descending order.
|
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.