OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

camp message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [OASIS Issue Tracker] (CAMP-186) Pagination


    [ https://issues.oasis-open.org/browse/CAMP-186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=62588#comment-62588 ] 

Anish Karmarkar commented on CAMP-186:
--------------------------------------

The Sorting, Pagination, Filtering (SPF) Task Force discussed this for the month of May 2016 and had the following recommendations:

  * SPF is only for collection resources
  * SPF only applies to GET
  * SPF order: filter, sort, page (if you are doing all then that is the order)
  * Support count and distinct-count over the selected attribute set and 
    associated list
  * Index can be 0-based or 1-based: we are free to choose what we want
  * Need to have a general stmt in the spec that authorization 
    can affect the results.
  * Add a note in the spec pointing out variations with SCIM and
    inviting feedback.
  * Address filtering of resources in a collection based on values in related
    resources by a considering a "virtual resource" in which every related
    resource has been pulled into the JSON object (recursively) and the
    expression evaluated in the context of this virtual resource.
  * Postpone filtering for now
  * Pagination: If client specifies a count, the server can deliver less than
      or equal to that, but not more than that.


> Pagination
> ----------
>
>                 Key: CAMP-186
>                 URL: https://issues.oasis-open.org/browse/CAMP-186
>             Project: OASIS Cloud Application Management for Platforms (CAMP) TC
>          Issue Type: Bug
>    Affects Versions: 1.2
>            Reporter: Michael Norman
>            Priority: Minor
>
> A client consuming the List resources (such as assemblies) may need to consume a very large set of results and would generally expect to be able to issue a request for a sequence of sub-ranges either through http headers such as range & content-range, or through explicit parameters such as ?range=25&offset=24.  We should specify how this is to be done.



--
This message was sent by Atlassian JIRA
(v6.2.2#6258)


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]