Uses of Interface
ome.api.IQuery

Packages that use IQuery
ome.api.local Non-client service API for OMERO This includes interfaces for the local administration of the OMERO server. 
ome.logic The central repository of implementations which will be accessible through this server. 
ome.services Base services package for OMERO API services This includes classes that implement OMERO API services described as interfaces in the OMERO Common component. 
ome.services.blitz.impl   
ome.services.fulltext All necessary classes for background indexing of metadata and attached binary files. 
ome.services.procs Internal process and process management This includes interfaces and classes that provide thread process management for internal processes critical to the operation of the OMERO server. 
ome.system Provides the necessary container structure for the entire Omero system. 
 

Uses of IQuery in ome.api.local
 

Subinterfaces of IQuery in ome.api.local
 interface LocalQuery
          Provides local (internal) extensions for querying
 

Uses of IQuery in ome.logic
 

Classes in ome.logic that implement IQuery
 class QueryImpl
          Provides methods for directly querying object graphs.
 

Uses of IQuery in ome.services
 

Constructors in ome.services with parameters of type IQuery
OmeroOriginalFileMetadataProvider(IQuery iQuery)
          Constructor.
ThumbnailCtx(IQuery queryService, IUpdate updateService, IPixels pixelsService, IRenderingSettings settingsService, ThumbnailService thumbnailService, SecuritySystem securitySystem, long userId)
          Default constructor.
 

Uses of IQuery in ome.services.blitz.impl
 

Constructors in ome.services.blitz.impl with parameters of type IQuery
QueryI(IQuery service, BlitzExecutor be)
           
 

Uses of IQuery in ome.services.fulltext
 

Fields in ome.services.fulltext declared as IQuery
protected  IQuery EventLogLoader.queryService
           
 

Methods in ome.services.fulltext with parameters of type IQuery
 void EventLogLoader.setQueryService(IQuery queryService)
          Spring injector
 

Uses of IQuery in ome.services.procs
 

Methods in ome.services.procs with parameters of type IQuery
 void ProcessorSkeleton.setQueryService(IQuery queryService)
           
 

Uses of IQuery in ome.system
 

Methods in ome.system that return IQuery
 IQuery ServiceFactory.getQueryService()
           
 



OmeroJava Api

Version: Beta-4.2.0-r7571-b29

Copyright © 2009 The University of Dundee. All Rights Reserved.