Interface IViewResult

All Known Implementing Classes:
CaseViewResult, TaskViewResult

public interface IViewResult
Represents the result of a query for element 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:
V.Moldovan
  • Method Details

    • getTotal

      int getTotal()
    • isTotalAvailable

      boolean isTotalAvailable()
    • isLimitReached

      boolean isLimitReached()