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 4 and Version 5 of Ticket #4549


Ignore:
Timestamp:
03/03/11 12:18:10 (13 years ago)
Author:
wmoore
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4549 – Description

    v4 v5  
    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 Insight OMEROgateway.java 
     6 - Groups (by names) "getSystemGroups" 
     7 - AnnotationLinks + Child + Parent (select by [child.id, link.ownerId]) "loadLinks" 
     8 - AnnotationLinks + Child (select by link.ownerId) "findAllAnnotations" 
     9 - AnnotationLinks (select by parent.id and link.ownerId [child.id]) "findAnnotationLink" 
     10 - AnnotationLinks + link.Owner + Child + Parent (select by [parentId, childIds]) "findAnnotationLinks" 
     11 - AnnotationLink (select by parent.id and child.id) "findLink" 
     12 - AnnotationLinks (select by parent.id [c.ids] "findLinks" 
     13 - AnnotationLinks (select by c.ids [link.ownerId]) "findLinks" 
     14 - AnnotationLinks + Child + Child-owner + Link-owner (select by cIds [p.id, link.ownerId]) "findAnnotationLinks" 
     15 - 'Object' (select by name, owner.id) "findIObjectByName" 
     16 - Group + geMap + map.parent + map.child + map.child.map..etc! (select by groups that user.id is in) "getAvailableGroups" //need method server side!  
     17 - Original-File + pixelsFileMap + Child (select by child.id) "getArchivedFiles" 
     18 - Original-File (select by id) "getOriginalFile" 
     19 - Original-File + pixelsFileMap + Child (select by child.id) "getOriginalFiles" 
     20 - Original-Files + owner (select by owner.id) "getUsedSpace" 
     21 - Image + Pixels + Pixels-type + img.owner (select by ownerIds [acqDate > start, acqDate < end]) "searchByTime" 
     22 - Image + Pixels + Pixels-type + img.owner (select by ownerIds [creatDate > start, creatDate < end]) 
     23 - Image + img-ann.link.count + Ann-links + Pixels + Pixels-type (select by link.childIds [img.ownerIds]) "getAnnotatedObjects" 
     24 - Image/Dataset/Project + annLinks + link.Child (select by child.id) "getDataObjectsTaggedCount" 
     25 - Ann-Ann-link (where child is Tag and link.ownerId) "removeTagDescription" 
     26 - Well + Plate + Well-Sample + ws.Image + img.Pixels + Pixels-type (by image.id) "getImportedPlate" 
     27 - Well + Plate + Well-Sample + ws.plateAcq + ws.Image + img.Pixels + Pixels-type (by plate.id [plateAcq.id]) "loadPlateWells" 
     28 - Plate-Info (by pixels.id [z, t, c]) "loadPlaneInfo" 
     29 - GroupExpMap + Parent (by parent.id) "countExperimenters" 
     30 - Group + grExMap + map.Child (by child.id) "getGroups" 
     31 - Group + grExMap + map.Child + child.map + child.map.parent! (by group.id) 
     32 
    433 
    534Queries using iQuery in gateway.__init__.py 

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

We're Hiring!