public final class FilterOrTerm extends FilterTerm
or(org.eclipse.stardust.engine.api.query.FilterCriterion),
Serialized FormFilterTerm.KindAND, ANDNOT, OR, ORNOT| Modifier and Type | Method and Description |
|---|---|
FilterOrTerm |
or(FilterCriterion filter)
Convenience method for adding another filter criterion to this OR term, especially
useful for chained calls like
term.or(A).or(B). |
accept, add, addAndNotTerm, addAndTerm, addOrNotTerm, addOrTerm, getKind, getParts, toStringpublic FilterOrTerm or(FilterCriterion filter) throws UnsupportedFilterException
term.or(A).or(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.