Uses of Interface
ome.api.local.LocalQuery

Packages that use LocalQuery
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.delete Implementations of the ome.api.IDelete service. 
ome.services.util.cache OMERO utilities for caching. 
 

Uses of LocalQuery in ome.logic
 

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

Fields in ome.logic declared as LocalQuery
protected  LocalQuery AbstractLevel2Service.iQuery
           
protected  LocalQuery UpdateImpl.localQuery
           
 

Methods in ome.logic with parameters of type LocalQuery
 void AbstractLevel2Service.setQueryService(LocalQuery query)
           
 void UpdateImpl.setQueryService(LocalQuery query)
           
 

Uses of LocalQuery in ome.services
 

Fields in ome.services declared as LocalQuery
protected  LocalQuery AbstractStatefulBean.iQuery
           
 

Methods in ome.services with parameters of type LocalQuery
 void AbstractStatefulBean.setQueryService(LocalQuery iQuery)
          Query service Bean injector.
 

Uses of LocalQuery in ome.services.delete
 

Constructors in ome.services.delete with parameters of type LocalQuery
QueryConstraints(LocalAdmin iAdmin, LocalQuery iQuery, long id, boolean force)
           
 

Uses of LocalQuery in ome.services.util.cache
 

Constructors in ome.services.util.cache with parameters of type LocalQuery
DiskCache(LocalQuery query, net.sf.ehcache.CacheManager manager, String name, File dataDir, Class<K> objectType)
           
IdBackedCache(LocalQuery query, Cache<K,V> cache)
           
 



OmeroJava Api

Version: Beta-4.1.1-r5927-b91

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