Uses of Class
ome.services.search.SearchAction

Packages that use SearchAction
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.search Internal search implementation classes. 
 

Uses of SearchAction in ome.services
 

Methods in ome.services with parameters of type SearchAction
 void SearchBean.addAction(SearchAction action)
           
 

Uses of SearchAction in ome.services.search
 

Subclasses of SearchAction in ome.services.search
 class AnnotatedWith
          Query for Search which uses an example Annotation instance as the basis for comparison.
 class Complement
          Complement SearchAction which combines two other search actions into one logical unit, e.g.
 class FullText
          Search based on Lucene's Query class.
 class HqlQuery
          Delegate to IQuery.findAllByQuery(String, Parameters).
 class Intersection
          Intersection SearchAction which combines two other search actions into one logical unit, e.g.
 class SimilarTerms
          Search to find similar terms to some given terms.
 class SomeMustNone
          FullText subclass which parses 3 arrays of strings into into a single Lucene query.
 class TagsAndGroups
          Query template used by SearchBean to store user requests.
 class Union
          Union SearchAction which combines two other search actions into one logical unit, e.g.
 

Constructors in ome.services.search with parameters of type SearchAction
Complement(SearchValues values, SearchAction a, SearchAction b)
           
Intersection(SearchValues values, SearchAction a, SearchAction b)
           
Union(SearchValues values, SearchAction a, SearchAction b)
           
 



OmeroJava Api

Version: Beta-4.1.1-r5927-b91

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