Class MemoryTaskViewSorter

java.lang.Object
com.aquima.interactions.process.dao.impl.MemoryTaskViewSorter

public class MemoryTaskViewSorter extends Object
Class responsible for sorting task models.
Since:
9.9
Author:
V.Moldovan
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    sort(Map<Long,com.aquima.interactions.process.dao.impl.CaseEntry> casesById, Map<Long,com.aquima.interactions.process.dao.ICaseDataInstance> instancesById, List<com.aquima.interactions.process.dao.ITaskModel> taskModels, com.aquima.interactions.process.dao.dto.order.ProcessViewOrder[] orders, com.aquima.interactions.foundation.text.ILanguage language)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MemoryTaskViewSorter

      public MemoryTaskViewSorter()
  • Method Details

    • sort

      public void sort(Map<Long,com.aquima.interactions.process.dao.impl.CaseEntry> casesById, Map<Long,com.aquima.interactions.process.dao.ICaseDataInstance> instancesById, List<com.aquima.interactions.process.dao.ITaskModel> taskModels, com.aquima.interactions.process.dao.dto.order.ProcessViewOrder[] orders, com.aquima.interactions.foundation.text.ILanguage language)