Uses of Class
org.xwiki.eventstream.query.QueryCondition
-
Packages that use QueryCondition Package Description org.xwiki.eventstream.query -
-
Uses of QueryCondition in org.xwiki.eventstream.query
Subclasses of QueryCondition in org.xwiki.eventstream.query Modifier and Type Class 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 ofEventQuery
.class
StatusQueryCondition
A condition related to the status of an event for a specific entity.Fields in org.xwiki.eventstream.query with type parameters of type QueryCondition Modifier and Type Field Description protected List<QueryCondition>
GroupQueryCondition. conditions
Methods in org.xwiki.eventstream.query that return types with arguments of type QueryCondition Modifier and Type Method Description List<QueryCondition>
GroupQueryCondition. getConditions()
Constructors in org.xwiki.eventstream.query with parameters of type QueryCondition Constructor Description GroupQueryCondition(boolean or, boolean reversed, QueryCondition... conditions)
-