Uses of Enum Class
pro.taskana.common.api.BaseQuery.SortDirection
Packages that use BaseQuery.SortDirection
-
Uses of BaseQuery.SortDirection in pro.taskana.common.api
Methods in pro.taskana.common.api that return BaseQuery.SortDirectionModifier and TypeMethodDescriptionstatic BaseQuery.SortDirectionReturns the enum constant of this class with the specified name.static BaseQuery.SortDirection[]BaseQuery.SortDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in pro.taskana.common.api with parameters of type BaseQuery.SortDirectionModifier and TypeMethodDescriptionBaseQuery.listValues(U dbColumnName, BaseQuery.SortDirection sortDirection) This method will return all currently existing values of a DB-Table once.