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

Class ExperimenterWrapper

source code


omero_model_ExperimenterI class wrapper overwrite omero.gateway.ExperimenterWrapper and extend OmeroWebObjectWrapper.

Instance Methods [hide private]
 
__prepare__(self, **kwargs)
Initialisation method which is implemented by subclasses to handle various init tasks
source code
 
isEditable(self) source code
String
isLdapUser(self)
Return DN of the specific experimenter if uses LDAP authentication (has set dn on password table) or None.
source code
 
getDefaultGroup(self) source code
 
getOtherGroups(self, excluded_names=("user","guest"), excluded_ids=list()) source code

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

Inherited from omero.gateway._ExperimenterWrapper: __bstrap__, getDescription, getFullName, getName, getNameWithInitial, getPreference, getPreferences, getRawPreferences, isActive, isAdmin, isGuest, is_self, setPreference, setRawPreferences, simpleMarshal

Inherited from omero.gateway.BlitzObjectWrapper: __eq__, __getattr__, __init__, __loadedHotSwap__, __repr__, canAnnotate, canChgrp, canDelete, canEdit, canLink, canOwnerWrite, canWrite, countChildren, countChildren_cached, creationEventDate, findChildByName, getAncestry, getAnnotation, getChildLinks, getDate, getDetails, getId, getOwner, getOwnerFullName, getOwnerOmeName, getParent, getParentLinks, isLeaded, isOwned, isPrivate, isPublic, isShared, linkAnnotation, listAnnotations, listChildren, listOrphanedAnnotations, listParents, removeAnnotations, save, saveAs, setDescription, setName, 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]
  ldapUser = None
hash(x)

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]

__prepare__(self, **kwargs)

source code 

Initialisation method which is implemented by subclasses to handle various init tasks

Overrides: omero.gateway.BlitzObjectWrapper.__prepare__
(inherited documentation)

isLdapUser(self)

source code 

Return DN of the specific experimenter if uses LDAP authentication (has set dn on password table) or None.

Parameters:
  • eid (Long) - experimenter ID
Returns: String
Distinguished Name