Package org.xwiki.eventstream.query
Class MailEntityQueryCondition
- java.lang.Object
-
- org.xwiki.eventstream.query.QueryCondition
-
- org.xwiki.eventstream.query.AbstractEntityQueryCondition
-
- org.xwiki.eventstream.query.MailEntityQueryCondition
-
public class MailEntityQueryCondition extends AbstractEntityQueryCondition
A condition related to the association indicating if an entity should receive a mail for an event.- Since:
- 12.6
- Version:
- $Id: 1625f82f254f26bc9dca386d66a170921013f3a4 $
-
-
Constructor Summary
Constructors Constructor Description MailEntityQueryCondition(String statusEntityId, boolean reversed)
-
Method Summary
-
Methods inherited from class org.xwiki.eventstream.query.AbstractEntityQueryCondition
equals, getStatusEntityId, hashCode, toString
-
Methods inherited from class org.xwiki.eventstream.query.QueryCondition
isReversed
-
-
-
-
Constructor Detail
-
MailEntityQueryCondition
public MailEntityQueryCondition(String statusEntityId, boolean reversed)
- Parameters:
statusEntityId
- the entity associated with the eventsreversed
- true if the condition should be reversed
-
-