Uses of Class
org.apache.directory.shared.ldap.filter.BranchNode

Packages that use BranchNode
org.apache.directory.shared.ldap.aci ACI (Access Control Information) data model adopted from X.501 specification. 
org.apache.directory.shared.ldap.filter   
org.apache.directory.shared.ldap.subtree   
 

Uses of BranchNode in org.apache.directory.shared.ldap.aci
 

Methods in org.apache.directory.shared.ldap.aci that return BranchNode
 BranchNode AntlrACIItemParser.and()
           
 BranchNode AntlrACIItemParser.not()
           
 BranchNode AntlrACIItemParser.or()
           
 

Uses of BranchNode in org.apache.directory.shared.ldap.filter
 

Subclasses of BranchNode in org.apache.directory.shared.ldap.filter
 class AndNode
          Node representing an AND connector in a filter operation
 class NotNode
          Node representing an Not connector in a filter operation
 class OrNode
          Node representing an OR connector in a filter operation
 

Methods in org.apache.directory.shared.ldap.filter with parameters of type BranchNode
 java.util.List<ExprNode> FilterVisitor.getOrder(BranchNode node, java.util.List<ExprNode> children)
          Get the array of children to visit sequentially to determine the order of child visitations.
 java.util.List<ExprNode> BranchNormalizedVisitor.getOrder(BranchNode node, java.util.List<ExprNode> children)
           
 

Uses of BranchNode in org.apache.directory.shared.ldap.subtree
 

Methods in org.apache.directory.shared.ldap.subtree that return BranchNode
 BranchNode AntlrSubtreeSpecificationParser.and()
           
 BranchNode AntlrSubtreeSpecificationParser.not()
           
 BranchNode AntlrSubtreeSpecificationParser.or()
           
 



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.