Class FullTextExpression

    • Constructor Detail

      • FullTextExpression

        public FullTextExpression​(String value)
        Creates a full text Expression.
        Parameters:
        value - the String value
      • FullTextExpression

        public FullTextExpression​(String metadata,
                                  String value)
        Creates a full text Expression.
        Parameters:
        metadata - the metadata name
        value - the String value
    • Method Detail

      • build

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