Uses of Class
org.apache.directory.shared.ldap.codec.search.Filter

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 NotFilter.getNotFilter()
          Get the NotFilter
 Filter SearchRequest.getFilter()
          Get the filter
 Filter SearchRequest.getCurrentFilter()
          Get the current dilter
 

Methods in org.apache.directory.shared.ldap.codec.search with parameters of type Filter
 void NotFilter.addFilter(Filter filter)
          Subclass the addFilterMethod, as this is specific for a NotFilter (we cannot have more than one elements).
 void NotFilter.setNotFilter(Filter notFilter)
          Set the NotFilter
 void ConnectorFilter.addFilter(Filter filter)
          Add a new Filter to the list.
 void SearchRequest.setFilter(Filter filter)
          Set the filter
 void SearchRequest.setCurrentFilter(Filter currentFilter)
          Set the current dilter
 



Copyright © 2003-2006 . All Rights Reserved.