Package omero :: Package gateway :: Class DetailsWrapper
[hide private]
[frames] | no frames]

Class DetailsWrapper

source code


omero_model_DetailsI class wrapper extends BlitzObjectWrapper.

Instance Methods [hide private]
 
__init__(self, *args, **kwargs)
Initialises the wrapper object, setting the various class variables etc
source code
ExperimenterWrapper
getOwner(self)
Returns the Owner of the object that these details apply to
source code
ExperimenterGroupWrapper
getGroup(self)
Returns the Group that these details refer to
source code

Inherited from BlitzObjectWrapper: __bstrap__, __eq__, __getattr__, __loadedHotSwap__, __prepare__, __repr__, canDelete, canOwnerWrite, canWrite, countChildren, countChildren_cached, creationEventDate, findChildByName, getAncestry, getAnnotation, getChildLinks, getDate, getDescription, getDetails, getId, getName, getOwnerFullName, getOwnerOmeName, getParent, getParentLinks, isEditable, isLeaded, isOwned, isPrivate, isPublic, isReadOnly, isShared, linkAnnotation, listAnnotations, listChildren, listOrphanedAnnotations, listParents, removeAnnotations, save, saveAs, setDescription, setName, simpleMarshal, unlinkAnnotations, updateEventDate

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods [hide private]

Inherited from BlitzObjectWrapper: LINK_PARENT

Class Variables [hide private]

Inherited from BlitzObjectWrapper: CHILD_WRAPPER_CLASS, LINK_CHILD, LINK_CLASS, OMERO_CLASS, PARENT_WRAPPER_CLASS

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, *args, **kwargs)
(Constructor)

source code 

Initialises the wrapper object, setting the various class variables etc

Parameters:
  • conn - The omero.gateway.BlitzGateway connection.
  • obj - The object to wrap. E.g. omero.model.Image
  • cache - Cache which is passed to new child wrappers
Overrides: object.__init__
(inherited documentation)

getOwner(self)

source code 

Returns the Owner of the object that these details apply to

Returns: ExperimenterWrapper
Owner
Overrides: BlitzObjectWrapper.getOwner

getGroup(self)

source code 

Returns the Group that these details refer to

Returns: ExperimenterGroupWrapper
Group