Also, at site level (fortress web), the limit is reached and a message is displayed saying that is showing the first 1000 items. There is no way (that we have seen) to get the remaining results.
Nuno Miquelina Senior Software Architect [email protected] LINKEDIN: nunomiquelina Tel: (+351) 21 413 4200 Tlm: (+351) 93 659 4540 www.compta.pt Alameda Fernão Lopes, nº 12 Piso 7 1495-190 Algés - Portugal Bee2GDPR - Programa de conformidade com o Regulamento Geral de Proteção de Dados Transformação Digital by Compta - Soluções inteligentes para a Indústria 4.0 Siga-nos no Facebook Acompanhe-nos no LinkedIn -----Original Message----- From: Shawn McKinney <[email protected]> Sent: 29 de julho de 2019 15:46 To: [email protected] Subject: Re: Using REST to query more than 1000 entries > On Jul 29, 2019, at 8:43 AM, Emmanuel Lécharny <[email protected]> wrote: > > If the data come from a LDAP server, you can use the PagedSearch control to > manage paging conveniently. Of course, that's only valid for LDAP backed data. > > That means you will have to add some abstraction for pagination in Fortress... Yes, the page control will have to work across both LDAP and Apache CXF. As Fortress is stateless that means the cookie will have to be passed in the request/response message via REST. I’m guessing it also means that new methods will have to be created for every entity search that is paged. Not particular complex but from a work perspective, not trivial. In the beginning we could add this for users only, as this is likely the most common use case. —Shawn --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
