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 TypeClassDescriptionclass
This class represents an expression of the form. class
This class represents an Or expression of the form (var1 op val1 OR var2 op val2).class
This 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 ILdapExpression
Parse the predicate expression and return a vector of expressions.static ILdapExpression
Methods in com.netscape.cmscore.ldap with parameters of type ILdapExpressionModifier and TypeMethodDescriptionvoid
LdapRule.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)