Class AttributeValueAssertionFilter
- java.lang.Object
-
- org.apache.directory.api.dsmlv2.request.Filter
-
- org.apache.directory.api.dsmlv2.request.AttributeValueAssertionFilter
-
public class AttributeValueAssertionFilter extends Filter
Object to store the filter. A filter is seen as a tree with a root.- Author:
- Apache Directory Project
-
-
Constructor Summary
Constructors Constructor Description AttributeValueAssertionFilter(int filterType)The constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributeValueAssertiongetAssertion()Get the assertionintgetFilterType()Get the filter typevoidsetAssertion(AttributeValueAssertion assertion)Set the assertionvoidsetFilterType(int filterType)Set the filter typeStringtoString()Return a string compliant with RFC 2254 representing an item filter
-
-
-
Method Detail
-
getAssertion
public AttributeValueAssertion getAssertion()
Get the assertion- Returns:
- Returns the assertion.
-
setAssertion
public void setAssertion(AttributeValueAssertion assertion)
Set the assertion- Parameters:
assertion- The assertion to set.
-
getFilterType
public int getFilterType()
Get the filter type- Returns:
- Returns the filterType.
-
setFilterType
public void setFilterType(int filterType)
Set the filter type- Parameters:
filterType- The filterType to set.
-
-