Uses of Class
org.apache.directory.api.ldap.model.filter.BranchNode
-
Packages that use BranchNode Package Description org.apache.directory.api.ldap.aci org.apache.directory.api.ldap.model.filter org.apache.directory.api.ldap.model.subtree -
-
Uses of BranchNode in org.apache.directory.api.ldap.aci
Methods in org.apache.directory.api.ldap.aci that return BranchNode Modifier and Type Method Description BranchNodeAntlrACIItemParser. and()BranchNodeAntlrACIItemParser. not()BranchNodeAntlrACIItemParser. or() -
Uses of BranchNode in org.apache.directory.api.ldap.model.filter
Subclasses of BranchNode in org.apache.directory.api.ldap.model.filter Modifier and Type Class Description classAndNodeNode representing an AND connector in a filter operationclassNotNodeNode representing an Not connector in a filter operationclassOrNodeNode representing an OR connector in a filter operationMethods in org.apache.directory.api.ldap.model.filter with parameters of type BranchNode Modifier and Type Method Description List<ExprNode>BranchNormalizedVisitor. getOrder(BranchNode node, List<ExprNode> children)Get the array of children to visit sequentially to determine the order of child visitations.List<ExprNode>FilterVisitor. getOrder(BranchNode node, List<ExprNode> children)Get the array of children to visit sequentially to determine the order of child visitations. -
Uses of BranchNode in org.apache.directory.api.ldap.model.subtree
Methods in org.apache.directory.api.ldap.model.subtree that return BranchNode Modifier and Type Method Description BranchNodeAntlrSubtreeSpecificationParser. and()BranchNodeAntlrSubtreeSpecificationParser. not()BranchNodeAntlrSubtreeSpecificationParser. or()
-