• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Size of fetched array
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Size of fetched array


  • Subject: Size of fetched array
  • From: "Thomas Grass (01SoftwareSolutions)" <email@hidden>
  • Date: Mon, 27 May 2013 11:59:50 +0200

Hello WO-Coders,

I fetch objects with special bindings like the following example:

[...]
NSMutableDictionary<String, Object> bindings = new NSMutableDictionary<String, Object>();
 	if(selectedJob.description()!=null) bindings.setObjectForKey(selectedJob.description(), "description");
    	if(selectedJob.validSystem()!=null) bindings.setObjectForKey(selectedJob.validSystem(), "validSystem");
    	if(selectedJob.component()!=null) bindings.setObjectForKey(selectedJob.component(), "component");
    	if(selectedJob.subComponent()!=null) bindings.setObjectForKey(selectedJob.subComponent(), "subComponent");
    	NSArray<MaintenanceJob> doubleJobs = MaintenanceJob.fetchForDoubleCheck(session.defaultEditingContext(), bindings);
[…]

Is there a way to tell the fetch-Method the max number of objects to be fetched? For example: 10 Objects?

Thomas



 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden


  • Follow-Ups:
    • Re: Size of fetched array
      • From: Johann Werner <email@hidden>
  • Prev by Date: Re: Cannot find strings into WebObjects application files
  • Next by Date: Re: Size of fetched array
  • Previous by thread: blank screen in deployment?
  • Next by thread: Re: Size of fetched array
  • Index(es):
    • Date
    • Thread