public class ExpressionMatches extends InternalBinaryFunction<String,Boolean>
QueryExpression that checks whether a given expression matches a saperion style
filter. Wildcards are * and ?| Modifier and Type | Field and Description |
|---|---|
static String |
OPERATOR_IDENTIFIER |
| Constructor and Description |
|---|
ExpressionMatches(QueryExpression<String> expression,
String filter) |
appendQueryParameters, asQueryLanguage, precedence, queryStringSizeGuess, toStringpublic static final String OPERATOR_IDENTIFIER
public ExpressionMatches(QueryExpression<String> expression, String filter)
Copyright © 2016 SAPERION AG. All rights reserved.