public class WsStemQueryFilter
extends java.lang.Object
Constructor and Description |
---|
WsStemQueryFilter() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAscending()
true or null for ascending, false for descending.
|
java.lang.String |
getPageNumber()
page number 1 indexed if paging
|
java.lang.String |
getPageSize()
page size if paging
|
java.lang.String |
getParentStemName()
parentStemName will return stems only in this stem
|
java.lang.String |
getParentStemNameScope()
parentStemNameScope
if searching by stem, ONE_LEVEL is for one level,
ALL_IN_SUBTREE will return all in sub tree.
|
java.lang.String |
getQueryTerm()
queryTerm if searching by query, this is a term that will be matched to
name, extension, etc
|
java.lang.String |
getSortString()
must be an hql query field, e.g.
|
java.lang.String |
getStemAttributeName()
if querying, this is the attribute name, or null or search
all attributes
|
java.lang.String |
getStemAttributeValue()
stemAttributeValue if searching by query, this is a term that will be matched to
|
java.lang.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
|
java.lang.String |
getStemQueryFilterType()
findStemType is the WsFindStemType enum for which type of find is happening: e.g.
|
java.lang.String |
getStemUuid()
stemUuid search by stem uuid (must match exactly), cannot use other
|
void |
setAscending(java.lang.String ascending1)
true or null for ascending, false for descending.
|
void |
setPageNumber(java.lang.String pageNumber1)
page number 1 indexed if paging
|
void |
setPageSize(java.lang.String pageSize1)
page size if paging
|
void |
setParentStemName(java.lang.String stemName1)
parentStemName will return stems only in this stem
|
void |
setParentStemNameScope(java.lang.String stemNameScope1)
parentStemNameScope
if searching by stem, ONE_LEVEL is for one level,
ALL_IN_SUBTREE will return all in sub tree.
|
void |
setQueryTerm(java.lang.String queryTerm1)
queryTerm if searching by query, this is a term that will be matched to
name, extension, etc
|
void |
setSortString(java.lang.String sortString1)
must be an hql query field, e.g.
|
void |
setStemAttributeName(java.lang.String attributeName1)
if querying, this is the attribute name, or null or search
all attributes
|
void |
setStemAttributeValue(java.lang.String stemAttributeValue1)
stemAttributeValue if searching by query, this is a term that will be matched to
|
void |
setStemName(java.lang.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(java.lang.String findStemType1)
findStemType is the WsFindStemType enum for which type of find is happening:
e.g.
|
void |
setStemUuid(java.lang.String stemUuid1)
stemUuid search by stem uuid (must match exactly), cannot use other
|
public java.lang.String getStemQueryFilterType()
public void setStemQueryFilterType(java.lang.String findStemType1)
findStemType1
- the findStemType to setpublic java.lang.String getStemName()
public void setStemName(java.lang.String stemName1)
stemName1
- the stemName to setpublic java.lang.String getParentStemName()
public void setParentStemName(java.lang.String stemName1)
stemName1
- the parentStemName to setpublic java.lang.String getParentStemNameScope()
public void setParentStemNameScope(java.lang.String stemNameScope1)
stemNameScope1
- the parentStemNameScope to setpublic java.lang.String getStemUuid()
public void setStemUuid(java.lang.String stemUuid1)
stemUuid1
- the stemUuid to setpublic java.lang.String getQueryTerm()
public void setQueryTerm(java.lang.String queryTerm1)
queryTerm1
- the queryTerm to setpublic java.lang.String getStemAttributeName()
public void setStemAttributeName(java.lang.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 java.lang.String getStemAttributeValue()
public void setStemAttributeValue(java.lang.String stemAttributeValue1)
stemAttributeValue1
- the stemAttributeValue to setpublic java.lang.String getAscending()
public java.lang.String getPageNumber()
public java.lang.String getPageSize()
public java.lang.String getSortString()
public void setAscending(java.lang.String ascending1)
ascending1
- the ascending to setpublic void setPageNumber(java.lang.String pageNumber1)
pageNumber1
- the pageNumber to setpublic void setPageSize(java.lang.String pageSize1)
pageSize1
- the pageSize to setpublic void setSortString(java.lang.String sortString1)
sortString1
- the sortString to set