Class OrSearchCondition<T>

java.lang.Object
org.apache.cxf.jaxrs.ext.search.AbstractComplexCondition<T>
org.apache.cxf.jaxrs.ext.search.OrSearchCondition<T>
All Implemented Interfaces:
SearchCondition<T>

public class OrSearchCondition<T> extends AbstractComplexCondition<T>
Composite 'or' search condition
  • Constructor Details

    • OrSearchCondition

      public OrSearchCondition()
    • OrSearchCondition

      public OrSearchCondition(List<SearchCondition<T>> conditions)
  • Method Details

    • isMet

      public boolean isMet(T pojo)
      Description copied from interface: SearchCondition
      Checks if the given pojo instance meets this search condition
      Parameters:
      pojo - the object which will be checked
      Returns:
      true if the pojo meets this search condition, false - otherwise