Package omero.api
Interface AMD_Search_currentMetadataList
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_Search_currentMetadataList extends Ice.AMDCallback
Provides access to the extra query information (for example Lucene score and boost values) for a single call toresults
. This method may only be called once for any given call toresults
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
ice_response(java.util.List<java.util.Map<java.lang.String,Annotation>> __ret)
ice_response indicates that the operation completed successfully.
-
-
-
Method Detail
-
ice_response
void ice_response(java.util.List<java.util.Map<java.lang.String,Annotation>> __ret)
ice_response indicates that the operation completed successfully.
-
-