Condition.Operator| Constructor and Description |
|---|
AttributeCondition(LdapPropertyMapper propertyMapper,
String attributeName,
Condition.Operator operator,
int value) |
AttributeCondition(LdapPropertyMapper propertyMapper,
String attributeName,
Condition.Operator operator,
String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeName()
Get attribute name.
|
String |
getValue()
Condition value.
|
boolean |
isEmpty()
True if condition is empty.
|
boolean |
isMatch(LdapContact contact)
Test if the contact matches current condition.
|
public AttributeCondition(LdapPropertyMapper propertyMapper, String attributeName, Condition.Operator operator, String value)
public AttributeCondition(LdapPropertyMapper propertyMapper, String attributeName, Condition.Operator operator, int value)
public boolean isEmpty()
Conditionpublic String getAttributeName()
public String getValue()
public boolean isMatch(LdapContact contact) throws BadRequestException
ConditionisMatch in interface Conditioncontact - Exchange ContactBadRequestExceptionCopyright © 2021 McEvoy Software Ltd. All rights reserved.