Package org.opends.server.types
Class SubtreeSpecification.FilterRefinement
- java.lang.Object
-
- org.opends.server.types.SubtreeSpecification.FilterRefinement
-
- Enclosing class:
- SubtreeSpecification
public static final class SubtreeSpecification.FilterRefinement extends Object
A refinement which uses a search filter.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
hashCode()
boolean
matches(Entry entry)
Check if the refinement matches the given entry.StringBuilder
toString(StringBuilder builder)
Append the string representation of the refinement to the provided strin builder.
-
-
-
Method Detail
-
equals
public boolean equals(Object obj)
-
hashCode
public int hashCode()
-
matches
public boolean matches(Entry entry)
Check if the refinement matches the given entry.- Parameters:
entry
- The filterable entry.- Returns:
- Returns
true
if the entry matches the refinement, orfalse
otherwise.
-
toString
public StringBuilder toString(StringBuilder builder)
Append the string representation of the refinement to the provided strin builder.- Parameters:
builder
- The string builder.- Returns:
- The string builder.
-
-