T
- The ParametrizedQueryBuilder
implementation typeR
- The entity type on which is being queriedpublic interface AuditLogQueryBuilder<T,R> extends ProcessIdQueryBuilder<T,R>
ParametrizedQueryBuilder
implementations.Modifier and Type | Interface and Description |
---|---|
static class |
AuditLogQueryBuilder.OrderBy |
Modifier and Type | Method and Description |
---|---|
T |
ascending(AuditLogQueryBuilder.OrderBy field)
Specify which field to use when ordering the results, in ascending order.
|
T |
descending(AuditLogQueryBuilder.OrderBy field)
Specify which field to use when ordering the results, in descending order.
|
processId
processInstanceId, processInstanceIdRange
build, endGroup, newGroup
clear, equals, intersect, like, maxResults, offset, union
T ascending(AuditLogQueryBuilder.OrderBy field)
field
- the field by which the query results should be orderedT descending(AuditLogQueryBuilder.OrderBy field)
field
- the field by which the query results should be orderedCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.