Uses of Enum
org.kie.internal.task.query.TaskEventQueryBuilder.OrderBy
Packages that use TaskEventQueryBuilder.OrderBy
-
Uses of TaskEventQueryBuilder.OrderBy in org.kie.internal.task.query
Methods in org.kie.internal.task.query that return TaskEventQueryBuilder.OrderByModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static TaskEventQueryBuilder.OrderBy[]TaskEventQueryBuilder.OrderBy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kie.internal.task.query with parameters of type TaskEventQueryBuilder.OrderByModifier and TypeMethodDescriptionTaskEventQueryBuilder.ascending(TaskEventQueryBuilder.OrderBy field) Specify which field to use when ordering the results, in ascending order.TaskEventQueryBuilder.descending(TaskEventQueryBuilder.OrderBy field) Specify which field to use when ordering the results, in descending order.