Class MemoryCaseViewFinder
- java.lang.Object
-
- com.aquima.interactions.process.dao.impl.MemoryCaseViewFinder
-
public class MemoryCaseViewFinder extends Object
Class responsible for returning the cases stored in memory maps. Cases are returned in CaseViewResult as a list of CaseView- Since:
- 9.9
- Author:
- MariusO
-
-
Constructor Summary
Constructors Constructor Description MemoryCaseViewFinder(Map<Long,com.aquima.interactions.process.dao.impl.CaseEntry> casesById, Map<Long,com.aquima.interactions.process.dao.ICaseDataInstance> instancesById, com.aquima.interactions.process.dao.dto.CaseViewCriteria criteria)
-