Package com.netscape.cmscore.ldap
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:ILdapExpression
Evaluate the Expression.- Specified by:
evaluate
in interfaceILdapExpression
- Parameters:
sc
- The SessionContext on which we are applying the condition.- Returns:
- The return value.
- Throws:
ELdapException
-
evaluate
Description copied from interface:ILdapExpression
Evaluate the Expression.- Specified by:
evaluate
in interfaceILdapExpression
- Parameters:
req
- The Request on which we are applying the condition.- Returns:
- The return value.
- Throws:
ELdapException
-
toString
Description copied from interface:ILdapExpression
Convert to a string.- Specified by:
toString
in interfaceILdapExpression
- Overrides:
toString
in classObject
- Returns:
- String representation of expression.
-