com.waveset.object
Interface AttributeExpression

All Known Implementing Classes:
AttributeCondition, Conjunct, Disjunct, LogicalExpression

public interface AttributeExpression

Evaluates to true or false for a specified set of attribute values.


Field Summary
static java.lang.String code_id
           
 
Method Summary
 boolean isMetBy(WSAttributes attrs)
           
 java.lang.String toLdapSearchFilter()
           
 

Field Detail

code_id

public static final java.lang.String code_id
See Also:
Constant Field Values
Method Detail

isMetBy

public boolean isMetBy(WSAttributes attrs)
Returns:
true if the attribute expression evaluates to true for the specified attribute values; otherwise false.

toLdapSearchFilter

public java.lang.String toLdapSearchFilter()
Returns:
equivalent RFC2254 String Format LDAP Search Filter.