org.exoplatform.wiki.service.search
Class SearchData
java.lang.Object
org.exoplatform.wiki.service.search.SearchData
- Direct Known Subclasses:
- TemplateSearchData, WikiSearchData
public class SearchData
- extends Object
Created by The eXo Platform SAS
Author : Lai Trung Hieu
hieu.lai@exoplatform.com
28 Jan 2011
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
text
public String text
title
public String title
content
public String content
wikiType
public String wikiType
wikiOwner
public String wikiOwner
pageId
public String pageId
jcrQueryPath
public String jcrQueryPath
sort
protected String sort
order
protected String order
limit
public int limit
ALL_PATH
public static final String ALL_PATH
- See Also:
- Constant Field Values
PORTAL_PATH
protected static String PORTAL_PATH
GROUP_PATH
protected static String GROUP_PATH
USER_PATH
protected String USER_PATH
SearchData
public SearchData(String text,
String title,
String content,
String wikiType,
String wikiOwner,
String pageId)
getText
public String getText()
setText
public void setText(String text)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getContent
public String getContent()
setContent
public void setContent(String content)
getWikiType
public String getWikiType()
setWikiType
public void setWikiType(String wikiType)
getWikiOwner
public String getWikiOwner()
setWikiOwner
public void setWikiOwner(String wikiOwner)
getPageId
public String getPageId()
setPageId
public void setPageId(String pageId)
getJcrQueryPath
public String getJcrQueryPath()
setJcrQueryPath
public void setJcrQueryPath(String jcrQueryPath)
getLimit
public int getLimit()
setLimit
public void setLimit(int limit)
getStatementForSearchingTitle
public String getStatementForSearchingTitle()
getOffset
public long getOffset()
setOffset
public void setOffset(long offset)
getSort
public String getSort()
setSort
public void setSort(String sort)
getOrder
public String getOrder()
setOrder
public void setOrder(String order)
Copyright © 2013 eXo Platform SAS. All Rights Reserved.