getPageByFilter_ method Null safety
- String? correlationId,
- String? filter,
- PagingParams? paging,
- String? sort,
- String? select
Gets a page of data items retrieved by a given filter and sorted according to sort parameters.
This method shall be called by a public getPageByFilter method from child class that receives FilterParams and converts them into a filter function.
correlationId
(optional) transaction id to trace execution through call chain.filter
(optional) a filter JSON objectpaging
(optional) paging parameterssort
(optional) sorting JSON objectselect
(optional) projection JSON object Return a requested data page.