org.apache.directory.api.dsmlv2.request
Class Filter
java.lang.Object
org.apache.directory.api.dsmlv2.request.Filter
- Direct Known Subclasses:
- AttributeValueAssertionFilter, ConnectorFilter, ExtensibleMatchFilter, PresentFilter, SubstringFilter
public class Filter
- extends Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parent
protected Filter parent
- The parent Filter
Filter
public Filter()
getParent
public Filter getParent()
- Get the parent
- Returns:
- Returns the parent.
setParent
public void setParent(Filter parent)
- Set the parent
- Parameters:
parent - The parent to set.
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.