Thanks for the pointers.

It seems that bindingKeys() will return an array of
the known variables, which is close to what I would
like. Instead of the names of the variables, I would
like the actual objects that the variables represent. 
I am creating my qualifier like the example below
(parts taken from API example):

 Employee anEmployee;    // Assume this exists.
 EOQualifier myQualifier;
 NSMutableArray args = new NSMutableArray();
 args.addObject(anEmployee.lastName());
 myQualifier =
EOQualifier.qualifierWithQualifierFormat
 ("lastName = %@", args);
 
Sometime after myQualifier is set, I would like to
reverse engineer the qualifier and return the
anEmployee.lastName() object.

Hope this makes more sense and is possible.

Carter

--- "Jerry W. Walker" <[EMAIL PROTECTED]> wrote:

> Hi, Carter,
> 
> Check the method, "keyPathForBindingKey" in
> EOQualifier.
> 
> Regards,
> Jerry
> 
> On Oct 24, 2006, at 12:32 PM, Carter Wojcik wrote:
> 
> > Hi All -
> >
> > I am creating an EOQualifier in a component that I
> am
> > then passing to a controller.  The controller
> creates
> > a fetchspec using the qualifier and returns the
> > entities.
> >
> > I would like to deconstruct the fetch spec (in the
> > controller) by first getting the eoqualifier and
> then
> > the array of args that were supplied when the
> > qualifier was created.  I can get the keys using
> > allQualifierKeys(), but does anyone know if it is
> > possible to access the actual objects that are
> being
> > used as the values to match?
> >
> > Thanks for your help.
> >
> > Carter
> 
> 
> --
> __ Jerry W. Walker,
>     WebObjects Developer/Instructor for High
> Performance Industrial  
> Strength Internet Enabled Systems
> 
>      [EMAIL PROTECTED]
>      203 278-4085        office
> 
> 
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to