Class MonitorFilterImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      MonitorFilterCondition add​(int field, int operator, java.lang.String value)
      Adds a condition to the collection
      MonitorFilterCondition add​(int field, int operator, java.lang.String[] value)
      Adds a condition to the collection
      java.lang.String buildInboxFilterXML()  
      void clear()
      Clears the collection.
      MonitorFilterCondition get​(int i)
      Returns the MonitorFilterCondition object at the specified position.
      void remove​(int index)
      Removes the MonitorFilterCondition object at the specified position.
      void remove​(MonitorFilterCondition condition)
      Removes the specified MonitorFilterCondition object from the collection.
      int size()
      Returns the total number of MonitorFilterCondition objects in the collection.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait