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

Class _AnnotationLinkWrapper

source code


omero_model_AnnotationLinkI class wrapper extends omero.gateway.BlitzObjectWrapper.

Instance Methods [hide private]
 
getAnnotation(self)
Gets the first annotation on the object, filtered by ns if specified
source code
 
getParent(self)
Gets the parent (Annotated Object) as a BlitzObjectWrapper , but attempts to wrap it in the correct subclass using KNOWN_WRAPPERS, E.g.
source code

Inherited from BlitzObjectWrapper: __bstrap__, __eq__, __getattr__, __init__, __loadedHotSwap__, __prepare__, __repr__, canAnnotate, canChgrp, canDelete, canEdit, canLink, canOwnerWrite, canWrite, countChildren, countChildren_cached, creationEventDate, findChildByName, getAncestry, getChildLinks, getDate, getDescription, getDetails, getId, getName, getOwner, getOwnerFullName, getOwnerOmeName, 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 BlitzObjectWrapper: LINK_PARENT

Class Variables [hide private]

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]

getAnnotation(self)

source code 

Gets the first annotation on the object, filtered by ns if specified

:param ns: Namespace :type ns: String :return: AnnotationWrapper or None

Overrides: BlitzObjectWrapper.getAnnotation
(inherited documentation)

getParent(self)

source code 

Gets the parent (Annotated Object) as a BlitzObjectWrapper , but attempts to wrap it in the correct subclass using KNOWN_WRAPPERS, E.g. ImageWrapper

Overrides: BlitzObjectWrapper.getParent