Package | Description |
---|---|
org.xwiki.eventstream.query |
Modifier and Type | Method and Description |
---|---|
SimpleEventQuery |
SimpleEventQuery.addSort(String property,
SortableEventQuery.SortClause.Order order)
Adds a single sort clause to the end of the current sort information.
|
SimpleEventQuery |
SimpleEventQuery.after(Date date) |
SimpleEventQuery |
SimpleEventQuery.and()
Group together the previous and next condition in a AND group.
|
SimpleEventQuery |
SimpleEventQuery.before(Date date) |
SimpleEventQuery |
SimpleEventQuery.close()
Stop the current group of conditions.
|
SimpleEventQuery |
SimpleEventQuery.eq(String property,
Object value) |
SimpleEventQuery |
SimpleEventQuery.greater(String property,
Object value) |
SimpleEventQuery |
SimpleEventQuery.greaterOrEq(String property,
Object value) |
SimpleEventQuery |
SimpleEventQuery.in(String property,
List<?> values) |
SimpleEventQuery |
SimpleEventQuery.in(String property,
Object... values) |
SimpleEventQuery |
SimpleEventQuery.less(String property,
Object value) |
SimpleEventQuery |
SimpleEventQuery.lessOrEq(String property,
Object value) |
SimpleEventQuery |
SimpleEventQuery.not()
Reverse the following filter.
|
SimpleEventQuery |
SimpleEventQuery.open()
Start a new group of conditions.
|
SimpleEventQuery |
SimpleEventQuery.or()
Group together the previous and next condition in a OR group.
|
SimpleEventQuery |
SimpleEventQuery.setLimit(long limit) |
SimpleEventQuery |
SimpleEventQuery.setOffset(long offset) |
SimpleEventQuery |
SimpleEventQuery.withMail(String entityId)
Select events associated for which the passed entity should receive mails.
|
SimpleEventQuery |
SimpleEventQuery.withStatus(boolean read)
Select only event associated with the passed status entity.
|
SimpleEventQuery |
SimpleEventQuery.withStatus(String entityId)
Select only event associated with the passed status entity.
|
SimpleEventQuery |
SimpleEventQuery.withStatus(String entityId,
boolean read)
Select only event associated with the passed status entity.
|
Copyright © 2004–2021 XWiki. All rights reserved.