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

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

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

Methods in org.apache.directory.shared.ldap.codec that return Filter
static Filter LdapTransformer.transformFilter(ExprNode exprNode)
          Transform an ExprNode filter to a CodecFilter
 

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 with type parameters of type Filter
protected  java.util.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 SearchRequestCodec.getCurrentFilter()
          Get the current dilter
 Filter SearchRequestCodec.getFilter()
          Get the filter
 Filter NotFilter.getNotFilter()
          Get the NotFilter
 Filter SearchRequestCodec.getTerminalFilter()
          Get the comparison dilter
 

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

Methods in org.apache.directory.shared.ldap.codec.search with parameters of type Filter
 void SearchRequestCodec.addCurrentFilter(Filter localFilter)
          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 SearchRequestCodec.setCurrentFilter(Filter filter)
          Set the current dilter
 void SearchRequestCodec.setFilter(Filter filter)
          Set the filter
 void NotFilter.setNotFilter(Filter notFilter)
          Set the NotFilter
 void SearchRequestCodec.setTerminalFilter(Filter terminalFilter)
          Set the terminal filter
 



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