org.cumulus4j.store.query.method
Class StringStartsWithEvaluator
java.lang.Object
   org.cumulus4j.store.query.method.AbstractMethodEvaluator
org.cumulus4j.store.query.method.AbstractMethodEvaluator
       org.cumulus4j.store.query.method.StringStartsWithEvaluator
org.cumulus4j.store.query.method.StringStartsWithEvaluator
- All Implemented Interfaces: 
- MethodEvaluator
- public class StringStartsWithEvaluator 
- extends AbstractMethodEvaluator
Evaluator for "{String}.startsWith(arg)".
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
StringStartsWithEvaluator
public StringStartsWithEvaluator()
evaluate
public Set<Long> evaluate(QueryEvaluator queryEval,
                          InvokeExpressionEvaluator invokeExprEval,
                          Expression invokedExpr,
                          ResultDescriptor resultDesc)
- Description copied from interface: MethodEvaluator
- Method to evaluate the provided method invocation invoking on a PrimaryExpression.
 
- 
- Parameters:
- queryEval- Query evaluator
- invokeExprEval- Evaluator for the InvokeExpression that this is processing
- invokedExpr- Expression on which we are invoking the method
- resultDesc- Result descriptor
- Returns:
- those dataEntryIDs that match the query
 criteria for the specifiedresultSymbolornull, if the symbol is not supported
 
Copyright © 2012 NightLabs Consulting GmbH. All Rights Reserved.