Class StringWildcardExpression

    • Constructor Detail

      • StringWildcardExpression

        public StringWildcardExpression​(String metadata,
                                        String value,
                                        boolean caseInsensitive)
        Deprecated.
        Creates the comparison Expression.
        Parameters:
        metadata - the metadata name.
        value - the String value.
        caseInsensitive - true if the search must be case insensitive.
      • StringWildcardExpression

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