Package omero.api
Interface AMD_ITimeline_getEventLogsByPeriod
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_ITimeline_getEventLogsByPeriod extends Ice.AMDCallback
Returns the EventLog table objects which are queried to produce the counts above. Note the concept of period inclusion mentioned above. WORKAROUND WARNING: this method returns non-managed EventLogs (i.e. eventLog.getId() == null) for Image acquisitions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
ice_response(java.util.List<EventLog> __ret)
ice_response indicates that the operation completed successfully.
-
-
-
Method Detail
-
ice_response
void ice_response(java.util.List<EventLog> __ret)
ice_response indicates that the operation completed successfully.
-
-