Interface IPropertyFilter

All Known Implementing Classes:
AssigneeUserFilter, PropertyFilter, PropertyFilter

public interface IPropertyFilter
This interface represents a contract for a PropertyFilter.
Since:
9.8
Author:
Marius Orsan
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method adds an equals condition to the filter.
    void
    addCondition(StringValue value, MatchMode matchMode, boolean negate)
    This is a convenience method that adds a LIKE condition.
  • Method Details

    • addCondition

      void addCondition(IValue value)
      This method adds an equals condition to the filter.
      Parameters:
      value - The value to be equal to, not null.
    • addCondition

      void addCondition(StringValue value, MatchMode matchMode, boolean negate)
      This is a convenience method that adds a LIKE condition.
      Parameters:
      value - the string value to match against
      matchMode - the match mode
      negate - whether to negate the condition