Modifier and Type | Method and Description |
---|---|
ContainerCriteria |
and(ContainerCriteria nested)
Append an And condition for a nested criterion.
|
ConditionCriteria |
and(String attribute)
Append a logical And condition to the currently built filter.
|
ContainerCriteria |
or(ContainerCriteria nested)
Append an Or condition for a nested criterion.
|
ConditionCriteria |
or(String attribute)
Append a logical Or condition to the currently built filter.
|
attributes, base, countLimit, filter, searchScope, timeLimit
ConditionCriteria and(String attribute)
attribute
- Name of the attribute to specify a condition for.IllegalStateException
- if or(String)
has previously been called on this instance.ConditionCriteria or(String attribute)
attribute
- Name of the attribute to specify a condition for.IllegalStateException
- if and(String)
has previously been called on this instance.ContainerCriteria and(ContainerCriteria nested)
LdapQueryBuilder.query()
to start the nested condition. Any base query information on the nested builder instance will not be considered.nested
- the nested criterion.ContainerCriteria or(ContainerCriteria nested)
LdapQueryBuilder.query()
to start the nested condition. Any base query information on the nested builder instance will not be considered.nested
- the nested criterion.