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: bb13dd6fe31b68193073c59dbb884233812bf01d $
-
-
Constructor Summary
Constructors Constructor Description MailEntityQueryCondition(String statusEntityId, boolean reversed)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
hashCode()
-
Methods inherited from class org.xwiki.eventstream.query.AbstractEntityQueryCondition
getStatusEntityId, 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
-
-
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classAbstractEntityQueryCondition
-
equals
public boolean equals(Object obj)
- Overrides:
equals
in classAbstractEntityQueryCondition
-
-