|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.ws.rest.attribute.WsRestFindAttributeDefNamesLiteRequest
public class WsRestFindAttributeDefNamesLiteRequest
request bean in body of rest request
Constructor Summary | |
---|---|
WsRestFindAttributeDefNamesLiteRequest()
|
Method Summary | |
---|---|
String |
getActAsSubjectId()
if acting as another user |
String |
getActAsSubjectIdentifier()
if acting as another user |
String |
getActAsSubjectSourceId()
if acting as another user |
String |
getAscending()
ascending or null for ascending, F for descending. |
String |
getAttributeAssignType()
where can the attribute definition be assigned, e.g. |
String |
getAttributeDefNameName()
to lookup an attribute def name by name, mutually exclusive with attributeDefNameId |
String |
getAttributeDefNameUuid()
to lookup an attribute def name by id, mutually exclusive with attributeDefNameName |
String |
getAttributeDefType()
type of attribute definition, e.g. |
String |
getClientVersion()
is the version of the client. |
String |
getNameOfAttributeDef()
find names associated with this attribute definition, mutually exclusive with idOfAttributeDef |
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 |
String |
getParamName0()
reserved for future use |
String |
getParamName1()
reserved for future use |
String |
getParamValue0()
reserved for future use |
String |
getParamValue1()
reserved for future use |
String |
getScope()
search string with % as wildcards will search name, display name, description |
String |
getServiceRole()
serviceRole to filter attributes that a user has a certain role |
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. |
String |
getSubjectId()
subjectId subject id if looking for privileges or service role |
String |
getSubjectIdentifier()
subjectIdentifier subject identifier if looking for privileges or service role |
String |
getSubjectSourceId()
subjectSourceId subject source id if looking for privileges or service role |
String |
getUuidOfAttributeDef()
find names associated with this attribute definition, mutually exclusive with nameOfAttributeDef |
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. |
GrouperRestHttpMethod |
retrieveRestHttpMethod()
see which http method this is supposed to be associated with, and override whatever was passed in |
void |
setActAsSubjectId(String actAsSubjectId1)
if acting as another user |
void |
setActAsSubjectIdentifier(String actAsSubjectIdentifier1)
if acting as another user |
void |
setActAsSubjectSourceId(String actAsSubjectSourceId1)
if acting as another user |
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 |
setAttributeDefNameName(String attributeDefNameName1)
to lookup an attribute def name by name, mutually exclusive with attributeDefNameId |
void |
setAttributeDefNameUuid(String attributeDefNameUuid1)
to lookup an attribute def name by id, mutually exclusive with attributeDefNameName |
void |
setAttributeDefType(String attributeDefType1)
type of attribute definition, e.g. |
void |
setClientVersion(String clientVersion1)
is the version of the client. |
void |
setNameOfAttributeDef(String nameOfAttributeDef1)
find names associated with this attribute definition, mutually exclusive with idOfAttributeDef |
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 |
setParamName0(String _paramName0)
reserved for future use |
void |
setParamName1(String _paramName1)
reserved for future use |
void |
setParamValue0(String _paramValue0)
reserved for future use |
void |
setParamValue1(String _paramValue1)
reserved for future use |
void |
setScope(String scope1)
search string with % as wildcards will search name, display name, description |
void |
setServiceRole(String serviceRole1)
serviceRole to filter attributes that a user has a certain role |
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 |
setSubjectId(String subjectId1)
subjectId subject id if looking for privileges or service role |
void |
setSubjectIdentifier(String subjectIdentifier1)
subjectIdentifier subject identifier if looking for privileges or service role |
void |
setSubjectSourceId(String subjectSourceId1)
subjectSourceId subject source id if looking for privileges or service role |
void |
setUuidOfAttributeDef(String uuidOfAttributeDef1)
find names associated with this attribute definition, mutually exclusive with nameOfAttributeDef |
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 WsRestFindAttributeDefNamesLiteRequest()
Method Detail |
---|
public String getSubjectId()
public void setSubjectId(String subjectId1)
subjectId1
- public String getSubjectSourceId()
public void setSubjectSourceId(String subjectSourceId1)
subjectSourceId1
- public String getSubjectIdentifier()
public void setSubjectIdentifier(String subjectIdentifier1)
subjectIdentifier1
- public String getServiceRole()
public void setServiceRole(String serviceRole1)
serviceRole1
- 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 String getAttributeAssignType()
public void setAttributeAssignType(String attributeAssignType1)
attributeAssignType1
- the attributeAssignType to setpublic String getAttributeDefType()
public void setAttributeDefType(String attributeDefType1)
attributeDefType1
- the attributeDefType 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 GrouperRestHttpMethod retrieveRestHttpMethod()
WsRequestBean
retrieveRestHttpMethod
in interface WsRequestBean
WsRequestBean.retrieveRestHttpMethod()
public String getClientVersion()
public void setClientVersion(String clientVersion1)
clientVersion1
- public String getUuidOfAttributeDef()
public void setUuidOfAttributeDef(String uuidOfAttributeDef1)
uuidOfAttributeDef1
- the uuidOfAttributeDef to setpublic String getNameOfAttributeDef()
public void setNameOfAttributeDef(String nameOfAttributeDef1)
nameOfAttributeDef1
- the nameOfAttributeDef to setpublic String getAttributeDefNameUuid()
public void setAttributeDefNameUuid(String attributeDefNameUuid1)
attributeDefNameUuid1
- the attributeDefNameUuid to setpublic String getAttributeDefNameName()
public void setAttributeDefNameName(String attributeDefNameName1)
attributeDefNameName1
- the attributeDefNameName to setpublic String getActAsSubjectId()
public String getActAsSubjectIdentifier()
public String getActAsSubjectSourceId()
public String getParamName0()
public String getParamName1()
public String getParamValue0()
public String getParamValue1()
public void setActAsSubjectId(String actAsSubjectId1)
actAsSubjectId1
- public void setActAsSubjectIdentifier(String actAsSubjectIdentifier1)
actAsSubjectIdentifier1
- public void setActAsSubjectSourceId(String actAsSubjectSourceId1)
actAsSubjectSourceId1
- public void setParamName0(String _paramName0)
_paramName0
- public void setParamName1(String _paramName1)
_paramName1
- public void setParamValue0(String _paramValue0)
_paramValue0
- public void setParamValue1(String _paramValue1)
_paramValue1
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |