Re: Role search where key in ids

2016-07-15 Thread Francesco Chicchiriccò

On 15/07/2016 09:27, Adrian Gonzalez wrote:

Hello,

Is there a way to search roles by keys ?
i.e. 'select * from Roles where key in (1,2,3,4)'

I found syncopeClient.getService(RoleService.class).list(), but this 
returns all syncope roles.


Hi,
I confirm that there is no search feature for roles.

Regards.

--
Francesco Chicchiriccò

Tirasa - Open Source Excellence
http://www.tirasa.net/

Involved at The Apache Software Foundation:
member, Syncope PMC chair, Cocoon PMC, Olingo PMC,
CXF Committer, OpenJPA Committer, PonyMail PPMC
http://home.apache.org/~ilgrosso/



Role search where key in ids

2016-07-15 Thread Adrian Gonzalez
Hello,
Is there a way to search roles by keys ? 
i.e. 'select * from Roles where key in (1,2,3,4)'
I found syncopeClient.getService(RoleService.class).list(), but this returns 
all syncope roles.
Thanks,Adrian