public abstract class AbstractEntityQueryCondition extends QueryCondition
Constructor and Description |
---|
AbstractEntityQueryCondition(String statusEntityId,
boolean reversed) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getStatusEntityId() |
int |
hashCode() |
String |
toString() |
isReversed
public AbstractEntityQueryCondition(String statusEntityId, boolean reversed)
statusEntityId
- the entity associated with the eventsreversed
- true if the condition should be reversedpublic String getStatusEntityId()
public int hashCode()
hashCode
in class QueryCondition
public boolean equals(Object obj)
equals
in class QueryCondition
public String toString()
toString
in class QueryCondition
Copyright © 2004–2021 XWiki. All rights reserved.