|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouperClient.ws.beans.WsRestFindAttributeDefNamesRequest
public class WsRestFindAttributeDefNamesRequest
request bean in body of rest request
Constructor Summary | |
---|---|
WsRestFindAttributeDefNamesRequest()
|
Method Summary | |
---|---|
WsSubjectLookup |
getActAsSubjectLookup()
if acting as someone else |
String |
getAscending()
ascending or null for ascending, F for descending. |
String |
getAttributeAssignType()
where can the attribute definition be assigned, e.g. |
String |
getAttributeDefType()
type of attribute definition, e.g. |
String |
getClientVersion()
is the version of the client. |
String |
getPageNumber()
page number 1 indexed if paging on a sort filter or parent |
String |
getPageSize()
page size if paging on a sort filter or parent |
WsParam[] |
getParams()
optional: reserved for future use |
String |
getScope()
search string with % as wildcards will search name, display name, description |
String |
getSortString()
must be an hql query field, e.g. |
String |
getSplitScope()
splitScope T or F, if T will split the scope by whitespace, and find attribute def names with each token. |
WsAttributeDefLookup |
getWsAttributeDefLookup()
find names associated with this attribute definition |
WsAttributeDefNameLookup[] |
getWsAttributeDefNameLookups()
if you want to just pass in a list of uuids and/or names. |
String |
getWsInheritanceSetRelation()
wsInheritanceSetRelation if there is one wsAttributeDefNameLookup, and this is specified, then find the attribute def names which are related to the lookup by this relation, e.g. |
void |
setActAsSubjectLookup(WsSubjectLookup actAsSubjectLookup1)
if acting as someone else |
void |
setAscending(String ascending1)
ascending or null for ascending, F for descending. |
void |
setAttributeAssignType(String attributeAssignType1)
where can the attribute definition be assigned, e.g. |
void |
setAttributeDefType(String attributeDefType1)
type of attribute definition, e.g. |
void |
setClientVersion(String clientVersion1)
is the version of the client. |
void |
setPageNumber(String pageNumber1)
page number 1 indexed if paging on a sort filter or parent |
void |
setPageSize(String pageSize1)
page size if paging on a sort filter or parent |
void |
setParams(WsParam[] params1)
optional: reserved for future use |
void |
setScope(String scope1)
search string with % as wildcards will search name, display name, description |
void |
setSortString(String sortString1)
must be an hql query field, e.g. |
void |
setSplitScope(String splitScope1)
splitScope T or F, if T will split the scope by whitespace, and find attribute def names with each token. |
void |
setWsAttributeDefLookup(WsAttributeDefLookup wsAttributeDefLookup1)
find names associated with this attribute definition |
void |
setWsAttributeDefNameLookups(WsAttributeDefNameLookup[] wsAttributeDefNameLookups1)
if you want to just pass in a list of uuids and/or names. |
void |
setWsInheritanceSetRelation(String wsInheritanceSetRelation1)
wsInheritanceSetRelation if there is one wsAttributeDefNameLookup, and this is specified, then find the attribute def names which are related to the lookup by this relation, e.g. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WsRestFindAttributeDefNamesRequest()
Method Detail |
---|
public String getScope()
public void setScope(String scope1)
scope1
- the scope to setpublic String getSplitScope()
public void setSplitScope(String splitScope1)
splitScope1
- the splitScope to setpublic WsAttributeDefLookup getWsAttributeDefLookup()
public void setWsAttributeDefLookup(WsAttributeDefLookup wsAttributeDefLookup1)
wsAttributeDefLookup1
- the wsAttributeDefLookup to setpublic String getAttributeAssignType()
public void setAttributeAssignType(String attributeAssignType1)
attributeAssignType1
- the attributeAssignType to setpublic String getAttributeDefType()
public void setAttributeDefType(String attributeDefType1)
attributeDefType1
- the attributeDefType to setpublic WsAttributeDefNameLookup[] getWsAttributeDefNameLookups()
public void setWsAttributeDefNameLookups(WsAttributeDefNameLookup[] wsAttributeDefNameLookups1)
wsAttributeDefNameLookups1
- the wsAttributeDefNameLookups to setpublic String getPageSize()
public void setPageSize(String pageSize1)
pageSize1
- the pageSize to setpublic String getPageNumber()
public void setPageNumber(String pageNumber1)
pageNumber1
- the pageNumber to setpublic String getSortString()
public void setSortString(String sortString1)
sortString1
- the sortString to setpublic String getAscending()
public void setAscending(String ascending1)
ascending1
- the ascending to setpublic String getWsInheritanceSetRelation()
public void setWsInheritanceSetRelation(String wsInheritanceSetRelation1)
wsInheritanceSetRelation1
- the wsInheritanceSetRelation to setpublic String getClientVersion()
public void setClientVersion(String clientVersion1)
clientVersion1
- public WsSubjectLookup getActAsSubjectLookup()
public void setActAsSubjectLookup(WsSubjectLookup actAsSubjectLookup1)
actAsSubjectLookup1
- public WsParam[] getParams()
public void setParams(WsParam[] params1)
params1
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |