public class GcGetMembers extends Object
Constructor and Description |
---|
GcGetMembers() |
Modifier and Type | Method and Description |
---|---|
GcGetMembers |
addGroupIdIndex(Long theGroupIdIndex)
set the group id index
|
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 |
assignAutopage(Boolean theAutopage)
if should page through results so it doesnt timeout.
|
GcGetMembers |
assignAutopageOverlap(Integer theAutopageOverlap)
The overlap of the autopage.
|
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.
|
static void |
main(String[] args) |
public static void main(String[] args)
args
- public GcGetMembers assignAutopage(Boolean theAutopage)
theAutopage
- public GcGetMembers assignAutopageOverlap(Integer theAutopageOverlap)
theAutopageOverlap
- 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 addGroupIdIndex(Long theGroupIdIndex)
theGroupIdIndex
- 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()
Copyright © 2016 Internet2. All rights reserved.