Package omeroweb :: Package webclient :: Module webclient_gateway :: Class ShareWrapper
[hide private]
[frames] | no frames]

Class ShareWrapper

source code


omero_model_ShareI class wrapper extends BlitzObjectWrapper.

Instance Methods [hide private]
 
getShareType(self) source code
 
isEmpty(self) source code
 
getExpireDate(self) source code
datetime object
getStartDate(self)
Gets the start date of the share
source code
datetime object
getExpirationDate(self)
Gets the end date for the share
source code
Boolean
isExpired(self)
Returns True if we are past the end date of the share
source code
Boolean
isOwned(self)
Returns True if share is owned by the current user
source code
ExperimenterWrapper
getOwner(self)
The owner of this share
source code

Inherited from omero.gateway.BlitzObjectWrapper: __bstrap__, __eq__, __getattr__, __init__, __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, 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 omero.gateway.BlitzObjectWrapper: LINK_PARENT

Class Variables [hide private]

Inherited from omero.gateway.BlitzObjectWrapper: CHILD_WRAPPER_CLASS, LINK_CHILD, LINK_CLASS, OMERO_CLASS, PARENT_WRAPPER_CLASS

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

getStartDate(self)

source code 

Gets the start date of the share

Returns: datetime object
Start Date-time

getExpirationDate(self)

source code 

Gets the end date for the share

Returns: datetime object
End Date-time

isExpired(self)

source code 

Returns True if we are past the end date of the share

Returns: Boolean
True if share expired

isOwned(self)

source code 

Returns True if share is owned by the current user

Returns: Boolean
True if owned
Overrides: omero.gateway.BlitzObjectWrapper.isOwned

getOwner(self)

source code 

The owner of this share

Returns: ExperimenterWrapper
Owner
Overrides: omero.gateway.BlitzObjectWrapper.getOwner