@Deprecated public class EventQuery extends Object
| Constructor and Description |
|---|
EventQuery()
Deprecated.
|
EventQuery(EventQuery eventQuery)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
escapeContainsQuery(String s)
Deprecated.
|
protected String |
escapeLikeQuery(String s)
Deprecated.
|
String[] |
getCalendarId()
Deprecated.
|
String |
getCalendarPath()
Deprecated.
|
String[] |
getCategoryId()
Deprecated.
|
String |
getEventType()
Deprecated.
|
Boolean |
getExcludeRepeatEvent()
Deprecated.
|
String[] |
getFilterCalendarIds()
Deprecated.
|
Calendar |
getFromDate()
Deprecated.
|
long |
getLimitedItems()
Deprecated.
|
String |
getNodeType()
Deprecated.
|
String[] |
getOrderBy()
Deprecated.
|
String |
getOrderType()
Deprecated.
|
String[] |
getParticipants()
Deprecated.
|
String |
getPriority()
Deprecated.
|
String |
getQueryStatement()
Deprecated.
|
String |
getQueryType()
Deprecated.
|
String |
getState()
Deprecated.
|
String |
getText()
Deprecated.
|
Calendar |
getToDate()
Deprecated.
|
boolean |
isSearchInAllCategories()
Deprecated.
|
void |
setCalendarId(String[] calendarIds)
Deprecated.
|
void |
setCalendarPath(String calendarPath)
Deprecated.
|
void |
setCategoryId(String[] categoryIds)
Deprecated.
|
void |
setEventType(String eventType)
Deprecated.
|
void |
setExcludeRepeatEvent(Boolean excludeRepeatEvent)
Deprecated.
|
void |
setFilterCalendarIds(String[] filterCalendarIds)
Deprecated.
|
void |
setFromDate(Calendar fromDate)
Deprecated.
|
void |
setLimitedItems(int limitedItems)
Deprecated.
|
void |
setLimitedItems(long limitedItems)
Deprecated.
|
void |
setNodeType(String nt)
Deprecated.
|
void |
setOrderBy(String[] order)
Deprecated.
|
void |
setOrderType(String type)
Deprecated.
|
void |
setParticipants(String[] par)
Deprecated.
|
void |
setPriority(String priority)
Deprecated.
|
void |
setQueryType(String queryType)
Deprecated.
|
void |
setState(String st)
Deprecated.
|
void |
setText(String fullTextSearch)
Deprecated.
|
void |
setToDate(Calendar toDate)
Deprecated.
|
public EventQuery()
public EventQuery(EventQuery eventQuery)
public String getNodeType()
public void setNodeType(String nt)
public String getEventType()
public void setEventType(String eventType)
public void setText(String fullTextSearch)
public String getText()
public String[] getCategoryId()
public boolean isSearchInAllCategories()
public void setCategoryId(String[] categoryIds)
public String[] getCalendarId()
public void setCalendarId(String[] calendarIds)
public void setFilterCalendarIds(String[] filterCalendarIds)
public String[] getFilterCalendarIds()
public Calendar getFromDate()
public void setFromDate(Calendar fromDate)
public Calendar getToDate()
public void setToDate(Calendar toDate)
public String getCalendarPath()
public void setCalendarPath(String calendarPath)
public String getPriority()
public void setPriority(String priority)
public String getState()
public void setState(String st)
public String[] getOrderBy()
public void setOrderBy(String[] order)
public String[] getParticipants()
public void setParticipants(String[] par)
public String getOrderType()
public void setOrderType(String type)
public void setQueryType(String queryType)
public String getQueryType()
public void setLimitedItems(int limitedItems)
public void setLimitedItems(long limitedItems)
public long getLimitedItems()
public void setExcludeRepeatEvent(Boolean excludeRepeatEvent)
public Boolean getExcludeRepeatEvent()
Copyright © 2003–2016 eXo Platform SAS. All rights reserved.