public class WsRestFindAttributeDefsRequest extends java.lang.Object implements WsRequestBean
Constructor and Description |
---|
WsRestFindAttributeDefsRequest() |
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 |
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 |
getPrivilegeName() |
java.lang.String |
getScope()
search string with % as wildcards will search name, display name, description
|
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.
|
WsAttributeDefLookup[] |
getWsAttributeDefLookups()
if you want to just pass in a list of uuids and/or names.
|
void |
setActAsSubjectLookup(WsSubjectLookup actAsSubjectLookup1)
if acting as someone else
|
void |
setAscending(java.lang.String ascending1)
ascending or null for ascending, F for descending.
|
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 |
setPrivilegeName(java.lang.String privilegeName) |
void |
setScope(java.lang.String scope1)
search string with % as wildcards will search name, display name, description
|
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 |
setWsAttributeDefLookups(WsAttributeDefLookup[] wsAttributeDefLookups1)
if you want to just pass in a list of uuids and/or names.
|
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[] getWsAttributeDefLookups()
public void setWsAttributeDefLookups(WsAttributeDefLookup[] wsAttributeDefLookups1)
wsAttributeDefLookups1
- the wsAttributeDefLookups 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 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 getPrivilegeName()
public void setPrivilegeName(java.lang.String privilegeName)