Documentation Archive Developer
Search
PATH  WebObjects 4.0 Documentation > EOControl Reference



EOQualifierEvaluation

Adopted By:

EOKeyValueQualifier
EOKeyComparisonQualifier
EOAndQualifier
EOOrQualifier
EONotQualifier

Protocol Description

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


evaluateWithObject:

- (BOOL)evaluateWithObject:object

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





Copyright © 1998, Apple Computer, Inc. All rights reserved.