Version: 5.4.10-ice35-b105

OmeroBlitz API
Home Previous Up Next Index

omero::model::Node

Overview

[ "protected" ] class Node extends IObject

Used By

reloadAnnotationLinks
reloadSessions
NodeAnnotationLink::getParent
NodeAnnotationLink::link
NodeAnnotationLink::parent
NodeAnnotationLink::setParent
Session::getNode
Session::node
Session::setNode

Operation Index

getVersion
setVersion
unloadSessions
sizeOfSessions
copySessions
addSession
addAllSessionSet
removeSession
removeAllSessionSet
clearSessions
reloadSessions
getUuid
setUuid
getConn
setConn
getUp
setUp
getDown
setDown
getScale
setScale
unloadAnnotationLinks
sizeOfAnnotationLinks
copyAnnotationLinks
addNodeAnnotationLink
addAllNodeAnnotationLinkSet
removeNodeAnnotationLink
removeAllNodeAnnotationLinkSet
clearAnnotationLinks
reloadAnnotationLinks
getAnnotationLinksCountPerOwner
linkAnnotation
addNodeAnnotationLinkToBoth
findNodeAnnotationLink
unlinkAnnotation
removeNodeAnnotationLinkFromBoth
linkedAnnotationList

Data Member Index

version
sessionsSeq
sessionsLoaded
uuid
conn
up
down
scale
annotationLinksSeq
annotationLinksLoaded
annotationLinksCountPerOwner

Operations

RInt getVersion()

void setVersion(RInt theVersion)

void unloadSessions()

int sizeOfSessions()

NodeSessionsSeq copySessions()

void addSession(Session target)

void addAllSessionSet(NodeSessionsSeq targets)

void removeSession(Session theTarget)

void removeAllSessionSet(NodeSessionsSeq targets)

void clearSessions()

void reloadSessions(Node toCopy)

RString getUuid()

void setUuid(RString theUuid)

RString getConn()

void setConn(RString theConn)

RTime getUp()

void setUp(RTime theUp)

RTime getDown()

void setDown(RTime theDown)

RInt getScale()

void setScale(RInt theScale)

void unloadAnnotationLinks()

int sizeOfAnnotationLinks()

NodeAnnotationLinksSeq copyAnnotationLinks()

void addNodeAnnotationLink(NodeAnnotationLink target)

void addAllNodeAnnotationLinkSet(NodeAnnotationLinksSeq targets)

void removeNodeAnnotationLink(NodeAnnotationLink theTarget)

void removeAllNodeAnnotationLinkSet(NodeAnnotationLinksSeq targets)

void clearAnnotationLinks()

void reloadAnnotationLinks(Node toCopy)

sys::CountMap getAnnotationLinksCountPerOwner()

NodeAnnotationLink linkAnnotation(Annotation addition)

void addNodeAnnotationLinkToBoth(NodeAnnotationLink link, bool bothSides)

NodeAnnotationLinksSeq findNodeAnnotationLink(Annotation removal)

void unlinkAnnotation(Annotation removal)

void removeNodeAnnotationLinkFromBoth(NodeAnnotationLink link, bool bothSides)

NodeLinkedAnnotationSeq linkedAnnotationList()

Data Members

RInt version;

NodeSessionsSeq sessionsSeq;

bool sessionsLoaded;

RString uuid;

RString conn;

RTime up;

RTime down;

RInt scale;

NodeAnnotationLinksSeq annotationLinksSeq;

bool annotationLinksLoaded;

sys::CountMap annotationLinksCountPerOwner;


Home Previous Up Next Index