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

Class TagAnnotationWrapper

source code


omero_model_BooleanAnnotationI class wrapper extends AnnotationWrapper.

Instance Methods [hide private]
 
countTagsInTagset(self) source code
 
listTagsInTagset(self) source code
list of BlitzObjectWrapper ( or tuple(BlitzObjectWrapper, BlitzObjectWrapper) )
listParents(self, withlinks=True)
We override the listParents() to look for 'Tag-Group' Tags on this Tag
source code
 
_getQueryString(self)
Used for building queries in generic methods such as getObjects("TagAnnotation")
source code
 
getValue(self)
Gets the value of the Tag
source code
 
setValue(self, val)
Sets Tag value
source code

Inherited from AnnotationWrapper: __eq__, __init__, getNs, getParentLinks, setNs

Inherited from BlitzObjectWrapper: __bstrap__, __getattr__, __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, isLeaded, isOwned, isPrivate, isPublic, isShared, linkAnnotation, listAnnotations, listChildren, listOrphanedAnnotations, removeAnnotations, save, saveAs, setDescription, setName, simpleMarshal, unlinkAnnotations, updateEventDate

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

Class Methods [hide private]

Inherited from AnnotationWrapper: createAndLink

Inherited from AnnotationWrapper (private): _register, _wrap

Static Methods [hide private]

Inherited from BlitzObjectWrapper: LINK_PARENT

Class Variables [hide private]
  OMERO_TYPE = TagAnnotationI
hash(x)

Inherited from AnnotationWrapper: registry

Inherited from BlitzObjectWrapper: CHILD_WRAPPER_CLASS, LINK_CHILD, LINK_CLASS, OMERO_CLASS, PARENT_WRAPPER_CLASS

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

listParents(self, withlinks=True)

source code 

We override the listParents() to look for 'Tag-Group' Tags on this Tag

Parameters:
  • withlinks - if true each yielded result will be a tuple of (linkobj, obj)
Returns: list of BlitzObjectWrapper ( or tuple(BlitzObjectWrapper, BlitzObjectWrapper) )
the parent objects, with or without the links depending on args
Overrides: BlitzObjectWrapper.listParents

_getQueryString(self)

source code 

Used for building queries in generic methods such as getObjects("TagAnnotation")

Overrides: BlitzObjectWrapper._getQueryString

getValue(self)

source code 

Gets the value of the Tag

Returns:
Value
Overrides: AnnotationWrapper.getValue

setValue(self, val)

source code 

Sets Tag value

Parameters:
  • val (String) - Tag text value
Overrides: AnnotationWrapper.setValue