getListByFilterEx method
- String correlationId,
- dynamic filter,
- dynamic sort,
- dynamic select
inherited
Gets a list of data items retrieved by a given filter and sorted according to sort parameters.
This method shall be called by a public getListByFilter 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 function to filter itemspaging
(optional) paging parameterssort
(optional) sorting parametersselect
(optional) projection parameters (not used yet) Return Future that receives a data list Throw error.