|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouperClient.ws.beans.WsStemQueryFilter
public class WsStemQueryFilter
this represents a query which can be and'ed or or'ed
Constructor Summary | |
---|---|
WsStemQueryFilter()
|
Method Summary | |
---|---|
String |
getAscending()
true or null for ascending, false for descending. |
String |
getPageNumber()
page number 1 indexed if paging |
String |
getPageSize()
page size if paging |
String |
getParentStemName()
parentStemName will return stems only in this stem |
String |
getParentStemNameScope()
parentStemNameScope if searching by stem, ONE_LEVEL is for one level, ALL_IN_SUBTREE will return all in sub tree. |
String |
getQueryTerm()
queryTerm if searching by query, this is a term that will be matched to name, extension, etc |
String |
getSortString()
must be an hql query field, e.g. |
String |
getStemAttributeName()
if querying, this is the attribute name, or null or search all attributes |
String |
getStemAttributeValue()
stemAttributeValue if searching by query, this is a term that will be matched to |
String |
getStemName()
stemName search by stem name (must match exactly), cannot use other params with this |
WsStemQueryFilter |
getStemQueryFilter0()
if 'and' or 'or' this is the first stem, and if complement, this is the stem to complement |
WsStemQueryFilter |
getStemQueryFilter1()
if 'and' or 'or', this is the second stem |
String |
getStemQueryFilterType()
findStemType is the WsFindStemType enum for which type of find is happening: e.g. |
String |
getStemUuid()
stemUuid search by stem uuid (must match exactly), cannot use other |
void |
setAscending(String ascending1)
true or null for ascending, false for descending. |
void |
setPageNumber(String pageNumber1)
page number 1 indexed if paging |
void |
setPageSize(String pageSize1)
page size if paging |
void |
setParentStemName(String stemName1)
parentStemName will return stems only in this stem |
void |
setParentStemNameScope(String stemNameScope1)
parentStemNameScope if searching by stem, ONE_LEVEL is for one level, ALL_IN_SUBTREE will return all in sub tree. |
void |
setQueryTerm(String queryTerm1)
queryTerm if searching by query, this is a term that will be matched to name, extension, etc |
void |
setSortString(String sortString1)
must be an hql query field, e.g. |
void |
setStemAttributeName(String attributeName1)
if querying, this is the attribute name, or null or search all attributes |
void |
setStemAttributeValue(String stemAttributeValue1)
stemAttributeValue if searching by query, this is a term that will be matched to |
void |
setStemName(String stemName1)
stemName search by stem name (must match exactly), cannot use other params with this |
void |
setStemQueryFilter0(WsStemQueryFilter theQueryFilter0)
if 'and' or 'or' this is the first stem, and if complement, this is the stem to complement |
void |
setStemQueryFilter1(WsStemQueryFilter theQueryFilter1)
if 'and' or 'or', this is the second stem |
void |
setStemQueryFilterType(String findStemType1)
findStemType is the WsFindStemType enum for which type of find is happening: e.g. |
void |
setStemUuid(String stemUuid1)
stemUuid search by stem uuid (must match exactly), cannot use other |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WsStemQueryFilter()
Method Detail |
---|
public String getStemQueryFilterType()
public void setStemQueryFilterType(String findStemType1)
findStemType1
- the findStemType to setpublic String getStemName()
public void setStemName(String stemName1)
stemName1
- the stemName to setpublic String getParentStemName()
public void setParentStemName(String stemName1)
stemName1
- the parentStemName to setpublic String getParentStemNameScope()
public void setParentStemNameScope(String stemNameScope1)
stemNameScope1
- the parentStemNameScope to setpublic String getStemUuid()
public void setStemUuid(String stemUuid1)
stemUuid1
- the stemUuid to setpublic String getQueryTerm()
public void setQueryTerm(String queryTerm1)
queryTerm1
- the queryTerm to setpublic String getStemAttributeName()
public void setStemAttributeName(String attributeName1)
attributeName1
- the attributeName to setpublic WsStemQueryFilter getStemQueryFilter0()
public void setStemQueryFilter0(WsStemQueryFilter theQueryFilter0)
theQueryFilter0
- the stemQueryFilter0 to setpublic WsStemQueryFilter getStemQueryFilter1()
public void setStemQueryFilter1(WsStemQueryFilter theQueryFilter1)
theQueryFilter1
- the stemQueryFilter1 to setpublic String getStemAttributeValue()
public void setStemAttributeValue(String stemAttributeValue1)
stemAttributeValue1
- the stemAttributeValue to setpublic String getAscending()
public String getPageNumber()
public String getPageSize()
public String getSortString()
public void setAscending(String ascending1)
ascending1
- the ascending to setpublic void setPageNumber(String pageNumber1)
pageNumber1
- the pageNumber to setpublic void setPageSize(String pageSize1)
pageSize1
- the pageSize to setpublic void setSortString(String sortString1)
sortString1
- the sortString to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |