Package omero.api
Interface AMD_IMetadata_loadLogFiles
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_IMetadata_loadLogFiles extends Ice.AMDCallback
Finds the original file IDs for the import logs corresponding to the given Image or Fileset IDs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
ice_response(java.util.Map<java.lang.Long,java.util.List<IObject>> __ret)
ice_response indicates that the operation completed successfully.
-
-
-
Method Detail
-
ice_response
void ice_response(java.util.Map<java.lang.Long,java.util.List<IObject>> __ret)
ice_response indicates that the operation completed successfully.- Parameters:
__ret
- (return value) the original file IDs of the import logs
-
-