cancel
Showing results for 
Search instead for 
Did you mean: 

the function pageList

jonlee
Champ in-the-making
Champ in-the-making
Hi,

I found a function 'pageList', so try to find that how to pagination in activiti, so far I only just know that engine use 'ibatis' to persistence, but did't know how to make it, and how the performance of using this function

thanks for any advices
3 REPLIES 3

jbarrez
Star Contributor
Star Contributor
All queries (tasks, processes, history) all are able to return only a 'page' of the total amount of results.

Obviously this is needed when you want to view this data in any UI.

jonlee
Champ in-the-making
Champ in-the-making
you mean that it can't make pagination with sql, and all pagination  queries must be in memory?

ronald_van_kuij
Champ on-the-rise
Champ on-the-rise
you mean that it can't make pagination with sql, and all pagination  queries must be in memory?
No, pagination with this api is done against the db ,so in sql