Interface ModelObjectsCount


public interface ModelObjectsCount
Since:
3.17.2
  • Method Summary

    Modifier and Type
    Method
    Description
    baseline(String revision)
    Revision of the baseline in which the search should be executed.
    query(String query)
    Lucene query.
    int
    Executes the search and returns the count of found objects.
  • Method Details

    • query

      @NotNull ModelObjectsCount query(@Nullable String query)
      Lucene query. Only the last value is used when the method is called more times
    • baseline

      @NotNull ModelObjectsCount baseline(@Nullable String revision)
      Revision of the baseline in which the search should be executed. Only the last value is used when the method is called more times
    • result

      int result()
      Executes the search and returns the count of found objects.