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.or()
           
 BranchNode AntlrACIItemParser.not()
           
 

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

Methods in org.apache.directory.shared.ldap.filter that return BranchNode
 BranchNode AntlrFilterParser.and()
          A recursive production for matching AND'd filter expressions.
 BranchNode AntlrFilterParser.or()
          A recursive production for matching OR'd filter expressions.
 BranchNode AntlrFilterParser.not()
          A recursive production for matching negated filter expressions.
 

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

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.or()
           
 BranchNode AntlrSubtreeSpecificationParser.not()
           
 



Copyright © 2003-2006 . All Rights Reserved.