|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Criteria
Interface describing the criteria that DomainEvent entries must match against. These criteria can be combined with other criteria using AND and OR operators.
Method Summary | |
---|---|
Criteria |
and(Criteria criteria)
Returns a criteria instance where both this and given criteria must match. |
Criteria |
or(Criteria criteria)
Returns a criteria instance where either this or the given criteria must match. |
Method Detail |
---|
Criteria and(Criteria criteria)
this
and given criteria
must match.
criteria
- The criteria that must match
this
and criteria
matchCriteria or(Criteria criteria)
this
or the given criteria
must match.
criteria
- The criteria that must match if this
doesn't match
this
or the given criteria
match
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |