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

Packages that use Filter
org.apache.directory.shared.ldap.codec.decorators   
org.apache.directory.shared.ldap.codec.search   
 

Uses of Filter in org.apache.directory.shared.ldap.codec.decorators
 

Methods in org.apache.directory.shared.ldap.codec.decorators that return Filter
 Filter SearchRequestDecorator.getCodecFilter()
          Gets the search filter associated with this search request.
 Filter SearchRequestDecorator.getCurrentFilter()
           
 Filter SearchRequestDecorator.getTerminalFilter()
          Get the terminal filter
 

Methods in org.apache.directory.shared.ldap.codec.decorators with parameters of type Filter
 void SearchRequestDecorator.addCurrentFilter(Filter localFilter)
          Add a current filter.
 void SearchRequestDecorator.setCurrentFilter(Filter filter)
          Set the current filter
 void SearchRequestDecorator.setTerminalFilter(Filter terminalFilter)
          Set the terminal filter
 

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.
 

Fields in org.apache.directory.shared.ldap.codec.search declared as Filter
protected  Filter Filter.parent
          The parent Filter
 

Fields in org.apache.directory.shared.ldap.codec.search with type parameters of type Filter
protected  List<Filter> ConnectorFilter.filterSet
          The set of filters used by And/Or filters
 

Methods in org.apache.directory.shared.ldap.codec.search that return Filter
 Filter NotFilter.getNotFilter()
          Get the NotFilter
 Filter Filter.getParent()
          Get the parent
 

Methods in org.apache.directory.shared.ldap.codec.search that return types with arguments of type Filter
 List<Filter> AndFilter.getAndFilter()
          Get the AndFilter.
 List<Filter> ConnectorFilter.getFilterSet()
          Get the list of filters stored in the composite filter
 List<Filter> OrFilter.getOrFilter()
          Get the OrFilter
 

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 ConnectorFilter.addFilter(Filter filter)
          Add a new Filter to the list.
 void NotFilter.setNotFilter(Filter notFilter)
          Set the NotFilter
 void Filter.setParent(Filter parent, int parentTlvId)
          Set the parent
 



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.