|
Neo4j Community | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface FilterExpression
Is either a regex leaf, that is, a real regex pattern or an abstraction of
two FilterExpression
s which are ANDed or ORed together.
Method Summary | |
---|---|
boolean |
matches(FilterValueGetter valueGetter)
Deprecated. Matches a value from a valueGetter and returns whether or not
there was a match. |
Method Detail |
---|
boolean matches(FilterValueGetter valueGetter)
valueGetter
and returns whether or not
there was a match.
valueGetter
- the getter which fetches the value to match.
valueGetter
matches
the criterias found in this expression.
|
Neo4j Community | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |