|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouperClient.api.GcGetMemberships
public class GcGetMemberships
class to run a get memberships web service call
Constructor Summary | |
---|---|
GcGetMemberships()
|
Method Summary | |
---|---|
GcGetMemberships |
addGroupName(String theGroupName)
set the group name |
GcGetMemberships |
addGroupUuid(String theGroupUuid)
set the group uuid |
GcGetMemberships |
addMembershipId(String sourceId)
add a source id to filter by (or none for all sources) |
GcGetMemberships |
addParam(String paramName,
String paramValue)
add a param to the list |
GcGetMemberships |
addParam(WsParam wsParam)
add a param to the list |
GcGetMemberships |
addSourceId(String sourceId)
add a source id to filter by (or none for all sources) |
GcGetMemberships |
addSubjectAttributeName(String subjectAttributeName)
|
GcGetMemberships |
addWsSubjectLookup(WsSubjectLookup wsSubjectLookup)
set the subject lookup |
GcGetMemberships |
assignActAsSubject(WsSubjectLookup theActAsSubject)
assign the act as subject if any |
GcGetMemberships |
assignClientVersion(String theClientVersion)
assign client version |
GcGetMemberships |
assignEnabled(String theEnabled)
assign A for all, T or null for enabled only, F for disabled only |
GcGetMemberships |
assignFieldName(String theFieldName)
assign the field name to the request |
GcGetMemberships |
assignIncludeGroupDetail(Boolean theIncludeGroupDetail)
assign if the group detail should be included |
GcGetMemberships |
assignIncludeSubjectDetail(Boolean theIncludeSubjectDetail)
if should include subject detail |
GcGetMemberships |
assignMemberFilter(WsMemberFilter theMemberFilter)
assign the member filter |
GcGetMemberships |
assignScope(String theScope)
assign the sql like string which filters the memberships |
GcGetMemberships |
assignWsStem(WsStemLookup theWsStemLookup)
assign stem to limit memberships |
GcGetMemberships |
assigStemScope(String theStemScope)
assign ONE_LEVEL|ALL_IN_SUBTREE to stem scope |
WsGetMembershipsResults |
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 GcGetMemberships()
Method Detail |
---|
public GcGetMemberships assignClientVersion(String theClientVersion)
theClientVersion
-
public GcGetMemberships assignWsStem(WsStemLookup theWsStemLookup)
theWsStemLookup
-
public GcGetMemberships addGroupName(String theGroupName)
theGroupName
-
public GcGetMemberships addWsSubjectLookup(WsSubjectLookup wsSubjectLookup)
wsSubjectLookup
-
public GcGetMemberships addGroupUuid(String theGroupUuid)
theGroupUuid
-
public GcGetMemberships addParam(String paramName, String paramValue)
paramName
- paramValue
-
public GcGetMemberships addParam(WsParam wsParam)
wsParam
-
public GcGetMemberships assignMemberFilter(WsMemberFilter theMemberFilter)
theMemberFilter
-
public GcGetMemberships assignActAsSubject(WsSubjectLookup theActAsSubject)
theActAsSubject
-
public GcGetMemberships assignFieldName(String theFieldName)
theFieldName
-
public GcGetMemberships assignScope(String theScope)
theScope
-
public GcGetMemberships addSourceId(String sourceId)
sourceId
-
public GcGetMemberships addMembershipId(String sourceId)
sourceId
-
public GcGetMemberships addSubjectAttributeName(String subjectAttributeName)
subjectAttributeName
-
public GcGetMemberships assignIncludeGroupDetail(Boolean theIncludeGroupDetail)
theIncludeGroupDetail
-
public GcGetMemberships assignIncludeSubjectDetail(Boolean theIncludeSubjectDetail)
theIncludeSubjectDetail
-
public WsGetMembershipsResults execute()
public GcGetMemberships assigStemScope(String theStemScope)
theStemScope
-
public GcGetMemberships assignEnabled(String theEnabled)
theEnabled
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |