Uses of Class
ch.ivyteam.ivy.workflow.query.CaseQuery.OrderByQuery
Packages that use CaseQuery.OrderByQuery
-
Uses of CaseQuery.OrderByQuery in ch.ivyteam.ivy.workflow.query
Subclasses of CaseQuery.OrderByQuery in ch.ivyteam.ivy.workflow.queryModifier and TypeClassDescriptionclassCaseQuery.EnumValueOrderByColumnQuery<T extends ch.ivyteam.ivy.persistence.IPersistentEnumeration>classclassProvides methods to define the direction of the sorting either ascending or descending.classMethods in ch.ivyteam.ivy.workflow.query that return CaseQuery.OrderByQueryModifier and TypeMethodDescriptionCaseQuery.OrderByColumnQuery.ascending()Sorts the column in ascending direction.CaseQuery.OrderByColumnQuery.ascendingNullFirst()Sorts the column in ascending direction, withNULLvalues at the beginning of the list.CaseQuery.OrderByColumnQuery.ascendingNullLast()Sorts the column in ascending direction, withNULLvalues at the end of the list.CaseQuery.OrderByColumnQuery.descending()Sorts the column in descending direction.CaseQuery.OrderByColumnQuery.descendingNullFirst()Sorts the column in descending direction, withNULLvalues at the beginning of the list.CaseQuery.OrderByColumnQuery.descendingNullLast()Sorts the column in descending direction, withNULLvalues at the end of the list.