Interface FindResult

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getCount()
      Gets the size of result collection with respect to specified range or -1 if method is not supported
      java.util.stream.Stream<ItemStateView> getResult()  
      int getTotalCount()
      If requested in search criteria gets overall count of the search result without respecting a specified search range otherwise could return -1
    • Method Detail

      • getCount

        int getCount()
        Gets the size of result collection with respect to specified range or -1 if method is not supported
        Returns:
        the size of search result with respect to specified range, or -1 if method is not supported
      • getTotalCount

        int getTotalCount()
        If requested in search criteria gets overall count of the search result without respecting a specified search range otherwise could return -1
        Returns:
        the size of overall search result if requested in search criteria, or -1 if the total count is not needed