org.apache.directory.shared.ldap.codec.search
Class Filter
java.lang.Object
org.apache.directory.shared.asn1.Asn1Object
org.apache.directory.shared.ldap.codec.search.Filter
- Direct Known Subclasses:
- AttributeValueAssertionFilter, ConnectorFilter, ExtensibleMatchFilter, PresentFilter, SubstringFilter
public abstract class Filter
- extends 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
Constructor Summary |
Filter(int tlvId)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Filter
public Filter(int tlvId)
- See Also:
Asn1Object.Asn1Object()
Copyright © 2004-2012. All Rights Reserved.