[Carbon-dev] How to get a sorted list of resources from the registry ?

2011-02-14 Thread Nuwan Bandara
Hi Guys, Is there a way for me to obtain a collection of resources sorted by name. I do not want to take all the resources to memory and then sort it and paginate, can we do it directly at DB level. Currently I am getting an array of resources by collection.getChildren(start, pageLen); Any help

Re: [Carbon-dev] How to get a sorted list of resources from the registry ?

2011-02-14 Thread Nuwan Bandara
Hi On Mon, Feb 14, 2011 at 5:38 PM, Nuwan Bandara nu...@wso2.com wrote: Hi Guys, Is there a way for me to obtain a collection of resources sorted by name. I do not want to take all the resources to memory and then sort it and paginate, can we do it directly at DB level. Currently I am