Uses of Class
edu.internet2.middleware.grouperVoot.beans.VootGroup
Packages that use VootGroup
Package
Description
-
Uses of VootGroup in edu.internet2.middleware.grouperVoot
Methods in edu.internet2.middleware.grouperVoot with parameters of type VootGroupModifier and TypeMethodDescriptionstatic VootGetMembersResponse
VootLogic.getMembers
(Subject subject, VootGroup vootGroup, String sortBy, int start, int count) Get the members for a group based on the VOOT group. -
Uses of VootGroup in edu.internet2.middleware.grouperVoot.messages
Methods in edu.internet2.middleware.grouperVoot.messages that return VootGroupModifier and TypeMethodDescriptionVootGetGroupsResponse.getEntry()
Get the results as array of VOOT groups.static VootGroup[]
Method that sorts one array of VOOT groups.Methods in edu.internet2.middleware.grouperVoot.messages with parameters of type VootGroupModifier and TypeMethodDescriptionvoid
Set the results passing an array of VOOT groups.void
Set the results by taking a slice of the elements in an array of VOOT groups.static VootGroup[]
Method that sorts one array of VOOT groups.