Move pagination support to the JCR queries
------------------------------------------
Key: ARTIF-642
URL:
https://issues.jboss.org/browse/ARTIF-642
Project: Artificer
Issue Type: Sub-task
Reporter: Brett Meyer
Assignee: Brett Meyer
Fix For: 1.0.0.Alpha1
Pagination currently (naively) runs the entire query, then pages *in memory*. Instead,
add the pagination params to the JCR query itself. Will also need to introduce the
ability to query for count(), *without* pagination, in order to return a total #.