|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opends.server.core.RFC3672SubtreeSpecification.Refinement
org.opends.server.core.RFC3672SubtreeSpecification.ItemRefinement
public static final class RFC3672SubtreeSpecification.ItemRefinement
RFC 3672 subtree specification Item refinement. This type of refinement filters entries based on the presence of a specified object class.
| Constructor Summary | |
|---|---|
RFC3672SubtreeSpecification.ItemRefinement(java.lang.String objectClass)
Create a new item refinement. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
int |
hashCode()
|
boolean |
matches(Entry entry)
Check if the refinement matches the given entry. |
java.lang.StringBuilder |
toString(java.lang.StringBuilder builder)
Append the string representation of the refinement to the provided string builder. |
| Methods inherited from class org.opends.server.core.RFC3672SubtreeSpecification.Refinement |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RFC3672SubtreeSpecification.ItemRefinement(java.lang.String objectClass)
objectClass - The item's object class.| Method Detail |
|---|
public boolean matches(Entry entry)
matches in class RFC3672SubtreeSpecification.Refinemententry - The filterable entry.
true if the entry matches the
refinement, or false otherwise.public java.lang.StringBuilder toString(java.lang.StringBuilder builder)
toString in class RFC3672SubtreeSpecification.Refinementbuilder - The string builder.
public boolean equals(java.lang.Object obj)
equals in class RFC3672SubtreeSpecification.Refinementpublic int hashCode()
hashCode in class RFC3672SubtreeSpecification.Refinement
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||