Package | Description |
---|---|
edu.internet2.middleware.grouperVoot | |
edu.internet2.middleware.grouperVoot.messages |
Modifier and Type | Method and Description |
---|---|
static VootGetMembersResponse |
VootLogic.getMembers(edu.internet2.middleware.subject.Subject subject,
VootGroup vootGroup,
String sortBy,
int start,
int count)
Get the members for a group based on the VOOT group.
|
Modifier and Type | Method and Description |
---|---|
VootGroup[] |
VootGetGroupsResponse.getEntry()
Get the results as array of VOOT groups.
|
static VootGroup[] |
VootGetGroupsResponse.sort(VootGroup[] entries,
String sortBy)
Method that sorts one array of VOOT groups.
|
Modifier and Type | Method and Description |
---|---|
void |
VootGetGroupsResponse.setEntry(VootGroup[] entry1)
Set the results passing an array of VOOT groups.
|
void |
VootGetGroupsResponse.setEntry(VootGroup[] entry1,
int start,
int count)
Set the results by taking a slice of the elements in an array of VOOT groups.
|
static VootGroup[] |
VootGetGroupsResponse.sort(VootGroup[] entries,
String sortBy)
Method that sorts one array of VOOT groups.
|
Copyright © 2016 Internet2. All rights reserved.