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.
use StringExpression instead.
Constructs an Expression corresponding to the wildcard comparison with a metadata, meaning that the Expression will search metadata containing the specified value.
  • Constructor Details

    • 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 Details

    • build

      public String build()
      Deprecated.
      Description copied from interface: Expression
      Build the expression.
      Specified by:
      build in interface Expression
      Returns:
      The XPath view of the expression.