Class GroupQueryCondition

  • Direct Known Subclasses:
    SimpleEventQuery

    public class GroupQueryCondition
    extends QueryCondition
    A group of conditions.
    Since:
    12.5RC1
    Version:
    $Id: 0081965354071b71b0fad45b49797a83222aec5c $
    • Field Detail

      • or

        protected boolean or
      • virtual

        protected final boolean virtual
    • Constructor Detail

      • GroupQueryCondition

        public GroupQueryCondition​(boolean or,
                                   boolean reversed,
                                   QueryCondition... conditions)
        Parameters:
        or - true if one of the conditions is enough, if false all conditions must match
        reversed - true if the condition should be reversed
        conditions - the condition to start with