|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouperClient.api.GcGetSubjects
public class GcGetSubjects
class to run a get subjects web service call
Constructor Summary | |
---|---|
GcGetSubjects()
|
Method Summary | |
---|---|
GcGetSubjects |
addParam(String paramName,
String paramValue)
add a param to the list |
GcGetSubjects |
addParam(WsParam wsParam)
add a param to the list |
GcGetSubjects |
addSourceId(String sourceId)
add a source id to filter by (or none for all sources) |
GcGetSubjects |
addSubjectAttributeName(String subjectAttributeName)
|
GcGetSubjects |
addWsSubjectLookup(WsSubjectLookup wsSubjectLookup)
set the subject lookup |
GcGetSubjects |
assignActAsSubject(WsSubjectLookup theActAsSubject)
assign the act as subject if any |
GcGetSubjects |
assignClientVersion(String theClientVersion)
assign client version |
GcGetSubjects |
assignFieldName(String theFieldName)
assign the field name to the request |
GcGetSubjects |
assignGroupLookup(WsGroupLookup theGroupLookup)
assign a group to filter subjects from |
GcGetSubjects |
assignIncludeGroupDetail(Boolean theIncludeGroupDetail)
assign if the group detail should be included |
GcGetSubjects |
assignIncludeSubjectDetail(Boolean theIncludeSubjectDetail)
if should include subject detail |
GcGetSubjects |
assignMemberFilter(WsMemberFilter theMemberFilter)
assign the member filter |
GcGetSubjects |
assignSearchString(String theSearchString)
assign the search string |
WsGetSubjectsResults |
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 GcGetSubjects()
Method Detail |
---|
public GcGetSubjects assignSearchString(String theSearchString)
theSearchString
-
public GcGetSubjects assignGroupLookup(WsGroupLookup theGroupLookup)
theGroupLookup
-
public GcGetSubjects assignClientVersion(String theClientVersion)
theClientVersion
-
public GcGetSubjects addWsSubjectLookup(WsSubjectLookup wsSubjectLookup)
wsSubjectLookup
-
public GcGetSubjects addParam(String paramName, String paramValue)
paramName
- paramValue
-
public GcGetSubjects addParam(WsParam wsParam)
wsParam
-
public GcGetSubjects assignMemberFilter(WsMemberFilter theMemberFilter)
theMemberFilter
-
public GcGetSubjects assignActAsSubject(WsSubjectLookup theActAsSubject)
theActAsSubject
-
public GcGetSubjects assignFieldName(String theFieldName)
theFieldName
-
public GcGetSubjects addSourceId(String sourceId)
sourceId
-
public GcGetSubjects addSubjectAttributeName(String subjectAttributeName)
subjectAttributeName
-
public GcGetSubjects assignIncludeGroupDetail(Boolean theIncludeGroupDetail)
theIncludeGroupDetail
-
public GcGetSubjects assignIncludeSubjectDetail(Boolean theIncludeSubjectDetail)
theIncludeSubjectDetail
-
public WsGetSubjectsResults execute()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |