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

Class _PlateAcquisitionWrapper

source code


Instance Methods [hide private]
 
__bstrap__(self)
Initialisation method which is implemented by subclasses to set their class variables etc.
source code
 
getName(self)
Gets this object name
source code
 
name(self) source code
list of BlitzObjectWrapper ( or tuple(BlitzObjectWrapper, BlitzObjectWrapper) )
listParents(self, withlinks=False)
Because PlateAcquisitions are direct children of plates, with no links in between, a special listParents is needed
source code

Inherited from 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, getOwner, getOwnerFullName, getOwnerOmeName, getParent, getParentLinks, 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__

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]

__bstrap__(self)

source code 

Initialisation method which is implemented by subclasses to set their class variables etc.

Overrides: BlitzObjectWrapper.__bstrap__
(inherited documentation)

getName(self)

source code 

Gets this object name

Returns:
String or None
Overrides: BlitzObjectWrapper.getName
(inherited documentation)

listParents(self, withlinks=False)

source code 

Because PlateAcquisitions are direct children of plates, with no links in between, a special listParents is needed

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