|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.exoplatform.services.wcm.search.QueryCriteria
public class QueryCriteria
Created by The eXo Platform SAS Author : Hoa Pham hoa.pham@exoplatform.com Oct 7, 2008
| Nested Class Summary | |
|---|---|
static class |
QueryCriteria.DATE_RANGE_SELECTED
The Enum DATE_RANGE_SELECTED. |
static class |
QueryCriteria.DatetimeRange
The Class DatetimeRange. |
class |
QueryCriteria.QueryProperty
The Class QueryProperty. |
| Field Summary | |
|---|---|
static java.lang.String |
ALL_PROPERTY_SCOPE
The Constant ALL_PROPERTY_SCOPE. |
| Constructor Summary | |
|---|---|
QueryCriteria()
|
|
| Method Summary | |
|---|---|
java.lang.String[] |
getAuthors()
Gets the authors. |
java.lang.String[] |
getCategoryUUIDs()
Gets the category uui ds. |
java.lang.String[] |
getContentTypes()
Gets the content types. |
QueryCriteria.DatetimeRange |
getCreatedDateRange()
Gets the created date range. |
QueryCriteria.DATE_RANGE_SELECTED |
getDateRangeSelected()
Gets the date range selected. |
QueryCriteria.DatetimeRange |
getEndPublicationDateRange()
Gets the end publication date range. |
java.lang.String |
getFulltextSearchProperty()
Gets the fulltext search property. |
java.lang.String |
getKeyword()
Gets the keyword. |
QueryCriteria.DatetimeRange |
getLastModifiedDateRange()
Gets the last modified date range. |
java.lang.String[] |
getMimeTypes()
Gets the mime types. |
QueryCriteria.QueryProperty[] |
getQueryMetadatas()
Gets the query metadatas. |
java.lang.String |
getSiteName()
Gets the site name. |
QueryCriteria.DatetimeRange |
getStartPublicationDateRange()
Gets the start publication date range. |
java.lang.String[] |
getTagUUIDs()
Gets the tag uui ds. |
boolean |
isFulltextSearch()
Checks if is fulltext search. |
boolean |
isLiveMode()
Checks if is live mode. |
boolean |
isSearchDocument()
Checks if is search document. |
boolean |
isSearchWebContent()
Checks if is search web content. |
boolean |
isSearchWebpage()
Checks if is search webpage. |
void |
setAuthors(java.lang.String[] authors)
Sets the authors. |
void |
setCategoryUUIDs(java.lang.String[] categoryUUIDs)
Sets the category uui ds. |
void |
setContentTypes(java.lang.String[] contentTypes)
Sets the content types. |
void |
setCreatedDateRange(QueryCriteria.DatetimeRange createdDateRange)
Sets the created date range. |
void |
setDateRangeSelected(QueryCriteria.DATE_RANGE_SELECTED dateRangeSelected)
Sets the date range selected. |
void |
setEndPublicationDateRange(QueryCriteria.DatetimeRange endPublicationDateRange)
Sets the end publication date range. |
void |
setFulltextSearch(boolean fulltextSearch)
Sets the fulltext search. |
void |
setFulltextSearchProperty(java.lang.String fulltextSearchProperty)
Sets the fulltext search property. |
void |
setKeyword(java.lang.String s)
Sets the keyword. |
void |
setLastModifiedDateRange(QueryCriteria.DatetimeRange lastModifiedDateRange)
Sets the last modified date range. |
void |
setLiveMode(boolean isLiveMode)
Sets the live mode. |
void |
setMimeTypes(java.lang.String[] mimeTypes)
Sets the mime types. |
void |
setQueryMetadatas(QueryCriteria.QueryProperty[] queryMetadatas)
Sets the query metadatas. |
void |
setSearchDocument(boolean searchDocument)
Sets the search document. |
void |
setSearchWebContent(boolean searchWebContent)
Sets the search web content. |
void |
setSearchWebpage(boolean searchWebpage)
Sets the search webpage. |
void |
setSiteName(java.lang.String siteName)
Sets the site name. |
void |
setStartPublicationDateRange(QueryCriteria.DatetimeRange startPublicationDateRange)
Sets the start publication date range. |
void |
setTagUUIDs(java.lang.String[] tagUUIDs)
Sets the tag uui ds. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String ALL_PROPERTY_SCOPE
| Constructor Detail |
|---|
public QueryCriteria()
| Method Detail |
|---|
public boolean isLiveMode()
public void setLiveMode(boolean isLiveMode)
isLiveMode - the new live modepublic java.lang.String getSiteName()
public void setSiteName(java.lang.String siteName)
siteName - the new site namepublic java.lang.String[] getAuthors()
public void setAuthors(java.lang.String[] authors)
authors - the new authorspublic java.lang.String[] getContentTypes()
public void setContentTypes(java.lang.String[] contentTypes)
contentTypes - the new content typespublic java.lang.String[] getMimeTypes()
public void setMimeTypes(java.lang.String[] mimeTypes)
mimeTypes - the new mime typespublic QueryCriteria.DatetimeRange getStartPublicationDateRange()
public void setStartPublicationDateRange(QueryCriteria.DatetimeRange startPublicationDateRange)
startPublicationDateRange - the new start publication date rangepublic QueryCriteria.DatetimeRange getEndPublicationDateRange()
public void setEndPublicationDateRange(QueryCriteria.DatetimeRange endPublicationDateRange)
endPublicationDateRange - the new end publication date rangepublic QueryCriteria.DatetimeRange getCreatedDateRange()
public void setCreatedDateRange(QueryCriteria.DatetimeRange createdDateRange)
createdDateRange - the new created date rangepublic QueryCriteria.DatetimeRange getLastModifiedDateRange()
public void setLastModifiedDateRange(QueryCriteria.DatetimeRange lastModifiedDateRange)
lastModifiedDateRange - the new last modified date rangepublic boolean isFulltextSearch()
public void setFulltextSearch(boolean fulltextSearch)
fulltextSearch - the new fulltext searchpublic java.lang.String getKeyword()
public void setKeyword(java.lang.String s)
s - the new keywordpublic boolean isSearchWebpage()
public void setSearchWebpage(boolean searchWebpage)
searchWebpage - the new search webpagepublic boolean isSearchDocument()
public void setSearchDocument(boolean searchDocument)
searchDocument - the new search documentpublic boolean isSearchWebContent()
public void setSearchWebContent(boolean searchWebContent)
searchWebContent - the new search web contentpublic QueryCriteria.DATE_RANGE_SELECTED getDateRangeSelected()
public void setDateRangeSelected(QueryCriteria.DATE_RANGE_SELECTED dateRangeSelected)
dateRangeSelected - the new date range selectedpublic java.lang.String[] getCategoryUUIDs()
public void setCategoryUUIDs(java.lang.String[] categoryUUIDs)
categoryUUIDs - the new category uui dspublic java.lang.String[] getTagUUIDs()
public void setTagUUIDs(java.lang.String[] tagUUIDs)
tagUUIDs - the new tag uui dspublic QueryCriteria.QueryProperty[] getQueryMetadatas()
public void setQueryMetadatas(QueryCriteria.QueryProperty[] queryMetadatas)
queryMetadatas - the new query metadataspublic java.lang.String getFulltextSearchProperty()
public void setFulltextSearchProperty(java.lang.String fulltextSearchProperty)
fulltextSearchProperty - the new fulltext search property
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||