Skip to Content.
Sympa Menu

grouper-users - RE: [grouper-users] Find batches of exact groups

Subject: Grouper Users - Open Discussion List

List archive

RE: [grouper-users] Find batches of exact groups


Chronological Thread 
  • From: Chris Hyzer <>
  • To: Martin van Es <>, Grouper Users Mailing List <>
  • Subject: RE: [grouper-users] Find batches of exact groups
  • Date: Thu, 5 Mar 2009 09:24:33 -0500
  • Accept-language: en-US
  • Acceptlanguage: en-US

Right now you are stuck with either multiple calls to findGroups, or a bunch
of or's. An easy way to accommodate this would be a param accepted in
findGroups which allows comma separated group names... would that work for
you?

Thanks,
Chris

> -----Original Message-----
> From: Martin van Es
> [mailto:]
> Sent: Thursday, March 05, 2009 6:21 AM
> To: Grouper Users Mailing List
> Subject: [grouper-users] Find batches of exact groups
>
> Hi,
>
> I'd like to know if there's a smart/cheap way to get group details of
> many
> groups in one WS call? The only solution I've found so far is
> findGroups, but
> that does not scale very well (I can retrieve details for 2 OR'ed
> groups, but
> after that, the nested queries get ugly and hard to generate, provided
> that
> would work?). The other (expensive) solution is a simple
> FIND_BY_GROUP_NAME_EXACT findGroup call for every path.
>
> In short: I have multiple group ID-paths (invitations) and need the
> matching
> displayExtensions (and maybe attributes) for pretty output.
>
> I was thinking in the lines of the getGroups array of subjectLookups-
> like
> interface, for findGroups.
>
>
> Regards,
> Martin



Archive powered by MHonArc 2.6.16.

Top of Page