Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
SearchBean.addAction(SearchAction action) |
Modifier and Type | Class and Description |
---|---|
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
|
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. |
Constructor and Description |
---|
Complement(SearchValues values,
SearchAction a,
SearchAction b) |
Intersection(SearchValues values,
SearchAction a,
SearchAction b) |
Union(SearchValues values,
SearchAction a,
SearchAction b) |
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.