Uses of Class
okapi.coreobjects.OkapiGroup

Packages that use OkapiGroup
okapi.coreobjects   
 

Uses of OkapiGroup in okapi.coreobjects
 

Fields in okapi.coreobjects declared as OkapiGroup
static OkapiGroup OkapiGroup.anyUserGroup
           
static OkapiGroup OkapiGroup.authUserGroup
           
static OkapiGroup OkapiGroup.worldGroup
           
 

Methods in okapi.coreobjects that return OkapiGroup
static OkapiGroup OkapiGroup.getGroup(int groupCode)
          Get a group from the cache if cached, instantiate and add to cache if not.
 

Methods in okapi.coreobjects with parameters of type OkapiGroup
 void OkapiNexus.addGroup(OkapiGroup group, OkapiRole role)
          Add Groups associated with this Nexus.
 void OkapiGroup.addMember(OkapiGroup group)
          Add a Group to this group.
 int OkapiGroup.compareTo(OkapiGroup group)
          Method compareTo
static java.util.Map OkapiNexus.nexusesForGroup(OkapiGroup group)
          Return a Map of all Nexuses the Group is in and the Roles of the Group in them.
 void OkapiNexus.removeGroup(OkapiGroup group)
          Remove Group from this Nexus.
 void OkapiGroup.removeMember(OkapiGroup group)
          Remove a member from this group.
 



Copyright ? 2001-2009 MIT. All Rights Reserved.