Package omero.api
Interface AMD_ITimeline_getMostRecentAnnotationLinks
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_ITimeline_getMostRecentAnnotationLinks extends Ice.AMDCallback
Return the last LIMIT annotation __Links__ whose parent (IAnnotated) matches one of the parentTypes, whose child (Annotation) matches one of the childTypes (limit of one for the moment), and who namespace matches via ILIKE. The parents and children will be unloaded. The link will have its creation/update events loaded. If Parameters.theFilter.ownerId or groupId are set, they will be AND'ed to the query to filter results. Merges by default based on parentType.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
ice_response(java.util.List<IObject> __ret)
ice_response indicates that the operation completed successfully.
-
-
-
Method Detail
-
ice_response
void ice_response(java.util.List<IObject> __ret)
ice_response indicates that the operation completed successfully.
-
-