Skip to Content.
Sympa Menu

grouper-dev - Re: Source.getAllIdentifiers() ?

Subject: Grouper Developers Forum

List archive

Re: Source.getAllIdentifiers() ?


Chronological Thread 
  • From: Tom Zeller <>
  • To: Chris Hyzer <>
  • Cc: Grouper Dev <>
  • Subject: Re: Source.getAllIdentifiers() ?
  • Date: Wed, 31 Mar 2010 23:12:47 -0500
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; b=c9iq6biEIiakM/vCPFyh7ECiwUnQQIh03aDmx1i37io392Gfe5Er/yokfN2z7pxuqm u5JbGo+QEL0OQQ36WEvIZyoHvkcA6QY5EjoVcZ+oBbS67s/HhnWSHb0mEkQQ8KfyuVss iVlmFBwwRg5M5i6X3noA67tZojcNVw5Nmt+ts=

> Then maybe we need to return all subjects, and not just the id, right?  Or
> do you want two strings for each subject?  Id and netId (identifier)?  Btw,
> to return all subject info for all subjects with 540k of them takes a lot
> of memory...

So, how about Iterator<Subject> getAllSubjects() ?

I was just wanting a single Set<String> of either id or identifier so
I could then query for each Subject in turn.



Archive powered by MHonArc 2.6.16.

Top of Page