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
-
-
Constructor Summary
Constructors Constructor Description Filter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FiltergetParent()Get the parentvoidsetParent(Filter parent)Set the parent
-
-
-
Field Detail
-
parent
protected Filter parent
The parent Filter
-
-