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

Class ExperimenterGroupWrapper

source code


omero_model_ExperimenterGroupI class wrapper overwrite omero.gateway.ExperimenterGroupWrapper and extend OmeroWebObjectWrapper.

Instance Methods [hide private]
 
isEditable(self) source code
dict
groupSummary(self)
Returns lists of 'leaders' and 'members' of the specified group (default is current group) as a dict with those keys.
source code
 
getOwners(self) source code
 
getOwnersNames(self) source code
 
getMembers(self, excluded_omename=list(), excluded_ids=list()) source code
 
isLocked(self) source code

Inherited from OmeroWebObjectWrapper: countAnnotations, countParents, getPermissions, getPermsCss, warpName

Inherited from omero.gateway._ExperimenterGroupWrapper: __bstrap__

Inherited from omero.gateway.BlitzObjectWrapper: __eq__, __getattr__, __init__, __loadedHotSwap__, __prepare__, __repr__, canAnnotate, canChgrp, canDelete, canEdit, canLink, canOwnerWrite, canWrite, countChildren, countChildren_cached, creationEventDate, findChildByName, getAncestry, getAnnotation, getChildLinks, getDate, getDescription, getDetails, getId, getName, getOwner, getOwnerFullName, getOwnerOmeName, getParent, getParentLinks, isLeaded, isOwned, isPrivate, isPublic, 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 OmeroWebObjectWrapper: annotation_counter

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]

groupSummary(self)

source code 

Returns lists of 'leaders' and 'members' of the specified group (default is current group) as a dict with those keys.

Returns: dict
{'leaders': list ExperimenterWrapper, 'colleagues': list ExperimenterWrapper}