0

I'm working in a project using the Apache Chemistry PortCMIS. The project is alredy developed, but i'm gonna make a new improvement and a don't experience with that. I need to list documents from a specificy range of lines, to paging. It's like de RowNumber() in SQL, like this: SELECT * FROM table WHERE rownum > 10 and rownum <= 20. Sorry for my bad english.

1 Answers1

1

Paging and skipping is explained here: https://chemistry.apache.org/docs/cmis-samples/samples/lists/index.html#paging-and-skipping

Florian Müller
  • 3,215
  • 1
  • 14
  • 11