|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouperClient.api.GcFindGroups
public class GcFindGroups
class to run find groups
Constructor Summary | |
---|---|
GcFindGroups()
|
Method Summary | |
---|---|
GcFindGroups |
addGroupIdIndex(java.lang.Long theGroupIdIndex)
set the group id index |
GcFindGroups |
addGroupName(java.lang.String theGroupName)
set the group name |
GcFindGroups |
addGroupUuid(java.lang.String theGroupUuid)
set the group uuid |
GcFindGroups |
addParam(java.lang.String paramName,
java.lang.String paramValue)
add a param to the list |
GcFindGroups |
addParam(WsParam wsParam)
add a param to the list |
GcFindGroups |
assignActAsSubject(WsSubjectLookup theActAsSubject)
assign the act as subject if any |
GcFindGroups |
assignClientVersion(java.lang.String theClientVersion)
assign client version |
GcFindGroups |
assignIncludeGroupDetail(java.lang.Boolean theIncludeGroupDetail)
assign if the group detail should be included |
GcFindGroups |
assignQueryFilter(WsQueryFilter theQueryFilter)
assign a query filter |
WsFindGroupsResults |
execute()
execute the call and return the results. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GcFindGroups()
Method Detail |
---|
public GcFindGroups assignQueryFilter(WsQueryFilter theQueryFilter)
theQueryFilter
-
public GcFindGroups assignClientVersion(java.lang.String theClientVersion)
theClientVersion
-
public GcFindGroups addParam(java.lang.String paramName, java.lang.String paramValue)
paramName
- paramValue
-
public GcFindGroups addParam(WsParam wsParam)
wsParam
-
public GcFindGroups assignActAsSubject(WsSubjectLookup theActAsSubject)
theActAsSubject
-
public GcFindGroups assignIncludeGroupDetail(java.lang.Boolean theIncludeGroupDetail)
theIncludeGroupDetail
-
public WsFindGroupsResults execute()
public GcFindGroups addGroupName(java.lang.String theGroupName)
theGroupName
-
public GcFindGroups addGroupUuid(java.lang.String theGroupUuid)
theGroupUuid
-
public GcFindGroups addGroupIdIndex(java.lang.Long theGroupIdIndex)
theGroupIdIndex
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |