public final class FilterAndTerm extends FilterTerm
and(org.eclipse.stardust.engine.api.query.FilterCriterion),
Serialized FormFilterTerm.KindAND, ANDNOT, OR, ORNOT| Modifier and Type | Method and Description |
|---|---|
FilterAndTerm |
and(FilterCriterion filter)
Convenience method for adding another filter criterion to this AND term, especially
useful for chained calls like
term.and(A).and(B). |
accept, add, addAndNotTerm, addAndTerm, addOrNotTerm, addOrTerm, getKind, getParts, toStringpublic FilterAndTerm and(FilterCriterion filter) throws UnsupportedFilterException
term.and(A).and(B).filter - The filter criterion to be added.this to allow for chained calls.UnsupportedFilterException - if the filter criterion to be added is not valid
for thes query this filter term belongs toCopyright © 2016 Eclipse Stardust. All Rights Reserved.