Class StringStartsWithExpression

    • Constructor Detail

      • StringStartsWithExpression

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

        public StringStartsWithExpression​(String metadata,
                                          String value,
                                          boolean caseInsensitive,
                                          boolean unversioned)
        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.