Class CaseViewResult

java.lang.Object
com.aquima.interactions.process.dao.dto.CaseViewResult
All Implemented Interfaces:
IViewResult

public class CaseViewResult extends Object implements IViewResult
Represents the result of a query for task views. Provides access to the query results, as well as information about the total number of pages (when the query includes pagination), and whether the hard result limit has been reached.
Since:
9.9
Author:
Petru Galanton
  • Constructor Details

    • CaseViewResult

      public CaseViewResult(int total, CaseView[] cases)
    • CaseViewResult

      public CaseViewResult(int total, CaseView[] cases, boolean limitReached)
  • Method Details