Hi,
queryStatement.query(false) gives you an iterator over all query
results. Therefore, there is no next set of results.
(Internally, it fetches the results in chunks but this is hidden from
you and you don't have to care about it.)
You can control paging yourself if you want. See this page:
https://chemistry.apache.org/docs/cmis-samples/samples/lists/index.html
- Florian
Hi Team,
I am able to query Alfresco using OpenCmis using
queryStatement.query(false).
I want to know how to get the *next set* of results.
Thanks and Regards,
Bhargav Ram.