Interface | Description |
---|---|
PageableEventQuery |
Allow paging events.
|
SortableEventQuery |
Allow sorting events.
|
Class | Description |
---|---|
AbstractEntityQueryCondition |
A condition related to an entity associated with and event.
|
AbstractPropertyQueryCondition |
A condition with a property.
|
CompareQueryCondition |
A comparison between a property and a passed value.
|
GroupQueryCondition |
A group of conditions.
|
InQueryCondition |
A condition which is true if the property value is equals to one of the passed values.
|
MailEntityQueryCondition |
A condition related to the association indicating if an entity should receive a mail for an event.
|
QueryCondition |
Filter the result of the search.
|
SimpleEventQuery |
A very basic implementation of
EventQuery . |
SortableEventQuery.SortClause |
The sort close to apply to the found events.
|
StatusQueryCondition |
A condition related to the status of an event for a specific entity.
|
Enum | Description |
---|---|
CompareQueryCondition.CompareType |
The type of comparison.
|
SortableEventQuery.SortClause.Order |
The order to apply.
|
Copyright © 2004–2021 XWiki. All rights reserved.