Paging support for Activities
-----------------------------
Key: SHINDIG-668
URL: https://issues.apache.org/jira/browse/SHINDIG-668
Project: Shindig
Issue Type: Improvement
Components: OpenSocial feature (Javascript), RESTful API (Java)
Reporter: Dave Johnson
ActivityHandler has the following comment:
// TODO: add pagination and sorting support
// getSortBy(params), getFilterBy(params), getStartIndex(params),
getCount(params),
And indeed, paging is not implemented for activities.
I have a patch that adds paging support and I will upload it shortly. The patch
adds first and max parameters to methods in ActivityHandler, ActivityService
and makes corresponding changes in associated tests. It also makes changes on
the JavaScript API side, adding FIRST and MAX fields to the
ActivityRequestFields and the code to set them in jsonrpccontainer.js.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.