|
|||||||||
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 |
addGroupIdIndex(java.lang.Long theGroupIdIndex)
set the group id index |
GcGetMemberships |
addGroupName(java.lang.String theGroupName)
set the group name |
GcGetMemberships |
addGroupUuid(java.lang.String theGroupUuid)
set the group uuid |
GcGetMemberships |
addMembershipId(java.lang.String sourceId)
add a source id to filter by (or none for all sources) |
GcGetMemberships |
addOwnerNameOfAttributeDef(java.lang.String theOwnerNameOfAttributeDef)
set the owner attributeDef name |
GcGetMemberships |
addOwnerStemName(java.lang.String theOwnerStemName)
set the owner stem name |
GcGetMemberships |
addOwnerStemUuid(java.lang.String theOwnerStemUuid)
set the owner stem uuid |
GcGetMemberships |
addOwnerUuidOfAttributeDef(java.lang.String theOwnerUuidOfAttributeDef)
set the owner attributeDef uuid |
GcGetMemberships |
addParam(java.lang.String paramName,
java.lang.String paramValue)
add a param to the list |
GcGetMemberships |
addParam(WsParam wsParam)
add a param to the list |
GcGetMemberships |
addSourceId(java.lang.String sourceId)
add a source id to filter by (or none for all sources) |
GcGetMemberships |
addSubjectAttributeName(java.lang.String subjectAttributeName)
|
GcGetMemberships |
addWsSubjectLookup(WsSubjectLookup wsSubjectLookup)
set the subject lookup |
GcGetMemberships |
assignActAsSubject(WsSubjectLookup theActAsSubject)
assign the act as subject if any |
GcGetMemberships |
assignClientVersion(java.lang.String theClientVersion)
assign client version |
GcGetMemberships |
assignEnabled(java.lang.String theEnabled)
assign A for all, T or null for enabled only, F for disabled only |
GcGetMemberships |
assignFieldName(java.lang.String theFieldName)
assign the field name to the request |
GcGetMemberships |
assignFieldType(java.lang.String fieldType1)
fieldType is the type of field to look at, e.g. |
GcGetMemberships |
assignIncludeGroupDetail(java.lang.Boolean theIncludeGroupDetail)
assign if the group detail should be included |
GcGetMemberships |
assignIncludeSubjectDetail(java.lang.Boolean theIncludeSubjectDetail)
if should include subject detail |
GcGetMemberships |
assignMemberFilter(WsMemberFilter theMemberFilter)
assign the member filter |
GcGetMemberships |
assignScope(java.lang.String theScope)
assign the sql like string which filters the memberships |
GcGetMemberships |
assignServiceLookup(WsAttributeDefNameLookup serviceLookup1)
serviceLookup if filtering by users in a service, then this is the service to look in |
GcGetMemberships |
assignServiceRole(java.lang.String serviceRole1)
serviceRole to filter attributes that a user has a certain role |
GcGetMemberships |
assignStemScope(java.lang.String theStemScope)
assign ONE_LEVEL|ALL_IN_SUBTREE to stem scope |
GcGetMemberships |
assignWsStem(WsStemLookup theWsStemLookup)
assign stem to limit memberships |
GcGetMemberships |
assigStemScope(java.lang.String theStemScope)
Deprecated. use assignStemScope |
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(java.lang.String theClientVersion)
theClientVersion
-
public GcGetMemberships assignWsStem(WsStemLookup theWsStemLookup)
theWsStemLookup
-
public GcGetMemberships addGroupName(java.lang.String theGroupName)
theGroupName
-
public GcGetMemberships addGroupIdIndex(java.lang.Long theGroupIdIndex)
theGroupIdIndex
-
public GcGetMemberships addOwnerStemName(java.lang.String theOwnerStemName)
theOwnerStemName
-
public GcGetMemberships addOwnerStemUuid(java.lang.String theOwnerStemUuid)
theOwnerStemUuid
-
public GcGetMemberships addOwnerNameOfAttributeDef(java.lang.String theOwnerNameOfAttributeDef)
theOwnerNameOfAttributeDef
-
public GcGetMemberships addOwnerUuidOfAttributeDef(java.lang.String theOwnerUuidOfAttributeDef)
theOwnerUuidOfAttributeDef
-
public GcGetMemberships addWsSubjectLookup(WsSubjectLookup wsSubjectLookup)
wsSubjectLookup
-
public GcGetMemberships addGroupUuid(java.lang.String theGroupUuid)
theGroupUuid
-
public GcGetMemberships addParam(java.lang.String paramName, java.lang.String paramValue)
paramName
- paramValue
-
public GcGetMemberships addParam(WsParam wsParam)
wsParam
-
public GcGetMemberships assignMemberFilter(WsMemberFilter theMemberFilter)
theMemberFilter
-
public GcGetMemberships assignActAsSubject(WsSubjectLookup theActAsSubject)
theActAsSubject
-
public GcGetMemberships assignFieldType(java.lang.String fieldType1)
fieldType1
-
public GcGetMemberships assignServiceLookup(WsAttributeDefNameLookup serviceLookup1)
serviceLookup1
-
public GcGetMemberships assignServiceRole(java.lang.String serviceRole1)
serviceRole1
-
public GcGetMemberships assignFieldName(java.lang.String theFieldName)
theFieldName
-
public GcGetMemberships assignScope(java.lang.String theScope)
theScope
-
public GcGetMemberships addSourceId(java.lang.String sourceId)
sourceId
-
public GcGetMemberships addMembershipId(java.lang.String sourceId)
sourceId
-
public GcGetMemberships addSubjectAttributeName(java.lang.String subjectAttributeName)
subjectAttributeName
-
public GcGetMemberships assignIncludeGroupDetail(java.lang.Boolean theIncludeGroupDetail)
theIncludeGroupDetail
-
public GcGetMemberships assignIncludeSubjectDetail(java.lang.Boolean theIncludeSubjectDetail)
theIncludeSubjectDetail
-
public WsGetMembershipsResults execute()
@Deprecated public GcGetMemberships assigStemScope(java.lang.String theStemScope)
theStemScope
-
public GcGetMemberships assignStemScope(java.lang.String theStemScope)
theStemScope
-
public GcGetMemberships assignEnabled(java.lang.String theEnabled)
theEnabled
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |