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

java.lang.Object
  extended by org.apache.directory.shared.asn1.AbstractAsn1Object
      extended by org.apache.directory.shared.ldap.codec.search.Filter
All Implemented Interfaces:
Asn1Object
Direct Known Subclasses:
AttributeValueAssertionFilter, ConnectorFilter, ExtensibleMatchFilter, PresentFilter, SubstringFilter

public abstract class Filter
extends AbstractAsn1Object

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.

Version:
$Rev: 664290 $, $Date: 2008-06-07 08:28:06 +0200 (Sa, 07 Jun 2008) $,
Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.shared.asn1.AbstractAsn1Object
parent
 
Constructor Summary
Filter()
          The constructor.
Filter(int tlvId)
          The constructor.
 
Method Summary
 
Methods inherited from class org.apache.directory.shared.asn1.AbstractAsn1Object
addLength, computeLength, encode, getCurrentLength, getExpectedLength, getParent, getTlvId, 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(int tlvId)
The constructor.


Filter

public Filter()
The constructor.



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