[ 
https://issues.apache.org/jira/browse/JCLOUDS-198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13748393#comment-13748393
 ] 

ASF subversion and git services commented on JCLOUDS-198:
---------------------------------------------------------

Commit 14fbe2d3861d454283112da848a5a95ab08aa041 in branch refs/heads/master 
from [~nacx]
[ 
https://git-wip-us.apache.org/repos/asf?p=incubator-jclouds-labs.git;h=14fbe2d ]

JCLOUDS-198: Implemented the PagedIterable in Abiquo

* Refactored all the domain objects to return Iterables
  instead of Lists, to allow a more flexible approach when
  using the PagedIterable.
* Added a generic PaginatedCollection that knows how to advance
  any paginated collection.
* Changed all methods from the Abiquo APIs that allow pagination
  to return the corresponding PagedIterables and PaginatedCollections.
* Added Expect tests for every paginated resource.
* Handle the special case of user pagination, to bypass Abiquo issue
  http://jira.abiquo.com/browse/ABICLOUDPREMIUM-5927

                
> Use the PagedIterable in methods that return paginated results in Abiquo
> ------------------------------------------------------------------------
>
>                 Key: JCLOUDS-198
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-198
>             Project: jclouds
>          Issue Type: Bug
>          Components: jclouds-labs
>    Affects Versions: 1.6.1
>            Reporter: Ignasi Barrera
>            Assignee: Ignasi Barrera
>              Labels: abiquo
>             Fix For: 1.7.0
>
>
> There is no fluent way to iterate over a paginated list in Abiquo. It should 
> use the PagedIterable in the API calls that return paginated results.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to