ome.services.search
Class SimilarTerms
java.lang.Object
ome.services.search.SearchAction
ome.services.search.SimilarTerms
- All Implemented Interfaces:
- Serializable, Executor.Work
public class SimilarTerms
- extends SearchAction
Search to find similar terms to some given terms.
- Since:
- Beta4
- Author:
- Josh Moore, josh at glencoesoftware.com
- See Also:
- Serialized Form
Methods inherited from class ome.services.search.SearchAction |
annotatedBetween, annotatedBetween, annotatedBy, annotatedBy, chainedSearch, copyOfValues, createdOrModified, createdOrModified, description, ids, ids, notNullOrLikeOrEqual, notNullOrLikeOrEqual, orderByAscending, orderByPath, ownerOrGroup, ownerOrGroup |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimilarTerms
public SimilarTerms(SearchValues values,
String... terms)
doWork
@Transactional(readOnly=true)
public Object doWork(org.hibernate.Session s,
ServiceFactory sf)
- Description copied from interface:
Executor.Work
- Work method. Must return all results coming from Hibernate via the
Object
return method.
- Parameters:
s
- non null.sf
- non null.
- Returns:
- Any results which will be used by non-wrapped code.
OmeroJava Api
Version: 4.3.4-dbcbce5a-b4
Copyright © 2009 The University of Dundee. All Rights Reserved.