Interface AuditLogQueryBuilder<T,R>
- Type Parameters:
T- TheParametrizedQueryBuilderimplementation typeR- The entity type on which is being queried
- All Superinterfaces:
ExtendedParametrizedQueryBuilder<T,,R> ParametrizedQueryBuilder<T>,ProcessIdQueryBuilder<T,,R> ProcessInstanceIdQueryBuilder<T,R>
- All Known Subinterfaces:
NodeInstanceLogQueryBuilder,ProcessInstanceLogQueryBuilder,VariableInstanceLogQueryBuilder
This interface defines methods that are used by all of the Audit
ParametrizedQueryBuilder implementations.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionSpecify which field to use when ordering the results, in ascending order.Specify which field to use when ordering the results, in descending order.Methods inherited from interface org.kie.internal.query.ExtendedParametrizedQueryBuilder
build, endGroup, newGroupMethods inherited from interface org.kie.internal.query.ParametrizedQueryBuilder
and, clear, equals, intersect, like, maxResults, offset, or, regex, unionMethods inherited from interface org.kie.internal.runtime.manager.audit.query.ProcessIdQueryBuilder
processIdMethods inherited from interface org.kie.internal.query.ProcessInstanceIdQueryBuilder
processInstanceId, processInstanceIdRange
-
Method Details
-
ascending
Specify which field to use when ordering the results, in ascending order. If this method is not used, the results will be ordered in ascending order by the id field.- Parameters:
field- the field by which the query results should be ordered- Returns:
- The current instance of this query builder
-
descending
Specify which field to use when ordering the results, in descending order. If this method is not used, the results will be ordered in ascending order by the id field.- Parameters:
field- the field by which the query results should be ordered- Returns:
- The current instance of this query builder
-