protected static class EwsExchangeSession.AttributeCondition extends ExchangeSession.AttributeCondition implements SearchExpression
Modifier and Type | Field and Description |
---|---|
protected ContainmentComparison |
containmentComparison |
protected ContainmentMode |
containmentMode |
attributeName, operator, value
Modifier | Constructor and Description |
---|---|
protected |
AttributeCondition(String attributeName,
ExchangeSession.Operator operator,
String value) |
protected |
AttributeCondition(String attributeName,
ExchangeSession.Operator operator,
String value,
ContainmentMode containmentMode,
ContainmentComparison containmentComparison) |
Modifier and Type | Method and Description |
---|---|
void |
appendTo(StringBuilder buffer)
Append search expression to buffer.
|
protected FieldURI |
getFieldURI() |
protected ExchangeSession.Operator |
getOperator() |
boolean |
isMatch(ExchangeSession.Contact contact)
Test if the contact matches current condition.
|
getAttributeName, getValue, isEmpty
protected ContainmentMode containmentMode
protected ContainmentComparison containmentComparison
protected AttributeCondition(String attributeName, ExchangeSession.Operator operator, String value)
protected AttributeCondition(String attributeName, ExchangeSession.Operator operator, String value, ContainmentMode containmentMode, ContainmentComparison containmentComparison)
protected FieldURI getFieldURI()
protected ExchangeSession.Operator getOperator()
public void appendTo(StringBuilder buffer)
SearchExpression
appendTo
in interface SearchExpression
appendTo
in interface ExchangeSession.Condition
buffer
- search bufferpublic boolean isMatch(ExchangeSession.Contact contact)
ExchangeSession.Condition
isMatch
in interface ExchangeSession.Condition
contact
- Exchange ContactCopyright © 2001–2024 MickaĆ«l Guessant. All rights reserved.