Class LdapAndExpression
java.lang.Object
com.netscape.cmscore.ldap.LdapAndExpression
- All Implemented Interfaces:
ILdapExpression
This class represents an expression of the form
.
Expressions are used as predicates for publishing rule selection.
- Version:
- $Revision$, $Date$
- Author:
- mzhao
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LdapAndExpression
-
-
Method Details
-
evaluate
Description copied from interface:ILdapExpressionEvaluate the Expression.- Specified by:
evaluatein interfaceILdapExpression- Parameters:
sc- The SessionContext on which we are applying the condition.- Returns:
- The return value.
- Throws:
ELdapException
-
evaluate
Description copied from interface:ILdapExpressionEvaluate the Expression.- Specified by:
evaluatein interfaceILdapExpression- Parameters:
req- The PKIRequest on which we are applying the condition.- Returns:
- The return value.
- Throws:
ELdapException
-
toString
Description copied from interface:ILdapExpressionConvert to a string.- Specified by:
toStringin interfaceILdapExpression- Overrides:
toStringin classObject- Returns:
- String representation of expression.
-