You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2009/07/22 14:07:14 UTC

[jira] Updated: (SLING-697) Add utility method to adapt all resources from an iterator

     [ https://issues.apache.org/jira/browse/SLING-697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler updated SLING-697:
-----------------------------------

    Summary: Add utility method to adapt all resources from an iterator  (was: enhance ResourceResolver#findResources() signature to support typing)

> Add utility method to adapt all resources from an iterator
> ----------------------------------------------------------
>
>                 Key: SLING-697
>                 URL: https://issues.apache.org/jira/browse/SLING-697
>             Project: Sling
>          Issue Type: Improvement
>          Components: API
>            Reporter: Dominique Jäggi
>            Assignee: Carsten Ziegeler
>            Priority: Minor
>             Fix For: API 2.0.6
>
>
> it would be nice to be able to receive a typed iterator when using ResourceResolver#findResources():
>  final Iterator<MyPojo> iterator = resourceResolver.findResources(statement, Query.XPATH, MyPojo.class);

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.