Class TaskViewResult

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

public class TaskViewResult 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

    • TaskViewResult

      public TaskViewResult(int total, TaskView[] tasks)
    • TaskViewResult

      public TaskViewResult(int total, TaskView[] tasks, boolean limitReached)
  • Method Details