Class ExtensibleMatchFilter
- java.lang.Object
-
- org.apache.directory.api.dsmlv2.request.Filter
-
- org.apache.directory.api.dsmlv2.request.ExtensibleMatchFilter
-
public class ExtensibleMatchFilter extends Filter
The search request filter Matching Rule assertion- Author:
- Apache Directory Project
-
-
Constructor Summary
Constructors Constructor Description ExtensibleMatchFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMatchingRule()Get the matchingRuleValuegetMatchValue()Get the matchValueStringgetType()Get the typebooleanisDnAttributes()Get the dnAttributes flagvoidsetDnAttributes(boolean dnAttributes)Set the dnAttributes flagvoidsetMatchingRule(String matchingRule)Set the matchingRulevoidsetMatchValue(Value matchValue)Set the matchValuevoidsetType(String type)Set the typeStringtoString()Return a String representing an extended filter as of RFC 2254
-
-
-
Method Detail
-
isDnAttributes
public boolean isDnAttributes()
Get the dnAttributes flag- Returns:
- Returns the dnAttributes.
-
setDnAttributes
public void setDnAttributes(boolean dnAttributes)
Set the dnAttributes flag- Parameters:
dnAttributes- The dnAttributes to set.
-
getMatchingRule
public String getMatchingRule()
Get the matchingRule- Returns:
- Returns the matchingRule.
-
setMatchingRule
public void setMatchingRule(String matchingRule)
Set the matchingRule- Parameters:
matchingRule- The matchingRule to set.
-
getMatchValue
public Value getMatchValue()
Get the matchValue- Returns:
- Returns the matchValue.
-
setMatchValue
public void setMatchValue(Value matchValue)
Set the matchValue- Parameters:
matchValue- The matchValue to set.
-
getType
public String getType()
Get the type- Returns:
- Returns the type.
-
setType
public void setType(String type)
Set the type- Parameters:
type- The type to set.
-
-