public class VootLogic extends Object
| Constructor and Description |
|---|
VootLogic() |
| Modifier and Type | Method and Description |
|---|---|
static VootGetGroupsResponse |
getGroups(String search,
String sortBy,
int start,
int count)
Get the groups that a person is in, searching by their name.
|
static VootGetGroupsResponse |
getGroups(edu.internet2.middleware.subject.Subject subject,
String sortBy,
int start,
int count)
Get the groups that a person is in.
|
static VootGetMembersResponse |
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.
|
public static VootGetMembersResponse getMembers(edu.internet2.middleware.subject.Subject subject, VootGroup vootGroup, String sortBy, int start, int count)
subject - the subject querying the VOOT interface.vootGroup - the group to be looked to find members.sortBy - the field name to be used for sorting or null of no sorting.start - the first element in the result set (0 means start from beginning).count - the number of elements in the result set (-1 or 0 means find all).public static VootGetGroupsResponse getGroups(edu.internet2.middleware.subject.Subject subject, String sortBy, int start, int count)
subject - the subject representing the person used for search.sortBy - the field name to be used for sorting or null of no sorting.start - the first element in the result set (0 means start from beginning).count - the number of elements in the result set (-1 or 0 means find all).public static VootGetGroupsResponse getGroups(String search, String sortBy, int start, int count)
search - the search term to be searched in group name.sortBy - the field name to be used for sorting or null of no sorting.start - the first element in the result set (0 means start from beginning).count - the number of elements in the result set (-1 or 0 means find all).Copyright © 2016 Internet2. All rights reserved.