Package | Description |
---|---|
edu.internet2.middleware.grouperClient.api |
Modifier and Type | Method and Description |
---|---|
GcGetGroups |
GcGetGroups.addParam(String paramName,
String paramValue)
add a param to the list
|
GcGetGroups |
GcGetGroups.addParam(WsParam wsParam)
add a param to the list
|
GcGetGroups |
GcGetGroups.addSubjectAttributeName(String subjectAttributeName) |
GcGetGroups |
GcGetGroups.addSubjectId(String subjectId)
add a subject lookup
|
GcGetGroups |
GcGetGroups.addSubjectIdentifier(String subjectIdentifier)
add a subject lookup
|
GcGetGroups |
GcGetGroups.addSubjectLookup(WsSubjectLookup wsSubjectLookup)
add a subject lookup
|
GcGetGroups |
GcGetGroups.assignActAsSubject(WsSubjectLookup theActAsSubject)
assign the act as subject if any
|
GcGetGroups |
GcGetGroups.assignAscending(Boolean theAscending)
ascending or null for ascending, F for descending.
|
GcGetGroups |
GcGetGroups.assignClientVersion(String theClientVersion)
assign client version
|
GcGetGroups |
GcGetGroups.assignEnabled(Boolean theEnabled)
enabled is null for all, true for only enabled, false for only disabled
|
GcGetGroups |
GcGetGroups.assignFieldName(String theFieldName)
assign field name, blank for default members list
|
GcGetGroups |
GcGetGroups.assignIncludeGroupDetail(Boolean theIncludeGroupDetail)
assign if the group detail should be included
|
GcGetGroups |
GcGetGroups.assignIncludeSubjectDetail(Boolean theIncludeSubjectDetail)
if should include subject detail
|
GcGetGroups |
GcGetGroups.assignMemberFilter(WsMemberFilter theMemberFilter)
assign the member filter
|
GcGetGroups |
GcGetGroups.assignPageNumber(Integer thePageNumber)
pageNumber page number 1 indexed if paging
|
GcGetGroups |
GcGetGroups.assignPageSize(Integer thePageSize)
pageSize page size if paging
|
GcGetGroups |
GcGetGroups.assignPointInTimeFrom(Timestamp pointInTimeFrom)
To query members at a certain point in time or time range in the past, set this value
and/or the value of pointInTimeTo.
|
GcGetGroups |
GcGetGroups.assignPointInTimeTo(Timestamp pointInTimeTo)
To query members at a certain point in time or time range in the past, set this value
and/or the value of pointInTimeFrom.
|
GcGetGroups |
GcGetGroups.assignScope(String theScope)
scope is a DB pattern that will have % appended to it, or null for all.
|
GcGetGroups |
GcGetGroups.assignSortString(String theSortString)
sortString must be an hql query field, e.g.
|
GcGetGroups |
GcGetGroups.assignStemScope(StemScope theStemScope)
stemScope is ONE_LEVEL if in this stem, or ALL_IN_SUBTREE for any stem underneath.
|
GcGetGroups |
GcGetGroups.assignWsStemLookup(WsStemLookup theWsStemLookup)
is the stem to check in, or null if all.
|
Copyright © 2016 Internet2. All rights reserved.