Package omero.api
Class Callback_IAdmin_createGroup
- java.lang.Object
-
- IceInternal.CallbackBase
-
- IceInternal.TwowayCallback
-
- omero.api.Callback_IAdmin_createGroup
-
- All Implemented Interfaces:
Ice.TwowayCallback
,Ice.TwowayCallbackLong
,Ice.TwowayCallbackLongUE
public abstract class Callback_IAdmin_createGroup extends IceInternal.TwowayCallback implements Ice.TwowayCallbackLongUE
Creates and returns a new group. Theomero.model.Details.setPermissions
method should be called on the instance which is passed. The givenPermissions
will become the default for all objects created while logged into this group, possibly modified by the user's umask settings. If no permissions is set, the default will beomero.model.Permissions.USER_PRIVATE
, i.e. a group in which no user can see the other group member's data. See also ticket 1434
-
-
Constructor Summary
Constructors Constructor Description Callback_IAdmin_createGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
__completed(Ice.AsyncResult __result)
-