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

java.lang.Object
  extended byorg.apache.directory.shared.asn1.Asn1Object
      extended byorg.apache.directory.shared.ldap.codec.search.Filter
Direct Known Subclasses:
AttributeValueAssertionFilter, ConnectorFilter, ExtensibleMatchFilter, PresentFilter, SubstringFilter

public abstract class Filter
extends org.apache.directory.shared.asn1.Asn1Object

An abstract Asn1Object used to store the filter. A filter is seen as a tree with a root. This class does nothing, it's just the root of all the different filters.

Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.shared.asn1.Asn1Object
parent
 
Constructor Summary
Filter()
          The constructor.
 
Methods inherited from class org.apache.directory.shared.asn1.Asn1Object
addLength, computeLength, encode, getCurrentLength, getExpectedLength, getParent, setCurrentLength, setExpectedLength, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Filter

public Filter()
The constructor.



Copyright © 2003-2006 . All Rights Reserved.