davmail.exchange
Interface ExchangeSession.Condition

All Known Implementing Classes:
DavExchangeSession.AttributeCondition, DavExchangeSession.HeaderCondition, DavExchangeSession.MonoCondition, DavExchangeSession.MultiCondition, DavExchangeSession.NotCondition, EwsExchangeSession.AttributeCondition, EwsExchangeSession.HeaderCondition, EwsExchangeSession.IsNullCondition, EwsExchangeSession.MultiCondition, EwsExchangeSession.NotCondition, ExchangeSession.AttributeCondition, ExchangeSession.MonoCondition, ExchangeSession.MultiCondition, ExchangeSession.NotCondition
Enclosing class:
ExchangeSession

public static interface ExchangeSession.Condition

Exchange search filter.


Method Summary
 void appendTo(StringBuilder buffer)
          Append condition to buffer.
 boolean isEmpty()
          True if condition is empty.
 boolean isMatch(ExchangeSession.Contact contact)
          Test if the contact matches current condition.
 

Method Detail

appendTo

void appendTo(StringBuilder buffer)
Append condition to buffer.

Parameters:
buffer - search filter buffer

isEmpty

boolean isEmpty()
True if condition is empty.

Returns:
true if condition is empty

isMatch

boolean isMatch(ExchangeSession.Contact contact)
Test if the contact matches current condition.

Parameters:
contact - Exchange Contact
Returns:
true if contact matches condition


Copyright © 2001-2013 MickaĆ«l Guessant. All Rights Reserved.