Interface OCommandPredicate
- All Known Implementing Classes:
OSQLFilter,OSQLPredicate
public interface OCommandPredicate
Command predicate to be evaluated against a record and a context.
- Author:
- Luca Garulli (l.garulli--(at)--orientdb.com)
-
Method Summary
Modifier and TypeMethodDescriptionevaluate(OIdentifiable iRecord, ODocument iCurrentResult, OCommandContext iContext) Evaluates the predicate.
-
Method Details
-
evaluate
Evaluates the predicate.- Parameters:
iRecord- Target recordiCurrentResult- TODOiContext- Context of execution- Returns:
- The result of predicate
-