Detailed Description of Sort

Sorting step that will sort according to a specified key.


Top of page

Example: Example
<step id="alg" className="cz.adastra.cif.tasks.identify.sort.SortEngine" >
    <properties>
      <sort>
        <orderBy expression="last_name" />
        <orderBy expression="first_name" nullsFirst="true" />
        <orderBy expression="birtd_date" orderDescending="true" />
      </sort>
    </properties>
</step>

iWay Software