|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Filter | |
---|---|
org.apache.directory.shared.ldap.codec.search |
Uses of Filter in org.apache.directory.shared.ldap.codec.search |
---|
Subclasses of Filter in org.apache.directory.shared.ldap.codec.search | |
---|---|
class |
AndFilter
And Filter Object to store the And filter. |
class |
AttributeValueAssertionFilter
Object to store the filter. |
class |
ConnectorFilter
This Filter abstract class is used to store a set of filters used by OR/AND/NOT filters. |
class |
ExtensibleMatchFilter
The search request filter Matching Rule assertion |
class |
NotFilter
Not Filter Object to store the Not filter. |
class |
OrFilter
Or Filter Object to store the Or filter. |
class |
PresentFilter
Object to store the filter. |
class |
SubstringFilter
A Object that stores the substring filter. |
Methods in org.apache.directory.shared.ldap.codec.search that return Filter | |
---|---|
Filter |
SearchRequest.getCurrentFilter()
Get the current dilter |
Filter |
SearchRequest.getFilter()
Get the filter |
Filter |
NotFilter.getNotFilter()
Get the NotFilter |
Filter |
SearchRequest.getTerminalFilter()
Get the comparison dilter |
Methods in org.apache.directory.shared.ldap.codec.search with parameters of type Filter | |
---|---|
void |
SearchRequest.addCurrentFilter(Filter filter)
Add a current filter. |
void |
ConnectorFilter.addFilter(Filter filter)
Add a new Filter to the list. |
void |
NotFilter.addFilter(Filter filter)
Subclass the addFilterMethod, as this is specific for a NotFilter (we cannot have more than one elements). |
void |
SearchRequest.setCurrentFilter(Filter filter)
Set the current dilter |
void |
SearchRequest.setFilter(Filter filter)
Set the filter |
void |
NotFilter.setNotFilter(Filter notFilter)
Set the NotFilter |
void |
SearchRequest.setTerminalFilter(Filter terminalFilter)
Set the terminal filter |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |