Class StringWildcardExpression
- java.lang.Object
-
- org.ametys.plugins.repository.query.expression.StringWildcardExpression
-
- All Implemented Interfaces:
Expression
@Deprecated public class StringWildcardExpression extends Object implements Expression
Deprecated.useStringExpressioninstead.Constructs anExpressioncorresponding to the wildcard comparison with a metadata, meaning that theExpressionwill 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
Constructors Constructor Description StringWildcardExpression(String metadata, String value, ExpressionContext context)Deprecated.Creates the comparison Expression.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Stringbuild()Deprecated.Build the expression.
-
-
-
Constructor Detail
-
StringWildcardExpression
public StringWildcardExpression(String metadata, String value, ExpressionContext context)
Deprecated.Creates the comparison Expression.- Parameters:
metadata- the metadata name.value- the String value.context- the expression context
-
-
Method Detail
-
build
public String build()
Deprecated.Description copied from interface:ExpressionBuild the expression.- Specified by:
buildin interfaceExpression- Returns:
- The XPath view of the expression.
-
-