Package com.netscape.cmscore.ldap
Interface ILdapExpression
- All Known Implementing Classes:
LdapAndExpression
,LdapOrExpression
,LdapSimpleExpression
public interface ILdapExpression
Interface for a Ldap predicate expression.
- Version:
- $Revision$, $Date$
-
Field Details
-
OP_EQUAL
static final int OP_EQUAL- See Also:
-
OP_NEQUAL
static final int OP_NEQUAL- See Also:
-
OP_GT
static final int OP_GT- See Also:
-
OP_LT
static final int OP_LT- See Also:
-
OP_GE
static final int OP_GE- See Also:
-
OP_LE
static final int OP_LE- See Also:
-
EQUAL_STR
- See Also:
-
NEQUAL_STR
- See Also:
-
GT_STR
- See Also:
-
GE_STR
- See Also:
-
LT_STR
- See Also:
-
LE_STR
- See Also:
-
-
Method Details
-
evaluate
Evaluate the Expression.- Parameters:
sc
- The SessionContext on which we are applying the condition.- Returns:
- The return value.
- Throws:
ELdapExeption
- Failed to evaluate expression.ELdapException
-
evaluate
Evaluate the Expression.- Parameters:
req
- The Request on which we are applying the condition.- Returns:
- The return value.
- Throws:
ELdapExeption
- Failed to evaluate expression.ELdapException
-
toString
String toString()Convert to a string.
-