OmeroBlitz API
Home Previous Up Next Index

omero::model::Folder

Overview

[ "protected" ] class Folder extends IObject

Used By

FolderChildFoldersSeq
ImageLinkedFolderSeq
RoiLinkedFolderSeq
addChildFolders
getParentFolder
parentFolder
reloadAnnotationLinks
reloadChildFolders
reloadImageLinks
reloadRoiLinks
removeChildFolders
setParentFolder
FolderAnnotationLink::getParent
FolderAnnotationLink::link
FolderAnnotationLink::parent
FolderAnnotationLink::setParent
FolderImageLink::getParent
FolderImageLink::link
FolderImageLink::parent
FolderImageLink::setParent
FolderRoiLink::getParent
FolderRoiLink::link
FolderRoiLink::parent
FolderRoiLink::setParent
Image::findFolderImageLink
Image::linkFolder
Image::unlinkFolder
Roi::findFolderRoiLink
Roi::linkFolder
Roi::unlinkFolder

Operation Index

getVersion
setVersion
unloadChildFolders
sizeOfChildFolders
copyChildFolders
addChildFolders
addAllChildFoldersSet
removeChildFolders
removeAllChildFoldersSet
clearChildFolders
reloadChildFolders
getParentFolder
setParentFolder
unloadImageLinks
sizeOfImageLinks
copyImageLinks
addFolderImageLink
addAllFolderImageLinkSet
removeFolderImageLink
removeAllFolderImageLinkSet
clearImageLinks
reloadImageLinks
getImageLinksCountPerOwner
linkImage
addFolderImageLinkToBoth
findFolderImageLink
unlinkImage
removeFolderImageLinkFromBoth
linkedImageList
unloadRoiLinks
sizeOfRoiLinks
copyRoiLinks
addFolderRoiLink
addAllFolderRoiLinkSet
removeFolderRoiLink
removeAllFolderRoiLinkSet
clearRoiLinks
reloadRoiLinks
getRoiLinksCountPerOwner
linkRoi
addFolderRoiLinkToBoth
findFolderRoiLink
unlinkRoi
removeFolderRoiLinkFromBoth
linkedRoiList
unloadAnnotationLinks
sizeOfAnnotationLinks
copyAnnotationLinks
addFolderAnnotationLink
addAllFolderAnnotationLinkSet
removeFolderAnnotationLink
removeAllFolderAnnotationLinkSet
clearAnnotationLinks
reloadAnnotationLinks
getAnnotationLinksCountPerOwner
linkAnnotation
addFolderAnnotationLinkToBoth
findFolderAnnotationLink
unlinkAnnotation
removeFolderAnnotationLinkFromBoth
linkedAnnotationList
getName
setName
getDescription
setDescription

Data Member Index

version
childFoldersSeq
childFoldersLoaded
parentFolder
imageLinksSeq
imageLinksLoaded
imageLinksCountPerOwner
roiLinksSeq
roiLinksLoaded
roiLinksCountPerOwner
annotationLinksSeq
annotationLinksLoaded
annotationLinksCountPerOwner
name
description

Operations

RInt getVersion()

void setVersion(RInt theVersion)

void unloadChildFolders()

int sizeOfChildFolders()

FolderChildFoldersSeq copyChildFolders()

void addChildFolders(Folder target)

void addAllChildFoldersSet(FolderChildFoldersSeq targets)

void removeChildFolders(Folder theTarget)

void removeAllChildFoldersSet(FolderChildFoldersSeq targets)

void clearChildFolders()

void reloadChildFolders(Folder toCopy)

Folder getParentFolder()

void setParentFolder(Folder theParentFolder)

void unloadImageLinks()

int sizeOfImageLinks()

FolderImageLinksSeq copyImageLinks()

void addFolderImageLink(FolderImageLink target)

void addAllFolderImageLinkSet(FolderImageLinksSeq targets)

void removeFolderImageLink(FolderImageLink theTarget)

void removeAllFolderImageLinkSet(FolderImageLinksSeq targets)

void clearImageLinks()

void reloadImageLinks(Folder toCopy)

sys::CountMap getImageLinksCountPerOwner()

FolderImageLink linkImage(Image addition)

void addFolderImageLinkToBoth(FolderImageLink link, bool bothSides)

FolderImageLinksSeq findFolderImageLink(Image removal)

void unlinkImage(Image removal)

void removeFolderImageLinkFromBoth(FolderImageLink link, bool bothSides)

FolderLinkedImageSeq linkedImageList()

void unloadRoiLinks()

int sizeOfRoiLinks()

FolderRoiLinksSeq copyRoiLinks()

void addFolderRoiLink(FolderRoiLink target)

void addAllFolderRoiLinkSet(FolderRoiLinksSeq targets)

void removeFolderRoiLink(FolderRoiLink theTarget)

void removeAllFolderRoiLinkSet(FolderRoiLinksSeq targets)

void clearRoiLinks()

void reloadRoiLinks(Folder toCopy)

sys::CountMap getRoiLinksCountPerOwner()

FolderRoiLink linkRoi(Roi addition)

void addFolderRoiLinkToBoth(FolderRoiLink link, bool bothSides)

FolderRoiLinksSeq findFolderRoiLink(Roi removal)

void unlinkRoi(Roi removal)

void removeFolderRoiLinkFromBoth(FolderRoiLink link, bool bothSides)

FolderLinkedRoiSeq linkedRoiList()

void unloadAnnotationLinks()

int sizeOfAnnotationLinks()

FolderAnnotationLinksSeq copyAnnotationLinks()

void addFolderAnnotationLink(FolderAnnotationLink target)

void addAllFolderAnnotationLinkSet(FolderAnnotationLinksSeq targets)

void removeFolderAnnotationLink(FolderAnnotationLink theTarget)

void removeAllFolderAnnotationLinkSet(FolderAnnotationLinksSeq targets)

void clearAnnotationLinks()

void reloadAnnotationLinks(Folder toCopy)

sys::CountMap getAnnotationLinksCountPerOwner()

FolderAnnotationLink linkAnnotation(Annotation addition)

void addFolderAnnotationLinkToBoth(FolderAnnotationLink link, bool bothSides)

FolderAnnotationLinksSeq findFolderAnnotationLink(Annotation removal)

void unlinkAnnotation(Annotation removal)

void removeFolderAnnotationLinkFromBoth(FolderAnnotationLink link, bool bothSides)

FolderLinkedAnnotationSeq linkedAnnotationList()

RString getName()

void setName(RString theName)

RString getDescription()

void setDescription(RString theDescription)

Data Members

RInt version;

FolderChildFoldersSeq childFoldersSeq;

bool childFoldersLoaded;

Folder parentFolder;

FolderImageLinksSeq imageLinksSeq;

bool imageLinksLoaded;

sys::CountMap imageLinksCountPerOwner;

FolderRoiLinksSeq roiLinksSeq;

bool roiLinksLoaded;

sys::CountMap roiLinksCountPerOwner;

FolderAnnotationLinksSeq annotationLinksSeq;

bool annotationLinksLoaded;

sys::CountMap annotationLinksCountPerOwner;

RString name;

RString description;


Home Previous Up Next Index