Uses of Enum
org.kie.internal.task.query.TaskVariableQueryBuilder.OrderBy
Packages that use TaskVariableQueryBuilder.OrderBy
-
Uses of TaskVariableQueryBuilder.OrderBy in org.kie.internal.task.query
Methods in org.kie.internal.task.query that return TaskVariableQueryBuilder.OrderByModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static TaskVariableQueryBuilder.OrderBy[]TaskVariableQueryBuilder.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 TaskVariableQueryBuilder.OrderByModifier and TypeMethodDescriptionTaskVariableQueryBuilder.ascending(TaskVariableQueryBuilder.OrderBy field) Specify which field to use when ordering the results, in ascending order.TaskVariableQueryBuilder.descending(TaskVariableQueryBuilder.OrderBy field) Specify which field to use when ordering the results, in descending order.