|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazon.carbonado.filter.Filter<S>
com.amazon.carbonado.filter.BinaryOpFilter<S>
com.amazon.carbonado.filter.AndFilter<S>
public class AndFilter<S extends Storable>
Filter tree node that performs a logical 'and' test.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.amazon.carbonado.filter.Filter |
|---|
Filter.NotJoined |
| Method Summary | ||
|---|---|---|
|
accept(Visitor<S,R,P> visitor,
P param)
Accept the given visitor subclass to traverse the filter tree. |
|
void |
appendTo(Appendable app,
FilterValues<S> values)
Appends the string value of this filter into the given Appendable. |
|
|
asJoinedFromAny(ChainedProperty<T> joinProperty)
Allows join from any property type, including one-to-many joins. |
|
boolean |
equals(Object obj)
|
|
Filter<S> |
not()
Returns the logical negation of this filter. |
|
Filter<S> |
unbind()
Undoes the effect of a bind operation. |
|
| Methods inherited from class com.amazon.carbonado.filter.BinaryOpFilter |
|---|
bind, getLeftFilter, getRightFilter, isBound |
| Methods inherited from class com.amazon.carbonado.filter.Filter |
|---|
and, and, and, and, andExists, andNotExists, appendTo, asJoinedFrom, asJoinedFrom, conjunctiveNormalForm, conjunctiveNormalFormSplit, disjunctiveNormalForm, disjunctiveNormalFormSplit, filterFor, getClosedFilter, getOpenFilter, getStorableType, hashCode, initialFilterValues, isClosed, isOpen, notJoinedFrom, notJoinedFrom, or, or, or, or, orExists, orNotExists, reduce, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public Filter<S> not()
Filter
not in class Filter<S extends Storable>
public <R,P> R accept(Visitor<S,R,P> visitor,
P param)
Filter
accept in class Filter<S extends Storable>visitor - visitor to traverse through the treeparam - generic input parameter passed to visit methods
public Filter<S> unbind()
Filter
unbind in class Filter<S extends Storable>public <T extends Storable> Filter<T> asJoinedFromAny(ChainedProperty<T> joinProperty)
Filter
asJoinedFromAny in class Filter<S extends Storable>public boolean equals(Object obj)
equals in class Filter<S extends Storable>
public void appendTo(Appendable app,
FilterValues<S> values)
throws IOException
Filter
appendTo in class Filter<S extends Storable>values - optionally supply filter values
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||