Class StringExpression

    • Constructor Detail

      • StringExpression

        public StringExpression​(String metadata,
                                Expression.Operator operator,
                                String value)
        Creates the comparison Expression.
        Parameters:
        metadata - the metadata name
        operator - the operator to make the comparison
        value - the String value
      • StringExpression

        public StringExpression​(String metadata,
                                Expression.Operator operator,
                                String value,
                                boolean unversioned)
        Creates the comparison Expression.
        Parameters:
        metadata - the metadata name
        operator - the operator to make the comparison
        value - the String value
        unversioned - true if the metadata is unversioned, false otherwise.
      • StringExpression

        public StringExpression​(String metadata,
                                Expression.Operator operator,
                                String value,
                                boolean unversioned,
                                boolean caseInsensitive)
        Creates the comparison Expression.
        Parameters:
        metadata - the metadata name
        operator - the operator to make the comparison
        value - the String value
        unversioned - true if the metadata is unversioned, false otherwise.
        caseInsensitive - true if the search must be case insensitive.