Package | Description |
---|---|
org.xwiki.eventstream.query |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEntityQueryCondition
A condition related to an entity associated with and event.
|
class |
AbstractPropertyQueryCondition
A condition with a property.
|
class |
CompareQueryCondition
A comparison between a property and a passed value.
|
class |
GroupQueryCondition
A group of conditions.
|
class |
InQueryCondition
A condition which is true if the property value is equals to one of the passed values.
|
class |
MailEntityQueryCondition
A condition related to the association indicating if an entity should receive a mail for an event.
|
class |
SimpleEventQuery
A very basic implementation of
EventQuery . |
class |
StatusQueryCondition
A condition related to the status of an event for a specific entity.
|
Modifier and Type | Field and Description |
---|---|
protected List<QueryCondition> |
GroupQueryCondition.conditions |
Modifier and Type | Method and Description |
---|---|
List<QueryCondition> |
GroupQueryCondition.getConditions() |
Constructor and Description |
---|
GroupQueryCondition(boolean or,
boolean reversed,
QueryCondition... conditions) |
Copyright © 2004–2021 XWiki. All rights reserved.