public class Conditions extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
Conditions.FolderQueryTraversal |
| Modifier and Type | Field and Description |
|---|---|
Map<Condition.Operator,String> |
OPERATOR_MAP |
| Constructor and Description |
|---|
Conditions(LdapPropertyMapper propertyMapper) |
| Modifier and Type | Method and Description |
|---|---|
MultiCondition |
and(Condition... condition) |
Condition |
contains(String attributeName,
String value) |
Condition |
gt(String attributeName,
String value) |
Condition |
gte(String attributeName,
String value) |
Condition |
isEqualTo(String attributeName,
int value) |
Condition |
isEqualTo(String attributeName,
String value) |
Condition |
isFalse(String attributeName) |
Condition |
isNull(String attributeName) |
Condition |
isTrue(String attributeName) |
Condition |
lt(String attributeName,
String value) |
Condition |
lte(String attributeName,
String value) |
Condition |
not(Condition condition) |
MultiCondition |
or(Condition... condition) |
Condition |
startsWith(String attributeName,
String value) |
public final Map<Condition.Operator,String> OPERATOR_MAP
public Conditions(LdapPropertyMapper propertyMapper)
public MultiCondition and(Condition... condition)
public MultiCondition or(Condition... condition)
Copyright © 2021 McEvoy Software Ltd. All rights reserved.