omero::model::Details
Overview
[ "protected" ]
class Details
Embedded component of every OMERO.blitz type. Since this is
not an IObject subclass, no attempt is made to hide the state
of this object, since it cannot be ""unloaded"".
Used By
- api::Search::notAnnotatedBy
- api::Search::notOwnedBy
- api::Search::onlyAnnotatedBy
- api::Search::onlyOwnedBy
- IObject::details
- IObject::getDetails
Operation Index
- getOwner
-
- setOwner
-
- getGroup
-
- setGroup
-
- getCreationEvent
-
- setCreationEvent
-
- getUpdateEvent
-
- setUpdateEvent
-
- getPermissions
-
- setPermissions
-
- getExternalInfo
-
- setExternalInfo
-
Data Member Index
- owner
-
- group
-
- creationEvent
-
- updateEvent
-
- permissions
-
- externalInfo
-
- call
-
Context which was active during the call which
returned this object.
- event
-
Context which would have been returned by a
simultaneous call to api::IAdmin::getEventContext
while this object was being loaded.
Operations
Data Members
::Ice::Context call;
Context which was active during the call which
returned this object. This context is set as
the last (optional) argument of any remote
Ice invocation. This is used to change the
user, group, share, etc. of the current session.
Context which would have been returned by a
simultaneous call to api::IAdmin::getEventContext
while this object was being loaded.