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.useStringExpression
instead.Constructs anExpression
corresponding to the wildcard comparison with a metadata, meaning that theExpression
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
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 String
build()
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:Expression
Build the expression.- Specified by:
build
in interfaceExpression
- Returns:
- The XPath view of the expression.
-
-