public class TenantSearchCriteria extends SearchCriteria implements ITenantSearchCriteria
ITenantSearchCriteria
used by REST
services.ALL
Constructor and Description |
---|
TenantSearchCriteria(int pageNumber,
int pageSize) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTextSearch()
Get text search phrase to match against tenant id and name.
|
java.lang.String |
getUserId()
Search for tenants for which the given user is authorized.
|
boolean |
isIncludeRuntimeInfo()
Indicates whether runtime information should be included for the
corresponding tenant engine.
|
void |
setIncludeRuntimeInfo(boolean includeRuntimeInfo) |
void |
setTextSearch(java.lang.String textSearch) |
void |
setUserId(java.lang.String userId) |
getPageNumber, getPageSize, setPageNumber, setPageSize
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPageNumber, getPageSize
public java.lang.String getTextSearch()
ITenantSearchCriteria
getTextSearch
in interface ITenantSearchCriteria
public void setTextSearch(java.lang.String textSearch)
public java.lang.String getUserId()
ITenantSearchCriteria
getUserId
in interface ITenantSearchCriteria
public void setUserId(java.lang.String userId)
public boolean isIncludeRuntimeInfo()
ITenantSearchCriteria
isIncludeRuntimeInfo
in interface ITenantSearchCriteria
public void setIncludeRuntimeInfo(boolean includeRuntimeInfo)