Class StringWildcardExpression
java.lang.Object
org.ametys.plugins.repository.query.expression.StringWildcardExpression
- All Implemented Interfaces:
Expression
Deprecated.
Constructs an
Expression corresponding to the wildcard comparison with a metadata,
meaning that the Expression will search metadata containing the specified value.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.ametys.plugins.repository.query.expression.Expression
Expression.Operator -
Constructor Summary
ConstructorsConstructorDescriptionStringWildcardExpression(String metadata, String value, ExpressionContext context) Deprecated.Creates the comparison Expression. -
Method Summary
-
Constructor Details
-
StringWildcardExpression
Deprecated.Creates the comparison Expression.- Parameters:
metadata- the metadata name.value- the String value.context- the expression context
-
-
Method Details
-
build
Deprecated.Description copied from interface:ExpressionBuild the expression.- Specified by:
buildin interfaceExpression- Returns:
- The XPath view of the expression.
-
StringExpressioninstead.