Package omero.api
Interface AMD_IContainer_getImagesBySplitFilesets
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_IContainer_getImagesBySplitFilesets extends Ice.AMDCallback
Given a list of IDs of certain entity types, calculates which filesets are split such that a non-empty proper subset of their images are referenced, directly or indirectly, as being included. The return value lists both the fileset IDs and the image IDs in ascending order, the image ID lists separated by if they were included. Warning: following discussion in trac ticket 11019 the return type may be changed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
ice_response(java.util.Map<java.lang.Long,java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>> __ret)
ice_response indicates that the operation completed successfully.
-