[cvs] [Wiki] changed: HordeGroupAPI

Ben Chavet ben at horde.org
Thu Dec 7 20:46:37 PST 2006


ben  Thu, 07 Dec 2006 20:46:37 -0800

Modified page: http://wiki.horde.org/HordeGroupAPI
New Revision:  1.2
Change log:  remove references to non-existing methods

@@ -9,9 +9,9 @@
  ++ Abstract
  
  In its simplest terms a group consists of an ID and a Name.  The ID is unique to that group and is unchanging.  The name is a human-friendly name that can be changed as desired.  The source and/or format of the group ID should not be of concern to the application using it, and should always be obtained/modified/stored through the group API calls.  The group ID is the **only** acceptable method as to refer to a group, as it is guaranteed to be unique (uniqueness being the job of the driver).  The group name is strictly for interface use.
  
-A group can also have a parent and multiple children.  All references to parents and children are to be made through API calls.  In particular {{getParent()}}, {{getChildren()}}, and {{getParentList()}}.  Again, it is of no concern to the application //how// these relationships are maintained, but only that they exist and are free to be used.
+A group can also have a parent and multiple children.  All references to parents and children are to be made through API calls.  Again, it is of no concern to the application //how// these relationships are maintained, but only that they exist and are free to be used.
  
  ++ Standards
  
  In order to help keep concepts straight, the following standards should be used


More information about the cvs mailing list