public class WsRestFindAttributeDefNamesRequest extends java.lang.Object implements WsRequestBean
Constructor and Description |
---|
WsRestFindAttributeDefNamesRequest() |
Modifier and Type | Method and Description |
---|---|
WsSubjectLookup |
getActAsSubjectLookup()
if acting as someone else
|
java.lang.String |
getAscending()
ascending or null for ascending, F for descending.
|
java.lang.String |
getAttributeAssignType()
where can the attribute definition be assigned, e.g.
|
java.lang.String |
getAttributeDefType()
type of attribute definition, e.g.
|
java.lang.String |
getClientVersion()
is the version of the client.
|
java.lang.String |
getPageNumber()
page number 1 indexed if paging on a sort filter or parent
|
java.lang.String |
getPageSize()
page size if paging on a sort filter or parent
|
WsParam[] |
getParams()
optional: reserved for future use
|
java.lang.String |
getScope()
search string with % as wildcards will search name, display name, description
|
java.lang.String |
getServiceRole()
from ServiceRole enum, which service role you are querying
e.g.
|
java.lang.String |
getSortString()
must be an hql query field, e.g.
|
java.lang.String |
getSplitScope()
splitScope T or F, if T will split the scope by whitespace, and find attribute def names with each token.
|
WsSubjectLookup |
getSubjectLookup()
subject if looking for privileges or service role
|
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.
|
java.lang.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(java.lang.String ascending1)
ascending or null for ascending, F for descending.
|
void |
setAttributeAssignType(java.lang.String attributeAssignType1)
where can the attribute definition be assigned, e.g.
|
void |
setAttributeDefType(java.lang.String attributeDefType1)
type of attribute definition, e.g.
|
void |
setClientVersion(java.lang.String clientVersion1)
is the version of the client.
|
void |
setPageNumber(java.lang.String pageNumber1)
page number 1 indexed if paging on a sort filter or parent
|
void |
setPageSize(java.lang.String pageSize1)
page size if paging on a sort filter or parent
|
void |
setParams(WsParam[] params1)
optional: reserved for future use
|
void |
setScope(java.lang.String scope1)
search string with % as wildcards will search name, display name, description
|
void |
setServiceRole(java.lang.String serviceRole1)
from ServiceRole enum, which service role you are querying
e.g.
|
void |
setSortString(java.lang.String sortString1)
must be an hql query field, e.g.
|
void |
setSplitScope(java.lang.String splitScope1)
splitScope T or F, if T will split the scope by whitespace, and find attribute def names with each token.
|
void |
setSubjectLookup(WsSubjectLookup subjectLookup1)
subject if looking for privileges or service role
|
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(java.lang.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.
|
public java.lang.String getScope()
public void setScope(java.lang.String scope1)
scope1
- the scope to setpublic java.lang.String getSplitScope()
public void setSplitScope(java.lang.String splitScope1)
splitScope1
- the splitScope to setpublic WsAttributeDefLookup getWsAttributeDefLookup()
public void setWsAttributeDefLookup(WsAttributeDefLookup wsAttributeDefLookup1)
wsAttributeDefLookup1
- the wsAttributeDefLookup to setpublic java.lang.String getAttributeAssignType()
public void setAttributeAssignType(java.lang.String attributeAssignType1)
attributeAssignType1
- the attributeAssignType to setpublic java.lang.String getAttributeDefType()
public void setAttributeDefType(java.lang.String attributeDefType1)
attributeDefType1
- the attributeDefType to setpublic WsAttributeDefNameLookup[] getWsAttributeDefNameLookups()
public void setWsAttributeDefNameLookups(WsAttributeDefNameLookup[] wsAttributeDefNameLookups1)
wsAttributeDefNameLookups1
- the wsAttributeDefNameLookups to setpublic java.lang.String getPageSize()
public void setPageSize(java.lang.String pageSize1)
pageSize1
- the pageSize to setpublic java.lang.String getPageNumber()
public void setPageNumber(java.lang.String pageNumber1)
pageNumber1
- the pageNumber to setpublic java.lang.String getSortString()
public void setSortString(java.lang.String sortString1)
sortString1
- the sortString to setpublic java.lang.String getAscending()
public void setAscending(java.lang.String ascending1)
ascending1
- the ascending to setpublic java.lang.String getWsInheritanceSetRelation()
public void setWsInheritanceSetRelation(java.lang.String wsInheritanceSetRelation1)
wsInheritanceSetRelation1
- the wsInheritanceSetRelation to setpublic java.lang.String getClientVersion()
public void setClientVersion(java.lang.String clientVersion1)
clientVersion1
- public WsSubjectLookup getActAsSubjectLookup()
public void setActAsSubjectLookup(WsSubjectLookup actAsSubjectLookup1)
actAsSubjectLookup1
- public WsParam[] getParams()
public void setParams(WsParam[] params1)
params1
- public java.lang.String getServiceRole()
public WsSubjectLookup getSubjectLookup()
public void setServiceRole(java.lang.String serviceRole1)
serviceRole1
- public void setSubjectLookup(WsSubjectLookup subjectLookup1)
subjectLookup1
-