Uses of Class
org.kie.internal.runtime.manager.audit.query.ErrorInfoQueryBuilder.OrderBy
-
Packages that use ErrorInfoQueryBuilder.OrderBy Package Description org.kie.internal.runtime.manager.audit.query -
-
Uses of ErrorInfoQueryBuilder.OrderBy in org.kie.internal.runtime.manager.audit.query
Methods in org.kie.internal.runtime.manager.audit.query that return ErrorInfoQueryBuilder.OrderBy Modifier and Type Method Description static ErrorInfoQueryBuilder.OrderBy
ErrorInfoQueryBuilder.OrderBy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ErrorInfoQueryBuilder.OrderBy[]
ErrorInfoQueryBuilder.OrderBy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kie.internal.runtime.manager.audit.query with parameters of type ErrorInfoQueryBuilder.OrderBy Modifier and Type Method Description ErrorInfoQueryBuilder
ErrorInfoQueryBuilder. ascending(ErrorInfoQueryBuilder.OrderBy field)
Specify which field to use when ordering the results, in ascending order.ErrorInfoQueryBuilder
ErrorInfoQueryBuilder. descending(ErrorInfoQueryBuilder.OrderBy field)
Specify which field to use when ordering the results, in descending order.
-