Interface IQueryRequestParams

All Superinterfaces:
IRequestParams, ISearchRequestParams
All Known Subinterfaces:
IPeriodQueryRequestParams, IPrintsReportParams

public interface IQueryRequestParams
extends ISearchRequestParams
  • Method Summary

    Modifier and Type Method Description
    String getQuery()
    Search query provided by user to form's search input.

    Methods inherited from interface pl.matsuo.core.params.ISearchRequestParams

    getLimit, getOffset
  • Method Details

    • getQuery

      String getQuery()
      Search query provided by user to form's search input. It is used to create general searches, like people by name or identification document's number.