Package omero.api
Interface AMD_IShare_getMemberCount
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_IShare_getMemberCount extends Ice.AMDCallback
Returns a map from share id to the count of total members (including the owner). This is represented byShareMember
links.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
ice_response(java.util.Map<java.lang.Long,java.lang.Long> __ret)
ice_response indicates that the operation completed successfully.
-