Uses of Interface
ch.ivyteam.ivy.workflow.query.CaseQuery.IOrderByQueryColumns
-
Packages that use CaseQuery.IOrderByQueryColumns Package Description ch.ivyteam.ivy.workflow.query -
-
Uses of CaseQuery.IOrderByQueryColumns in ch.ivyteam.ivy.workflow.query
Classes in ch.ivyteam.ivy.workflow.query that implement CaseQuery.IOrderByQueryColumns Modifier and Type Class Description static classCaseQuery.OrderByColumnQueryProvides methods to define the direction of the sorting either ascending or descending.static classCaseQuery.OrderByQueryProvides methods to order the result by columns ofICase.Methods in ch.ivyteam.ivy.workflow.query that return CaseQuery.IOrderByQueryColumns Modifier and Type Method Description CaseQuery.IOrderByQueryColumnsCaseQuery. orderBy()Returns an object which contains the order by part for this query.
It provides methods to order the result by certain columns.
-