baifanvhai / apromore

Automatically exported from code.google.com/p/apromore
0 stars 0 forks source link

Implement Load-On-Demand all Data displayed in Portal #153

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently the backend methods only support loading all data at once. Especially 
operations returning large amounts of data should allow for a special range 
(startIndex, endIndex) and the total size of the result (size) to be retrieved. 
Then the frontend can implement paging in an efficient way.

Original issue reported on code.google.com by felix.mannhardt on 7 Jun 2012 at 11:21