Modifier and Type |
Method and Description |
void |
addAllFilesetAnnotationLinkSet(java.util.List<FilesetAnnotationLink> targets) |
void |
addAllFilesetEntrySet(java.util.List<FilesetEntry> targets) |
void |
addAllFilesetJobLinkSet(java.util.List<FilesetJobLink> targets) |
void |
addAllImageSet(java.util.List<Image> targets) |
void |
addFilesetAnnotationLink(FilesetAnnotationLink target) |
void |
addFilesetAnnotationLinkToBoth(FilesetAnnotationLink link,
boolean bothSides) |
void |
addFilesetEntry(FilesetEntry target) |
void |
addFilesetJobLink(FilesetJobLink target) |
void |
addFilesetJobLinkToBoth(FilesetJobLink link,
boolean bothSides) |
void |
addImage(Image target) |
void |
clearAnnotationLinks() |
void |
clearImages() |
void |
clearJobLinks() |
void |
clearUsedFiles() |
java.util.List<FilesetAnnotationLink> |
copyAnnotationLinks() |
java.util.List<Image> |
copyImages() |
java.util.List<FilesetJobLink> |
copyJobLinks() |
java.util.List<FilesetEntry> |
copyUsedFiles() |
java.util.List<FilesetAnnotationLink> |
findFilesetAnnotationLink(Annotation removal) |
java.util.List<FilesetJobLink> |
findFilesetJobLink(Job removal) |
java.util.Map<java.lang.Long,java.lang.Long> |
getAnnotationLinksCountPerOwner() |
FilesetEntry |
getFilesetEntry(int index) |
FilesetJobLink |
getFilesetJobLink(int index) |
java.util.Map<java.lang.Long,java.lang.Long> |
getJobLinksCountPerOwner() |
FilesetEntry |
getPrimaryFilesetEntry() |
FilesetJobLink |
getPrimaryFilesetJobLink() |
RString |
getTemplatePrefix() |
RInt |
getVersion() |
FilesetAnnotationLink |
linkAnnotation(Annotation addition) |
java.util.List<Annotation> |
linkedAnnotationList() |
java.util.List<Job> |
linkedJobList() |
FilesetJobLink |
linkJob(Job addition) |
void |
reloadAnnotationLinks(Fileset toCopy) |
void |
reloadImages(Fileset toCopy) |
void |
reloadJobLinks(Fileset toCopy) |
void |
reloadUsedFiles(Fileset toCopy) |
void |
removeAllFilesetAnnotationLinkSet(java.util.List<FilesetAnnotationLink> targets) |
void |
removeAllFilesetEntrySet(java.util.List<FilesetEntry> targets) |
void |
removeAllFilesetJobLinkSet(java.util.List<FilesetJobLink> targets) |
void |
removeAllImageSet(java.util.List<Image> targets) |
void |
removeFilesetAnnotationLink(FilesetAnnotationLink theTarget) |
void |
removeFilesetAnnotationLinkFromBoth(FilesetAnnotationLink link,
boolean bothSides) |
void |
removeFilesetEntry(FilesetEntry theTarget) |
void |
removeFilesetJobLink(FilesetJobLink theTarget) |
void |
removeFilesetJobLinkFromBoth(FilesetJobLink link,
boolean bothSides) |
void |
removeImage(Image theTarget) |
FilesetEntry |
setFilesetEntry(int index,
FilesetEntry theElement) |
FilesetJobLink |
setFilesetJobLink(int index,
FilesetJobLink theElement) |
FilesetEntry |
setPrimaryFilesetEntry(FilesetEntry theElement) |
FilesetJobLink |
setPrimaryFilesetJobLink(FilesetJobLink theElement) |
void |
setTemplatePrefix(RString theTemplatePrefix) |
void |
setVersion(RInt theVersion) |
int |
sizeOfAnnotationLinks() |
int |
sizeOfImages() |
int |
sizeOfJobLinks() |
int |
sizeOfUsedFiles() |
void |
unlinkAnnotation(Annotation removal) |
void |
unlinkJob(Job removal) |
void |
unloadAnnotationLinks() |
void |
unloadImages() |
void |
unloadJobLinks() |
void |
unloadUsedFiles() |