Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > EOControl Reference

Table of Contents

EOQualifierEvaluation


Implemented by:
EOAndQualifier
EOKeyComparisonQualifier
EOKeyValueQualifier
EONotQualifier
EOOrQualifier
Package:
com.apple.client.eocontrol
com.apple.yellow.eocontrol

Interface Description


The EOQualifierEvaluation interface defines a method, evaluateWithObject, that performs in-memory evaluation of qualifiers. All qualifier classes whose objects can be evaluated in memory must implement this interface.



Instance Methods



evaluateWithObject

public boolean evaluateWithObject(Object object)

Returns true if the argument object satisfies the qualifier, false otherwise. This method can throw one of several possible exceptions if an error occurs, depending on the implementation.


Table of Contents