Package omero.api
Interface AMD_Search_byAnnotatedWith
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_Search_byAnnotatedWith extends Ice.AMDCallback
Finds entities annotated with anAnnotation
similar to the example. This does not use Hibernate'somero.api.IQuery.findByExample
Query-By-Example} mechanism, since that cannot handle joins. The fields which are used are:- the main content of the annotation : String,
IObject.getId()
, etc.
null
it is assumed to be a wildcard searched, and only the type of the annotation is searched. Currently, ListAnnotations are not supported.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
ice_response()
ice_response indicates that the operation completed successfully.
-