|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouperClient.ws.beans.WsRestGetMembershipsRequest
public class WsRestGetMembershipsRequest
bean that will be the data from rest request GrouperServiceLogic#getMemberships(edu.internet2.middleware.grouper.ws.GrouperWsVersion, WsGroupLookup[], WsSubjectLookup[], edu.internet2.middleware.grouper.ws.member.WsMemberFilter, WsSubjectLookup, edu.internet2.middleware.grouper.Field, boolean, String[], boolean, WsParam[], String[], String, edu.internet2.middleware.grouper.ws.soap.WsStemLookup, edu.internet2.middleware.grouper.ws.query.StemScope, String, String[]) for method
Constructor Summary | |
---|---|
WsRestGetMembershipsRequest()
|
Method Summary | |
---|---|
WsSubjectLookup |
getActAsSubjectLookup()
subject to act as instead of logged in user |
String |
getClientVersion()
is the version of the client. |
String |
getEnabled()
enabled is A for all, T or null for enabled only, F for disabled |
String |
getFieldName()
is if the memberships should be retrieved from a certain field membership of the group (certain list) |
String |
getFieldType()
fieldType is the type of field to look at, e.g. |
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 |
String[] |
getMembershipIds()
membershipIds are the ids to search for if they are known |
WsParam[] |
getParams()
optional: reserved for future use |
String |
getScope()
scope is a sql like string which will have a percent % concatenated to the end for group names to search in (or stem names) |
String[] |
getSourceIds()
sourceIds are sources to look in for memberships, or null if all |
String |
getStemScope()
stemScope is StemScope to search only in one stem or in substems: ONE_LEVEL, ALL_IN_SUBTREE |
String[] |
getSubjectAttributeNames()
are the additional subject attributes (data) to return. |
WsGroupLookup[] |
getWsGroupLookups()
are groups to look in |
WsAttributeDefLookup[] |
getWsOwnerAttributeDefLookups()
attribute definition lookups if looking for memberships on certain attribute definitions |
WsStemLookup[] |
getWsOwnerStemLookups()
stem lookups if looking for memberships on certain stems |
WsStemLookup |
getWsStemLookup()
wsStemLookup is the stem to look in for memberships |
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 |
setEnabled(String enabled1)
enabled is A for all, T or null for enabled only, F for disabled |
void |
setFieldName(String fieldName1)
is if the memberships should be retrieved from a certain field membership of the group (certain list) |
void |
setFieldType(String fieldType1)
fieldType is the type of field to look at, e.g. |
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 |
setMembershipIds(String[] membershipsIds1)
membershipIds are the ids to search for if they are known |
void |
setParams(WsParam[] params1)
optional: reserved for future use |
void |
setScope(String scope1)
scope is a sql like string which will have a percent % concatenated to the end for group names to search in (or stem names) |
void |
setSourceIds(String[] sourceIds1)
sourceIds are sources to look in for memberships, or null if all |
void |
setStemScope(String stemScope1)
stemScope is StemScope to search only in one stem or in substems: ONE_LEVEL, ALL_IN_SUBTREE |
void |
setSubjectAttributeNames(String[] subjectAttributeNames1)
are the additional subject attributes (data) to return. |
void |
setWsGroupLookups(WsGroupLookup[] wsGroupLookups1)
are groups to look in |
void |
setWsOwnerAttributeDefLookups(WsAttributeDefLookup[] wsAttributeDefLookups1)
attribute definition lookups if looking for memberships on certain attribute definitions |
void |
setWsOwnerStemLookups(WsStemLookup[] wsStemLookups1)
stem lookups if looking for memberships on certain stems |
void |
setWsStemLookup(WsStemLookup wsStemLookup1)
wsStemLookup is the stem to look in for memberships |
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 WsRestGetMembershipsRequest()
Method Detail |
---|
public WsStemLookup[] getWsOwnerStemLookups()
public void setWsOwnerStemLookups(WsStemLookup[] wsStemLookups1)
wsStemLookups1
- public WsAttributeDefLookup[] getWsOwnerAttributeDefLookups()
public void setWsOwnerAttributeDefLookups(WsAttributeDefLookup[] wsAttributeDefLookups1)
wsAttributeDefLookups1
- public String getFieldType()
public void setFieldType(String fieldType1)
fieldType1
- public String[] getMembershipIds()
public void setMembershipIds(String[] membershipsIds1)
membershipsIds1
- public String getEnabled()
public void setEnabled(String enabled1)
enabled1
- public String getStemScope()
public void setStemScope(String stemScope1)
stemScope1
- public WsStemLookup getWsStemLookup()
public void setWsStemLookup(WsStemLookup wsStemLookup1)
wsStemLookup1
- public String getScope()
public void setScope(String scope1)
scope1
- 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[] getWsGroupLookups()
public void setWsGroupLookups(WsGroupLookup[] wsGroupLookups1)
wsGroupLookups1
- 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 set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |