|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouperClient.ws.beans.WsRestGetSubjectsRequest
public class WsRestGetSubjectsRequest
bean that will be the data from rest request
Constructor Summary | |
---|---|
WsRestGetSubjectsRequest()
|
Method Summary | |
---|---|
WsSubjectLookup |
getActAsSubjectLookup()
subject to act as instead of logged in user |
String |
getClientVersion()
is the version of the client. |
String |
getFieldName()
is if the memberships should be retrieved from a certain field membership of the group (certain list) |
String |
getIncludeGroupDetail()
T or F as to if the group detail should be returned |
String |
getIncludeSubjectDetail()
T|F, for if the extended subject information should be returned (anything more than just the id) |
String |
getMemberFilter()
must be one of All, Effective, Immediate, Composite, NonImmediate |
WsParam[] |
getParams()
optional: reserved for future use |
String |
getSearchString()
search sources with this free-form search string |
String[] |
getSourceIds()
sourceIds are sources to look in for memberships, or null if all |
String[] |
getSubjectAttributeNames()
are the additional subject attributes (data) to return. |
WsGroupLookup |
getWsGroupLookup()
returned subjects must be in this group |
WsSubjectLookup[] |
getWsSubjectLookups()
are subjects to look in |
void |
setActAsSubjectLookup(WsSubjectLookup actAsSubjectLookup1)
subject to act as instead of logged in user |
void |
setClientVersion(String clientVersion1)
is the version of the client. |
void |
setFieldName(String fieldName1)
is if the memberships should be retrieved from a certain field membership of the group (certain list) |
void |
setIncludeGroupDetail(String includeGroupDetail1)
T or F as to if the group detail should be returned |
void |
setIncludeSubjectDetail(String includeSubjectDetail1)
T|F, for if the extended subject information should be returned (anything more than just the id) |
void |
setMemberFilter(String replaceAllExisting1)
must be one of All, Effective, Immediate, Composite, NonImmediate |
void |
setParams(WsParam[] params1)
optional: reserved for future use |
void |
setSearchString(String searchString1)
search sources with this free-form search string |
void |
setSourceIds(String[] sourceIds1)
sourceIds are sources to look in for memberships, or null if all |
void |
setSubjectAttributeNames(String[] subjectAttributeNames1)
are the additional subject attributes (data) to return. |
void |
setWsGroupLookup(WsGroupLookup wsGroupLookup1)
returned subjects must be in this group |
void |
setWsSubjectLookups(WsSubjectLookup[] wsSubjectLookups1)
are subjects to look in |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WsRestGetSubjectsRequest()
Method Detail |
---|
public WsSubjectLookup[] getWsSubjectLookups()
public void setWsSubjectLookups(WsSubjectLookup[] wsSubjectLookups1)
wsSubjectLookups1
- public String[] getSourceIds()
public void setSourceIds(String[] sourceIds1)
sourceIds1
- the sourceIds to setpublic String getClientVersion()
public void setClientVersion(String clientVersion1)
clientVersion1
- the clientVersion to setpublic WsGroupLookup getWsGroupLookup()
public void setWsGroupLookup(WsGroupLookup wsGroupLookup1)
wsGroupLookup1
- the wsGroupLookup to setpublic String getMemberFilter()
public void setMemberFilter(String replaceAllExisting1)
replaceAllExisting1
- the replaceAllExisting to setpublic WsSubjectLookup getActAsSubjectLookup()
public void setActAsSubjectLookup(WsSubjectLookup actAsSubjectLookup1)
actAsSubjectLookup1
- the actAsSubjectLookup to setpublic String getFieldName()
public void setFieldName(String fieldName1)
fieldName1
- the fieldName to setpublic String getIncludeGroupDetail()
public void setIncludeGroupDetail(String includeGroupDetail1)
includeGroupDetail1
- the includeGroupDetail to setpublic String getIncludeSubjectDetail()
public void setIncludeSubjectDetail(String includeSubjectDetail1)
includeSubjectDetail1
- the includeSubjectDetail to setpublic String[] getSubjectAttributeNames()
public void setSubjectAttributeNames(String[] subjectAttributeNames1)
subjectAttributeNames1
- the subjectAttributeNames to setpublic WsParam[] getParams()
public void setParams(WsParam[] params1)
params1
- the params to setpublic String getSearchString()
public void setSearchString(String searchString1)
searchString1
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |