|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.shared.ldap.filter.AbstractExprNode
org.apache.directory.shared.ldap.filter.LeafNode
org.apache.directory.shared.ldap.filter.ExtensibleNode
Filter expression tree node for extensible assertions.
Field Summary |
Fields inherited from class org.apache.directory.shared.ldap.filter.AbstractExprNode |
AND, APPROXIMATE, ASSERTION, EQUALITY, EXTENSIBLE, GREATEREQ, LESSEQ, NOT, OR, PRESENCE, SCOPE, SUBSTRING |
Constructor Summary | |
ExtensibleNode(java.lang.String attribute,
byte[] value,
java.lang.String matchingRuleId,
boolean dnAttributes)
Creates a new ExtensibleNode object. |
|
ExtensibleNode(java.lang.String attribute,
java.lang.String value,
java.lang.String matchingRuleId,
boolean dnAttributes)
Creates a new ExtensibleNode object. |
Method Summary | |
void |
accept(FilterVisitor visitor)
Element/node accept method for visitor pattern. |
boolean |
dnAttributes()
Gets the Dn attributes. |
java.lang.String |
getMatchingRuleId()
Gets the matching rule id as an OID string. |
byte[] |
getValue()
Gets the value. |
java.lang.StringBuffer |
printToBuffer(java.lang.StringBuffer buf)
Recursively appends this String representation of this node and its descendents in prefix notation to a buffer. |
java.lang.String |
toString()
|
Methods inherited from class org.apache.directory.shared.ldap.filter.LeafNode |
equals, getAttribute, isLeaf |
Methods inherited from class org.apache.directory.shared.ldap.filter.AbstractExprNode |
get, getAnnotations, getAssertionType, getOperationString, set |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ExtensibleNode(java.lang.String attribute, java.lang.String value, java.lang.String matchingRuleId, boolean dnAttributes)
attribute
- the attribute used for the extensible assertionvalue
- the value to match formatchingRuleId
- the OID of the matching rulednAttributes
- the dn attributespublic ExtensibleNode(java.lang.String attribute, byte[] value, java.lang.String matchingRuleId, boolean dnAttributes)
attribute
- the attribute used for the extensible assertionvalue
- the value to match formatchingRuleId
- the OID of the matching rulednAttributes
- the dn attributesMethod Detail |
public boolean dnAttributes()
public java.lang.String getMatchingRuleId()
public final byte[] getValue()
public java.lang.StringBuffer printToBuffer(java.lang.StringBuffer buf)
ExprNode
buf
- the buffer to append to.ExprNode.printToBuffer(
java.lang.StringBuffer)
public java.lang.String toString()
Object.toString()
public void accept(FilterVisitor visitor)
ExprNode
visitor
- the filter expression tree structure visitorExprNode.accept(
org.apache.directory.shared.ldap.filter.FilterVisitor)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |