Version: Beta-4.1.1-r5927-b91

OmeroBlitz Api
Home Previous Up Next Index

omero::model::ScreenAcquisition

Overview

[ "protected" ] class ScreenAcquisition extends IObject

Used By

reloadAnnotationLinks
reloadWellSampleLinks
ScreenScreenAcquisitionSeq
WellSampleLinkedScreenAcquisitionSeq
Screen::addScreenAcquisition
Screen::removeScreenAcquisition
ScreenAcquisitionAnnotationLink::getParent
ScreenAcquisitionAnnotationLink::link
ScreenAcquisitionAnnotationLink::parent
ScreenAcquisitionAnnotationLink::setParent
ScreenAcquisitionWellSampleLink::getParent
ScreenAcquisitionWellSampleLink::link
ScreenAcquisitionWellSampleLink::parent
ScreenAcquisitionWellSampleLink::setParent
WellSample::findScreenAcquisitionWellSampleLink
WellSample::linkScreenAcquisition
WellSample::unlinkScreenAcquisition

Operation Index

getVersion
setVersion
getStartTime
setStartTime
getEndTime
setEndTime
getScreen
setScreen
unloadWellSampleLinks
sizeOfWellSampleLinks
copyWellSampleLinks
addScreenAcquisitionWellSampleLink
addAllScreenAcquisitionWellSampleLinkSet
removeScreenAcquisitionWellSampleLink
removeAllScreenAcquisitionWellSampleLinkSet
clearWellSampleLinks
reloadWellSampleLinks
getWellSampleLinksCountPerOwner
linkWellSample
addScreenAcquisitionWellSampleLinkToBoth
findScreenAcquisitionWellSampleLink
unlinkWellSample
removeScreenAcquisitionWellSampleLinkFromBoth
linkedWellSampleList
unloadAnnotationLinks
sizeOfAnnotationLinks
copyAnnotationLinks
addScreenAcquisitionAnnotationLink
addAllScreenAcquisitionAnnotationLinkSet
removeScreenAcquisitionAnnotationLink
removeAllScreenAcquisitionAnnotationLinkSet
clearAnnotationLinks
reloadAnnotationLinks
getAnnotationLinksCountPerOwner
linkAnnotation
addScreenAcquisitionAnnotationLinkToBoth
findScreenAcquisitionAnnotationLink
unlinkAnnotation
removeScreenAcquisitionAnnotationLinkFromBoth
linkedAnnotationList

Data Member Index

version
startTime
endTime
screen
wellSampleLinksSeq
wellSampleLinksLoaded
wellSampleLinksCountPerOwner
annotationLinksSeq
annotationLinksLoaded
annotationLinksCountPerOwner

Operations

RInt getVersion()

void setVersion(RInt theVersion)

RTime getStartTime()

void setStartTime(RTime theStartTime)

RTime getEndTime()

void setEndTime(RTime theEndTime)

Screen getScreen()

void setScreen(Screen theScreen)

void unloadWellSampleLinks()

int sizeOfWellSampleLinks()

ScreenAcquisitionWellSampleLinksSeq copyWellSampleLinks()

void addScreenAcquisitionWellSampleLink(ScreenAcquisitionWellSampleLink target)

void addAllScreenAcquisitionWellSampleLinkSet(ScreenAcquisitionWellSampleLinksSeq targets)

void removeScreenAcquisitionWellSampleLink(ScreenAcquisitionWellSampleLink theTarget)

void removeAllScreenAcquisitionWellSampleLinkSet(ScreenAcquisitionWellSampleLinksSeq targets)

void clearWellSampleLinks()

void reloadWellSampleLinks(ScreenAcquisition toCopy)

sys::CountMap getWellSampleLinksCountPerOwner()

ScreenAcquisitionWellSampleLink linkWellSample(WellSample addition)

void addScreenAcquisitionWellSampleLinkToBoth(ScreenAcquisitionWellSampleLink link, bool bothSides)

ScreenAcquisitionWellSampleLinksSeq findScreenAcquisitionWellSampleLink(WellSample removal)

void unlinkWellSample(WellSample removal)

void removeScreenAcquisitionWellSampleLinkFromBoth(ScreenAcquisitionWellSampleLink link, bool bothSides)

ScreenAcquisitionLinkedWellSampleSeq linkedWellSampleList()

void unloadAnnotationLinks()

int sizeOfAnnotationLinks()

ScreenAcquisitionAnnotationLinksSeq copyAnnotationLinks()

void addScreenAcquisitionAnnotationLink(ScreenAcquisitionAnnotationLink target)

void addAllScreenAcquisitionAnnotationLinkSet(ScreenAcquisitionAnnotationLinksSeq targets)

void removeScreenAcquisitionAnnotationLink(ScreenAcquisitionAnnotationLink theTarget)

void removeAllScreenAcquisitionAnnotationLinkSet(ScreenAcquisitionAnnotationLinksSeq targets)

void clearAnnotationLinks()

void reloadAnnotationLinks(ScreenAcquisition toCopy)

sys::CountMap getAnnotationLinksCountPerOwner()

ScreenAcquisitionAnnotationLink linkAnnotation(Annotation addition)

void addScreenAcquisitionAnnotationLinkToBoth(ScreenAcquisitionAnnotationLink link, bool bothSides)

ScreenAcquisitionAnnotationLinksSeq findScreenAcquisitionAnnotationLink(Annotation removal)

void unlinkAnnotation(Annotation removal)

void removeScreenAcquisitionAnnotationLinkFromBoth(ScreenAcquisitionAnnotationLink link, bool bothSides)

ScreenAcquisitionLinkedAnnotationSeq linkedAnnotationList()

Data Members

RInt version;

RTime startTime;

RTime endTime;

Screen screen;

ScreenAcquisitionWellSampleLinksSeq wellSampleLinksSeq;

bool wellSampleLinksLoaded;

sys::CountMap wellSampleLinksCountPerOwner;

ScreenAcquisitionAnnotationLinksSeq annotationLinksSeq;

bool annotationLinksLoaded;

sys::CountMap annotationLinksCountPerOwner;


Home Previous Up Next Index