Details
Description
The ResourceResolver provides two methods for query:
Iterator<Resource> findResources(String query, String language);
Iterator<Map<String, Object>> queryResources(String query, String language);
This is implemented by directly calling into the repository and is not exposed as part of the ResourceProvider API.
To also allow ResourceProvider services to provide query support, these methods should be added to the ResourceProvider interface.
Attachments
Issue Links
- is blocked by
-
SLING-2530 Implement CRUD based on resources
- Closed