Uses of Class
pro.taskana.common.api.BaseQuery.SortDirection
-
Packages that use BaseQuery.SortDirection Package Description pro.taskana.common.api -
-
Uses of BaseQuery.SortDirection in pro.taskana.common.api
Methods in pro.taskana.common.api that return BaseQuery.SortDirection Modifier and Type Method Description static BaseQuery.SortDirectionBaseQuery.SortDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static BaseQuery.SortDirection[]BaseQuery.SortDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in pro.taskana.common.api with parameters of type BaseQuery.SortDirection Modifier and Type Method Description List<String>BaseQuery. listValues(U dbColumnName, BaseQuery.SortDirection sortDirection)This method will return all currently existing values of a DB-Table once.
-