Ticket #895 (closed Task: fixed)
Core API: remove "maxResultSize" parameter
Reported by: | jri | Owned by: | jri |
---|---|---|---|
Priority: | Major | Milestone: | Release 4.8 |
Component: | DeepaMehta Standard Distribution | Version: | 4.7 |
Keywords: | Cc: | dgf, Malte, JuergeN | |
Complexity: | 3 | Area: | Application Framework / API |
Module: | deepamehta-core |
Description
The maxResultSize parameter was introduced in DM 4.0.4 in conjunction with the "Result Limit" feature (see #98). However the Result Limit feature is not supported since DM 4.0.14 anymore. It was dropped in the course of the storage layer reimplementation.
To not confuse developers the remainders of the Result Limit feature should be dropped completely, in particular:
- Remove the maxResultSize parameter from all Core API methods.
- Remove the max_result_size parameter from all RESTClient methods.
- Remove the totalCount field from ResultSet.
- Remove the total_count JSON property from result set serialization.
Change History
Note: See
TracTickets for help on using
tickets.