Uses of Interface
com.sun.n1.sps.model.user.GroupID

Packages that use GroupID
com.sun.n1.sps.model.folder   
com.sun.n1.sps.model.user   
 

Uses of GroupID in com.sun.n1.sps.model.folder
 

Methods in com.sun.n1.sps.model.folder that return GroupID
 GroupID FolderPermissionItem.getGroupID()
          Returns the groupID of the group for which this ACL grants permissions.
 GroupID SummaryFolder.getGroupID()
          Returns a folder owner's GroupID.
 GroupID FolderAccessData.getOwnerID()
          Returns the folder owner's groupID.
 

Uses of GroupID in com.sun.n1.sps.model.user
 

Methods in com.sun.n1.sps.model.user that return GroupID
 GroupID Group.getGroupID()
          The ID that uniquely identifies this group amongst all other groups in the repository.
 GroupID[] GroupIDSet.toIDArray()
          Returns an array of GroupID contained in this set.