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

Class _ShareWrapper

source code


Instance Methods [hide private]
 
getStartDate(self) source code
 
getExpirationDate(self) source code
 
isExpired(self) source code
 
isOwned(self) source code
 
getOwner(self)
Gets user who is the owner of this object.
source code

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

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

Class Variables [hide private]

Inherited from BlitzObjectWrapper: CHILD_WRAPPER_CLASS, LINK_CLASS, OMERO_CLASS, PARENT_WRAPPER_CLASS

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

isOwned(self)

source code 
Overrides: BlitzObjectWrapper.isOwned

getOwner(self)

source code 

Gets user who is the owner of this object.

Returns:
_ExperimenterWrapper
Overrides: BlitzObjectWrapper.getOwner
(inherited documentation)