Package omero.api
Interface AMD_ILdap_findGroup
- 
- All Superinterfaces:
 Ice.AMDCallback
public interface AMD_ILdap_findGroup extends Ice.AMDCallbackLooks up a specificExperimenterGroupin LDAP using the provided group name. It is expected that the group name will be unique in the searched LDAP base tree. If more than one group with the specified name has been found, an exception will be thrown. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidice_response(ExperimenterGroup __ret)ice_response indicates that the operation completed successfully. 
 - 
 
- 
- 
Method Detail
- 
ice_response
void ice_response(ExperimenterGroup __ret)
ice_response indicates that the operation completed successfully.- Parameters:
 __ret- (return value) an ExperimenterGroup. Nevernull.
 
 - 
 
 -