Class MemoryTaskViewFinder

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

public class MemoryTaskViewFinder extends Object
Class responsible for returning the tasks stored in memory maps. Cases are returned in TaskViewResult as a list of TaskView
Since:
9.9
Author:
MariusO, V.Moldovan
  • Constructor Summary

    Constructors
    Constructor
    Description
    MemoryTaskViewFinder(Map<Long,com.aquima.interactions.process.dao.impl.CaseEntry> casesById, Map<Long,com.aquima.interactions.process.dao.ITaskModel> tasksById, Map<Long,com.aquima.interactions.process.dao.ICaseDataInstance> instancesById, com.aquima.interactions.process.dao.dto.TaskViewCriteria criteria)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.aquima.interactions.process.dao.dto.TaskViewResult
     

    Methods inherited from class java.lang.Object

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

    • MemoryTaskViewFinder

      public MemoryTaskViewFinder(Map<Long,com.aquima.interactions.process.dao.impl.CaseEntry> casesById, Map<Long,com.aquima.interactions.process.dao.ITaskModel> tasksById, Map<Long,com.aquima.interactions.process.dao.ICaseDataInstance> instancesById, com.aquima.interactions.process.dao.dto.TaskViewCriteria criteria)
  • Method Details

    • find

      public com.aquima.interactions.process.dao.dto.TaskViewResult find()