Class FilterResult

java.lang.Object
com.mayam.wf.ws.client.FilterResult

public class FilterResult extends Object
The result of a TaskApi.getTasks() call, FilterResult contains the matches of the call and also the total count of matches for use with the pageSize and rowOffset parameters.
Author:
Markus MÃ¥rtensson
  • Constructor Details

    • FilterResult

      public FilterResult()
  • Method Details

    • getTotalMatches

      public int getTotalMatches()
      Total number of tasks matching the search criteria.
    • getMatches

      public List<AttributeMap> getMatches()
      Matching tasks.