|
Spring LDAP | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContainerCriteria
And/or filter builder support for LdapQuery.
Method Summary | |
---|---|
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. |
Methods inherited from interface org.springframework.ldap.query.LdapQuery |
---|
attributes, base, countLimit, filter, searchScope, timeLimit |
Method Detail |
---|
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.
|
Spring LDAP | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |