|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouperClient.api.GcGetMembers
public class GcGetMembers
class to run a get members web service call
Constructor Summary | |
---|---|
GcGetMembers()
|
Method Summary | |
---|---|
GcGetMembers |
addGroupName(String theGroupName)
set the group name |
GcGetMembers |
addGroupUuid(String theGroupUuid)
set the group uuid |
GcGetMembers |
addParam(String paramName,
String paramValue)
add a param to the list |
GcGetMembers |
addParam(WsParam wsParam)
add a param to the list |
GcGetMembers |
addSourceId(String sourceId)
add a source id to filter by (or none for all sources) |
GcGetMembers |
addSubjectAttributeName(String subjectAttributeName)
|
GcGetMembers |
assignActAsSubject(WsSubjectLookup theActAsSubject)
assign the act as subject if any |
void |
assignAscending(Boolean ascending1)
ascending T or null for ascending, F for descending. |
GcGetMembers |
assignClientVersion(String theClientVersion)
assign client version |
GcGetMembers |
assignFieldName(String theFieldName)
assign the field name to the request |
GcGetMembers |
assignIncludeGroupDetail(Boolean theIncludeGroupDetail)
assign if the group detail should be included |
GcGetMembers |
assignIncludeSubjectDetail(Boolean theIncludeSubjectDetail)
if should include subject detail |
GcGetMembers |
assignMemberFilter(WsMemberFilter theMemberFilter)
assign the member filter |
void |
assignPageNumber(Integer pageNumber1)
page number 1 indexed if paging |
void |
assignPageSize(Integer pageSize1)
page size if paging |
GcGetMembers |
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. |
GcGetMembers |
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. |
void |
assignSortString(String sortString1)
sortString must be an hql query field, e.g. |
WsGetMembersResults |
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 GcGetMembers()
Method Detail |
---|
public void assignPageSize(Integer pageSize1)
pageSize1
- public void assignPageNumber(Integer pageNumber1)
pageNumber1
- public void assignSortString(String sortString1)
sortString1
- public void assignAscending(Boolean ascending1)
ascending1
- public GcGetMembers assignClientVersion(String theClientVersion)
theClientVersion
-
public GcGetMembers addGroupName(String theGroupName)
theGroupName
-
public GcGetMembers addGroupUuid(String theGroupUuid)
theGroupUuid
-
public GcGetMembers addParam(String paramName, String paramValue)
paramName
- paramValue
-
public GcGetMembers addParam(WsParam wsParam)
wsParam
-
public GcGetMembers assignMemberFilter(WsMemberFilter theMemberFilter)
theMemberFilter
-
public GcGetMembers assignActAsSubject(WsSubjectLookup theActAsSubject)
theActAsSubject
-
public GcGetMembers assignFieldName(String theFieldName)
theFieldName
-
public GcGetMembers addSourceId(String sourceId)
sourceId
-
public GcGetMembers addSubjectAttributeName(String subjectAttributeName)
subjectAttributeName
-
public GcGetMembers assignIncludeGroupDetail(Boolean theIncludeGroupDetail)
theIncludeGroupDetail
-
public GcGetMembers assignIncludeSubjectDetail(Boolean theIncludeSubjectDetail)
theIncludeSubjectDetail
-
public GcGetMembers assignPointInTimeFrom(Timestamp pointInTimeFrom)
pointInTimeFrom
-
public GcGetMembers assignPointInTimeTo(Timestamp pointInTimeTo)
pointInTimeTo
-
public WsGetMembersResults execute()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |