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

Class FileAnnotationWrapper

source code


omero_model_FileAnnotatio class wrapper extends AnnotationWrapper.

Instance Methods [hide private]
 
_getQueryString(self)
Used for building queries in generic methods such as getObjects("FileAnnotation")
source code
 
getValue(self)
Not implemented
source code
 
setValue(self, val)
Not implemented
source code
Boolean
isOriginalMetadata(self)
Checks if this file annotation is an 'original_metadata' file
source code
Long
getFileSize(self)
Looks up the size of the file in bytes
source code
String
getFileName(self)
Gets the file name
source code
Generator
getFileInChunks(self)
Returns a generator yielding chunks of the file data.
source code

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

Inherited from BlitzObjectWrapper: __bstrap__, __getattr__, __loadedHotSwap__, __prepare__, __repr__, canDelete, canOwnerWrite, canWrite, countChildren, countChildren_cached, creationEventDate, findChildByName, getAncestry, getAnnotation, getChildLinks, getDate, getDescription, getDetails, getId, getName, getOwner, getOwnerFullName, getOwnerOmeName, getParent, isEditable, isLeaded, isOwned, isPrivate, isPublic, isReadOnly, 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__

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 = FileAnnotationI
hash(x)
  _attrs = 'file|OriginalFileWrapper',

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]

_getQueryString(self)

source code 

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

Overrides: BlitzObjectWrapper._getQueryString

getValue(self)

source code 

Not implemented

Overrides: AnnotationWrapper.getValue

setValue(self, val)

source code 

Not implemented

Overrides: AnnotationWrapper.setValue

isOriginalMetadata(self)

source code 

Checks if this file annotation is an 'original_metadata' file

Returns: Boolean
True if namespace and file name follow metadata convention

getFileSize(self)

source code 

Looks up the size of the file in bytes

Returns: Long
File size (bytes)

getFileName(self)

source code 

Gets the file name

Returns: String
File name

getFileInChunks(self)

source code 

Returns a generator yielding chunks of the file data.

Returns: Generator
Data from file in chunks