Warning: Can't synchronize with repository "(default)" (/home/git/ome.git does not appear to be a Git repository.). Look in the Trac log for more information.

Changes between Version 2 and Version 3 of Ticket #4549


Ignore:
Timestamp:
03/03/11 00:02:13 (13 years ago)
Author:
wmoore
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4549 – Description

    v2 v3  
    22 
    33If there are a limited number of graphs we need to load, then we may not need to support lazy loading.  
     4 
     5Queries using iQuery in gateway.__init__.py 
     6 - Parent-Child link (select by p.id and c.id) 
     7 - Child link + Child + Annotation link + Annotation (select by parent.id, ann.ns, ann.val) 
     8 - Child link + Parent + Child (select by child.id, p.id in pIds) 
     9 - Child link + Parent + Child (select by parent.id, c.id in cIds) 
     10 - Annotation links + Annotation (select by parent.id) 
     11 - Annotation (not linked to parent.id) 
     12 - Group (select by id in IDs)  
     13 - Experimenter (select by id in IDs)  
     14 - Experimenter (select by id NOT in IDs)  
     15 - Experimenter (select by name like 'start') 
     16 - Experimenter (where e.id : g.id exists in map of g.id) "listStaffs" 
     17 - Groups (select g.id in gIds) 
     18 - Screen + Details (owner & group) select by s.id 
     19 - Plate + Details (owner & group) + Screen links + Parent (select by plate.id) 
     20 - ... 
    421 
    522Queries using iQuery in webclient_gateway.py 

1.3.13-PRO © 2008-2011 Agilo Software all rights reserved (this page was served in: 0.12341 sec.)

We're Hiring!