Package org.ldaptive.filter
Interface FilterSet
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.ldaptive.filter.FilterFilter.Type
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidadd(Filter filter)Adds a search filter to this set.Filter.TypegetType()Returns the type of filter set.- 
Methods inherited from interface org.ldaptive.filter.FiltergetEncoder
 
- 
 
- 
- 
- 
Method Detail- 
getTypeFilter.Type getType() Returns the type of filter set.- Returns:
- type of filter set
 
 - 
addvoid add(Filter filter) Adds a search filter to this set.- Parameters:
- filter- to add
 
 
- 
 
-