Skip to Content.
Sympa Menu

grouper-dev - RE: [grouper-dev] Grouper design call, Wednesday, 16 September 2009, 1200EDT (1600Z)

Subject: Grouper Developers Forum

List archive

RE: [grouper-dev] Grouper design call, Wednesday, 16 September 2009, 1200EDT (1600Z)


Chronological Thread 
  • From: "GW Brown, Information Systems and Computing" <>
  • To: Chris Hyzer <>,
  • Subject: RE: [grouper-dev] Grouper design call, Wednesday, 16 September 2009, 1200EDT (1600Z)
  • Date: Thu, 17 Sep 2009 07:51:10 +0100

--On 16 September 2009 05:05 -0400 Chris Hyzer <> wrote:

If anyone cares about the API, here is an example (this.top is a stem):

AttributeDef attributeDef = this.top.addChildAttributeDef("orgs",
AttributeDefType.attr);
AttributeDefName orgA =
this.top.addChildAttributeDefName(attributeDef, "orgA", "orgA");
AttributeDefName orgB =
this.top.addChildAttributeDefName(attributeDef, "orgB", "orgB");
AttributeDef and AttributeDefName have internal structure which is not illustrated here. At what point are changes 'committed' and are there internal validation checks to ensure 'completeness'?

Gary


----------------------
GW Brown, Information Systems and Computing




Archive powered by MHonArc 2.6.16.

Top of Page