omero_model_ExperimenterI class wrapper extends
BlitzObjectWrapper.
|
__bstrap__(self)
Initialisation method which is implemented by subclasses to set their
class variables etc. |
source code
|
|
|
|
|
|
ConfigParser
|
|
|
|
|
|
|
|
|
|
DetailsWrapper
|
|
String
|
|
String
|
|
String
|
|
String
|
|
Boolean
|
isAdmin(self)
Returns true if Experimenter is Admin (if they are in any group named
'system') |
source code
|
|
Boolean
|
isActive(self)
Returns true if Experimenter is Active (if they are in any group
named 'user') |
source code
|
|
Boolean
|
isGuest(self)
Returns true if Experimenter is Guest (if they are in any group named
'guest') |
source code
|
|
Inherited from BlitzObjectWrapper :
__eq__ ,
__getattr__ ,
__init__ ,
__loadedHotSwap__ ,
__prepare__ ,
__repr__ ,
canDelete ,
canOwnerWrite ,
canWrite ,
countChildren ,
countChildren_cached ,
creationEventDate ,
findChildByName ,
getAncestry ,
getAnnotation ,
getChildLinks ,
getDate ,
getId ,
getOwner ,
getOwnerFullName ,
getOwnerOmeName ,
getParent ,
getParentLinks ,
isEditable ,
isLeaded ,
isOwned ,
isPrivate ,
isPublic ,
isReadOnly ,
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__
|