Package omero.api
Interface AMD_IAdmin_getAdminsWithPrivileges
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_IAdmin_getAdminsWithPrivileges extends Ice.AMDCallback
Gets the administrators who have all the given privileges. Consistent with the results from "getAdminPrivileges".
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
ice_response(java.util.List<Experimenter> __ret)
ice_response indicates that the operation completed successfully.
-
-
-
Method Detail
-
ice_response
void ice_response(java.util.List<Experimenter> __ret)
ice_response indicates that the operation completed successfully.- Parameters:
__ret
- (return value) the light administrators who have those privileges
-
-