Uses of Interface
com.netscape.cmscore.ldap.ILdapExpression
Packages that use ILdapExpression
-
Uses of ILdapExpression in com.netscape.cmscore.ldap
Classes in com.netscape.cmscore.ldap that implement ILdapExpressionModifier and TypeClassDescriptionclassThis class represents an expression of the form. classThis class represents an Or expression of the form (var1 op val1 OR var2 op val2).classThis class represents an expression of the form , , , , , .Fields in com.netscape.cmscore.ldap declared as ILdapExpressionMethods in com.netscape.cmscore.ldap that return ILdapExpressionModifier and TypeMethodDescriptionLdapRule.getPredicate()Returns the predicate expression for the rule.static ILdapExpressionParse the predicate expression and return a vector of expressions.static ILdapExpressionMethods in com.netscape.cmscore.ldap with parameters of type ILdapExpressionModifier and TypeMethodDescriptionvoidLdapRule.setPredicate(ILdapExpression exp) Sets a predicate expression for rule matching.Constructors in com.netscape.cmscore.ldap with parameters of type ILdapExpressionModifierConstructorDescriptionLdapAndExpression(ILdapExpression exp1, ILdapExpression exp2) LdapOrExpression(ILdapExpression exp1, ILdapExpression exp2)