OmeroBlitz API
Home Previous Up Next Index

omero::model::Fileset

Overview

[ "protected" ] class Fileset extends IObject

Used By

grid::ManagedRepository::importFileset
reloadAnnotationLinks
reloadImages
reloadJobLinks
reloadUsedFiles
FilesetAnnotationLink::getParent
FilesetAnnotationLink::link
FilesetAnnotationLink::parent
FilesetAnnotationLink::setParent
FilesetEntry::fileset
FilesetEntry::getFileset
FilesetEntry::setFileset
FilesetJobLink::getParent
FilesetJobLink::link
FilesetJobLink::parent
FilesetJobLink::setParent
Image::fileset
Image::getFileset
Image::setFileset

Operation Index

getVersion
setVersion
unloadUsedFiles
sizeOfUsedFiles
copyUsedFiles
addFilesetEntry
addAllFilesetEntrySet
removeFilesetEntry
removeAllFilesetEntrySet
clearUsedFiles
reloadUsedFiles
getFilesetEntry
setFilesetEntry
getPrimaryFilesetEntry
setPrimaryFilesetEntry
unloadImages
sizeOfImages
copyImages
addImage
addAllImageSet
removeImage
removeAllImageSet
clearImages
reloadImages
unloadJobLinks
sizeOfJobLinks
copyJobLinks
addFilesetJobLink
addAllFilesetJobLinkSet
removeFilesetJobLink
removeAllFilesetJobLinkSet
clearJobLinks
reloadJobLinks
getFilesetJobLink
setFilesetJobLink
getPrimaryFilesetJobLink
setPrimaryFilesetJobLink
getJobLinksCountPerOwner
linkJob
addFilesetJobLinkToBoth
findFilesetJobLink
unlinkJob
removeFilesetJobLinkFromBoth
linkedJobList
getTemplatePrefix
setTemplatePrefix
unloadAnnotationLinks
sizeOfAnnotationLinks
copyAnnotationLinks
addFilesetAnnotationLink
addAllFilesetAnnotationLinkSet
removeFilesetAnnotationLink
removeAllFilesetAnnotationLinkSet
clearAnnotationLinks
reloadAnnotationLinks
getAnnotationLinksCountPerOwner
linkAnnotation
addFilesetAnnotationLinkToBoth
findFilesetAnnotationLink
unlinkAnnotation
removeFilesetAnnotationLinkFromBoth
linkedAnnotationList

Data Member Index

version
usedFilesSeq
usedFilesLoaded
imagesSeq
imagesLoaded
jobLinksSeq
jobLinksLoaded
jobLinksCountPerOwner
templatePrefix
annotationLinksSeq
annotationLinksLoaded
annotationLinksCountPerOwner

Operations

RInt getVersion()

void setVersion(RInt theVersion)

void unloadUsedFiles()

int sizeOfUsedFiles()

FilesetUsedFilesSeq copyUsedFiles()

void addFilesetEntry(FilesetEntry target)

void addAllFilesetEntrySet(FilesetUsedFilesSeq targets)

void removeFilesetEntry(FilesetEntry theTarget)

void removeAllFilesetEntrySet(FilesetUsedFilesSeq targets)

void clearUsedFiles()

void reloadUsedFiles(Fileset toCopy)

FilesetEntry getFilesetEntry(int index)

FilesetEntry setFilesetEntry(int index, FilesetEntry theElement)

FilesetEntry getPrimaryFilesetEntry()

FilesetEntry setPrimaryFilesetEntry(FilesetEntry theElement)

void unloadImages()

int sizeOfImages()

FilesetImagesSeq copyImages()

void addImage(Image target)

void addAllImageSet(FilesetImagesSeq targets)

void removeImage(Image theTarget)

void removeAllImageSet(FilesetImagesSeq targets)

void clearImages()

void reloadImages(Fileset toCopy)

void unloadJobLinks()

int sizeOfJobLinks()

FilesetJobLinksSeq copyJobLinks()

void addFilesetJobLink(FilesetJobLink target)

void addAllFilesetJobLinkSet(FilesetJobLinksSeq targets)

void removeFilesetJobLink(FilesetJobLink theTarget)

void removeAllFilesetJobLinkSet(FilesetJobLinksSeq targets)

void clearJobLinks()

void reloadJobLinks(Fileset toCopy)

FilesetJobLink getFilesetJobLink(int index)

FilesetJobLink setFilesetJobLink(int index, FilesetJobLink theElement)

FilesetJobLink getPrimaryFilesetJobLink()

FilesetJobLink setPrimaryFilesetJobLink(FilesetJobLink theElement)

sys::CountMap getJobLinksCountPerOwner()

FilesetJobLink linkJob(Job addition)

void addFilesetJobLinkToBoth(FilesetJobLink link, bool bothSides)

FilesetJobLinksSeq findFilesetJobLink(Job removal)

void unlinkJob(Job removal)

void removeFilesetJobLinkFromBoth(FilesetJobLink link, bool bothSides)

FilesetLinkedJobSeq linkedJobList()

RString getTemplatePrefix()

void setTemplatePrefix(RString theTemplatePrefix)

void unloadAnnotationLinks()

int sizeOfAnnotationLinks()

FilesetAnnotationLinksSeq copyAnnotationLinks()

void addFilesetAnnotationLink(FilesetAnnotationLink target)

void addAllFilesetAnnotationLinkSet(FilesetAnnotationLinksSeq targets)

void removeFilesetAnnotationLink(FilesetAnnotationLink theTarget)

void removeAllFilesetAnnotationLinkSet(FilesetAnnotationLinksSeq targets)

void clearAnnotationLinks()

void reloadAnnotationLinks(Fileset toCopy)

sys::CountMap getAnnotationLinksCountPerOwner()

FilesetAnnotationLink linkAnnotation(Annotation addition)

void addFilesetAnnotationLinkToBoth(FilesetAnnotationLink link, bool bothSides)

FilesetAnnotationLinksSeq findFilesetAnnotationLink(Annotation removal)

void unlinkAnnotation(Annotation removal)

void removeFilesetAnnotationLinkFromBoth(FilesetAnnotationLink link, bool bothSides)

FilesetLinkedAnnotationSeq linkedAnnotationList()

Data Members

RInt version;

FilesetUsedFilesSeq usedFilesSeq;

bool usedFilesLoaded;

FilesetImagesSeq imagesSeq;

bool imagesLoaded;

FilesetJobLinksSeq jobLinksSeq;

bool jobLinksLoaded;

sys::CountMap jobLinksCountPerOwner;

RString templatePrefix;

FilesetAnnotationLinksSeq annotationLinksSeq;

bool annotationLinksLoaded;

sys::CountMap annotationLinksCountPerOwner;


Home Previous Up Next Index