|
|||||||||
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.OrRefinement
public static final class RFC3672SubtreeSpecification.OrRefinement
RFC 3672 subtree specification OR refinement. This type of
refinement filters entries based on at least one of the underlying
refinements being true
.
Constructor Summary | |
---|---|
RFC3672SubtreeSpecification.OrRefinement(java.util.Collection<RFC3672SubtreeSpecification.Refinement> refinementSet)
Create a new OR 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.OrRefinement(java.util.Collection<RFC3672SubtreeSpecification.Refinement> refinementSet)
refinementSet
- The set of refinements of which at least one must be
true
.Method Detail |
---|
public boolean matches(Entry entry)
matches
in class RFC3672SubtreeSpecification.Refinement
entry
- 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.Refinement
builder
- The string builder.
public boolean equals(java.lang.Object obj)
equals
in class RFC3672SubtreeSpecification.Refinement
public int hashCode()
hashCode
in class RFC3672SubtreeSpecification.Refinement
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |