PATH Documentation > WebObjects

Table of Contents

EOQualifierEvaluation


Implemented by:
EOAndQualifier
EOKeyComparisonQualifier
EOKeyValueQualifier
EONotQualifier
EOOrQualifier
Package:
com.webobjects.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 abstract boolean evaluateWithObject(NSKeyValueCodingAdditions 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.

© 2001 Apple Computer, Inc. (Last Published April 19, 2001)


Table of Contents