|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.query.FilterTerm
org.eclipse.stardust.engine.api.query.FilterAndTerm
public final class FilterAndTerm
Convenience class providing smoother handling of AND filter terms.
and(org.eclipse.stardust.engine.api.query.FilterCriterion),
Serialized Form| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.eclipse.stardust.engine.api.query.FilterTerm |
|---|
FilterTerm.Kind |
| Field Summary |
|---|
| Fields inherited from class org.eclipse.stardust.engine.api.query.FilterTerm |
|---|
AND, OR |
| Method Summary | |
|---|---|
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). |
| Methods inherited from class org.eclipse.stardust.engine.api.query.FilterTerm |
|---|
accept, add, addAndTerm, addOrTerm, getKind, getParts |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public 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 to
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||