Skip to Content.
Sympa Menu

grouper-dev - [grouper-dev] RE: Question regarding Java client Grouper

Subject: Grouper Developers Forum

List archive

[grouper-dev] RE: Question regarding Java client Grouper


Chronological Thread 
  • From: Chris Hyzer <>
  • To: Chris Hyzer <>, 'Okke Harsta' <>
  • Cc: 'Niels van Dijk' <>, 'Peter Clijsters' <>, 'Grouper Dev' <>
  • Subject: [grouper-dev] RE: Question regarding Java client Grouper
  • Date: Tue, 20 Sep 2011 07:15:42 +0000
  • Accept-language: en-US

I added this to Grouper 2.1…

 

https://bugs.internet2.edu/jira/browse/GRP-607

 

The getGroups operation is for a subject's groups that they are a member of... so I added sorting and paging to findGroups and findStems, on the inner query, if you are searching by approximate object name or parent stem

[--sortString=T|F] [--ascending=T|F] [--pageNumber=2] [--pageSize=50]

    <ascending>T</ascending>
    <pageNumber>2</pageNumber>
    <pageSize>2</pageSize>
    <sortString>name</sortString>

 

Thanks,

Chris

 

From: Chris Hyzer
Sent: Tuesday, May 17, 2011 10:35 AM
To: Okke Harsta
Cc: Niels van Dijk; Peter Clijsters; Grouper Dev
Subject: RE: Question regarding Java client Grouper

 

Well, you cant do it now, but I added it to the jira to think about for 2.0, ok?

 

https://bugs.internet2.edu/jira/browse/GRP-607

 

Thanks,

Chris

 

From: Okke Harsta [mailto:]
Sent: Tuesday, May 17, 2011 9:29 AM
To: Chris Hyzer
Cc: Niels van Dijk; Peter Clijsters; Grouper Dev
Subject: Re: Question regarding Java client Grouper

 

I was actually very interested in how I can find groups using GcGetGroups without specifying a subject (which limits the result to the groups where the subject is a member from). I want to use GcGetGroups because of the pagination support (loading > 1000 groups at once takes some time...)

 

Thanks,

Okke

 

On May 17, 2011, at 3:18 PM, Chris Hyzer wrote:

 

That is based on one of the older grouper API features to find groups by criteria, which doesn’t have paging/sorting…  so it wont be trivial to add this in, but I can take a look.  Do you need it for 2.0?  Do you need sorting too, or just paging?

 

Thanks,

Chris

 

From: Okke Harsta [mailto:] 
Sent: Tuesday, May 17, 2011 6:01 AM
To: Chris Hyzer
Cc: Niels van Dijk; Peter Clijsters
Subject: Question regarding Java client Grouper

 

Hi Chris,

 

Quick question (I have requested access to de dev usergroup, and will post it there as well):

 

If I want to find all teams (in a stem) I use GcFindGroups, however I can't assign paging parameters (and we have a lot of teams) to GcFindGroups. I can't use GcGetGroups (which does have paging capabilities), because that is for getting the groups for a certain member. Am I missing something?

 

Thanks,

Okke

 


Met vriendelijke groet,
Okke Harsta

Partner Zilverline
Agile Management Consultant en Coach
Lean Architect
http://www.zilverline.com
http://nl.linkedin.com/in/okkeharsta
tel: +31 6 118 601 74

 



  • [grouper-dev] RE: Question regarding Java client Grouper, Chris Hyzer, 09/20/2011

Archive powered by MHonArc 2.6.16.

Top of Page