public interface _FolderOperations extends _IObjectOperations
Modifier and Type | Method and Description |
---|---|
void |
addAllChildFoldersSet(java.util.List<Folder> targets,
Ice.Current __current) |
void |
addAllFolderAnnotationLinkSet(java.util.List<FolderAnnotationLink> targets,
Ice.Current __current) |
void |
addAllFolderImageLinkSet(java.util.List<FolderImageLink> targets,
Ice.Current __current) |
void |
addAllFolderRoiLinkSet(java.util.List<FolderRoiLink> targets,
Ice.Current __current) |
void |
addChildFolders(Folder target,
Ice.Current __current) |
void |
addFolderAnnotationLink(FolderAnnotationLink target,
Ice.Current __current) |
void |
addFolderAnnotationLinkToBoth(FolderAnnotationLink link,
boolean bothSides,
Ice.Current __current) |
void |
addFolderImageLink(FolderImageLink target,
Ice.Current __current) |
void |
addFolderImageLinkToBoth(FolderImageLink link,
boolean bothSides,
Ice.Current __current) |
void |
addFolderRoiLink(FolderRoiLink target,
Ice.Current __current) |
void |
addFolderRoiLinkToBoth(FolderRoiLink link,
boolean bothSides,
Ice.Current __current) |
void |
clearAnnotationLinks(Ice.Current __current) |
void |
clearChildFolders(Ice.Current __current) |
void |
clearImageLinks(Ice.Current __current) |
void |
clearRoiLinks(Ice.Current __current) |
java.util.List<FolderAnnotationLink> |
copyAnnotationLinks(Ice.Current __current) |
java.util.List<Folder> |
copyChildFolders(Ice.Current __current) |
java.util.List<FolderImageLink> |
copyImageLinks(Ice.Current __current) |
java.util.List<FolderRoiLink> |
copyRoiLinks(Ice.Current __current) |
java.util.List<FolderAnnotationLink> |
findFolderAnnotationLink(Annotation removal,
Ice.Current __current) |
java.util.List<FolderImageLink> |
findFolderImageLink(Image removal,
Ice.Current __current) |
java.util.List<FolderRoiLink> |
findFolderRoiLink(Roi removal,
Ice.Current __current) |
java.util.Map<java.lang.Long,java.lang.Long> |
getAnnotationLinksCountPerOwner(Ice.Current __current) |
RString |
getDescription(Ice.Current __current) |
java.util.Map<java.lang.Long,java.lang.Long> |
getImageLinksCountPerOwner(Ice.Current __current) |
RString |
getName(Ice.Current __current) |
Folder |
getParentFolder(Ice.Current __current) |
java.util.Map<java.lang.Long,java.lang.Long> |
getRoiLinksCountPerOwner(Ice.Current __current) |
RInt |
getVersion(Ice.Current __current) |
FolderAnnotationLink |
linkAnnotation(Annotation addition,
Ice.Current __current) |
java.util.List<Annotation> |
linkedAnnotationList(Ice.Current __current) |
java.util.List<Image> |
linkedImageList(Ice.Current __current) |
java.util.List<Roi> |
linkedRoiList(Ice.Current __current) |
FolderImageLink |
linkImage(Image addition,
Ice.Current __current) |
FolderRoiLink |
linkRoi(Roi addition,
Ice.Current __current) |
void |
reloadAnnotationLinks(Folder toCopy,
Ice.Current __current) |
void |
reloadChildFolders(Folder toCopy,
Ice.Current __current) |
void |
reloadImageLinks(Folder toCopy,
Ice.Current __current) |
void |
reloadRoiLinks(Folder toCopy,
Ice.Current __current) |
void |
removeAllChildFoldersSet(java.util.List<Folder> targets,
Ice.Current __current) |
void |
removeAllFolderAnnotationLinkSet(java.util.List<FolderAnnotationLink> targets,
Ice.Current __current) |
void |
removeAllFolderImageLinkSet(java.util.List<FolderImageLink> targets,
Ice.Current __current) |
void |
removeAllFolderRoiLinkSet(java.util.List<FolderRoiLink> targets,
Ice.Current __current) |
void |
removeChildFolders(Folder theTarget,
Ice.Current __current) |
void |
removeFolderAnnotationLink(FolderAnnotationLink theTarget,
Ice.Current __current) |
void |
removeFolderAnnotationLinkFromBoth(FolderAnnotationLink link,
boolean bothSides,
Ice.Current __current) |
void |
removeFolderImageLink(FolderImageLink theTarget,
Ice.Current __current) |
void |
removeFolderImageLinkFromBoth(FolderImageLink link,
boolean bothSides,
Ice.Current __current) |
void |
removeFolderRoiLink(FolderRoiLink theTarget,
Ice.Current __current) |
void |
removeFolderRoiLinkFromBoth(FolderRoiLink link,
boolean bothSides,
Ice.Current __current) |
void |
setDescription(RString theDescription,
Ice.Current __current) |
void |
setName(RString theName,
Ice.Current __current) |
void |
setParentFolder(Folder theParentFolder,
Ice.Current __current) |
void |
setVersion(RInt theVersion,
Ice.Current __current) |
int |
sizeOfAnnotationLinks(Ice.Current __current) |
int |
sizeOfChildFolders(Ice.Current __current) |
int |
sizeOfImageLinks(Ice.Current __current) |
int |
sizeOfRoiLinks(Ice.Current __current) |
void |
unlinkAnnotation(Annotation removal,
Ice.Current __current) |
void |
unlinkImage(Image removal,
Ice.Current __current) |
void |
unlinkRoi(Roi removal,
Ice.Current __current) |
void |
unloadAnnotationLinks(Ice.Current __current) |
void |
unloadChildFolders(Ice.Current __current) |
void |
unloadImageLinks(Ice.Current __current) |
void |
unloadRoiLinks(Ice.Current __current) |
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
RInt getVersion(Ice.Current __current)
void setVersion(RInt theVersion, Ice.Current __current)
void unloadChildFolders(Ice.Current __current)
int sizeOfChildFolders(Ice.Current __current)
java.util.List<Folder> copyChildFolders(Ice.Current __current)
void addChildFolders(Folder target, Ice.Current __current)
void addAllChildFoldersSet(java.util.List<Folder> targets, Ice.Current __current)
void removeChildFolders(Folder theTarget, Ice.Current __current)
void removeAllChildFoldersSet(java.util.List<Folder> targets, Ice.Current __current)
void clearChildFolders(Ice.Current __current)
void reloadChildFolders(Folder toCopy, Ice.Current __current)
Folder getParentFolder(Ice.Current __current)
void setParentFolder(Folder theParentFolder, Ice.Current __current)
void unloadImageLinks(Ice.Current __current)
int sizeOfImageLinks(Ice.Current __current)
java.util.List<FolderImageLink> copyImageLinks(Ice.Current __current)
void addFolderImageLink(FolderImageLink target, Ice.Current __current)
void addAllFolderImageLinkSet(java.util.List<FolderImageLink> targets, Ice.Current __current)
void removeFolderImageLink(FolderImageLink theTarget, Ice.Current __current)
void removeAllFolderImageLinkSet(java.util.List<FolderImageLink> targets, Ice.Current __current)
void clearImageLinks(Ice.Current __current)
void reloadImageLinks(Folder toCopy, Ice.Current __current)
java.util.Map<java.lang.Long,java.lang.Long> getImageLinksCountPerOwner(Ice.Current __current)
FolderImageLink linkImage(Image addition, Ice.Current __current)
void addFolderImageLinkToBoth(FolderImageLink link, boolean bothSides, Ice.Current __current)
java.util.List<FolderImageLink> findFolderImageLink(Image removal, Ice.Current __current)
void unlinkImage(Image removal, Ice.Current __current)
void removeFolderImageLinkFromBoth(FolderImageLink link, boolean bothSides, Ice.Current __current)
java.util.List<Image> linkedImageList(Ice.Current __current)
void unloadRoiLinks(Ice.Current __current)
int sizeOfRoiLinks(Ice.Current __current)
java.util.List<FolderRoiLink> copyRoiLinks(Ice.Current __current)
void addFolderRoiLink(FolderRoiLink target, Ice.Current __current)
void addAllFolderRoiLinkSet(java.util.List<FolderRoiLink> targets, Ice.Current __current)
void removeFolderRoiLink(FolderRoiLink theTarget, Ice.Current __current)
void removeAllFolderRoiLinkSet(java.util.List<FolderRoiLink> targets, Ice.Current __current)
void clearRoiLinks(Ice.Current __current)
void reloadRoiLinks(Folder toCopy, Ice.Current __current)
java.util.Map<java.lang.Long,java.lang.Long> getRoiLinksCountPerOwner(Ice.Current __current)
FolderRoiLink linkRoi(Roi addition, Ice.Current __current)
void addFolderRoiLinkToBoth(FolderRoiLink link, boolean bothSides, Ice.Current __current)
java.util.List<FolderRoiLink> findFolderRoiLink(Roi removal, Ice.Current __current)
void unlinkRoi(Roi removal, Ice.Current __current)
void removeFolderRoiLinkFromBoth(FolderRoiLink link, boolean bothSides, Ice.Current __current)
java.util.List<Roi> linkedRoiList(Ice.Current __current)
void unloadAnnotationLinks(Ice.Current __current)
int sizeOfAnnotationLinks(Ice.Current __current)
java.util.List<FolderAnnotationLink> copyAnnotationLinks(Ice.Current __current)
void addFolderAnnotationLink(FolderAnnotationLink target, Ice.Current __current)
void addAllFolderAnnotationLinkSet(java.util.List<FolderAnnotationLink> targets, Ice.Current __current)
void removeFolderAnnotationLink(FolderAnnotationLink theTarget, Ice.Current __current)
void removeAllFolderAnnotationLinkSet(java.util.List<FolderAnnotationLink> targets, Ice.Current __current)
void clearAnnotationLinks(Ice.Current __current)
void reloadAnnotationLinks(Folder toCopy, Ice.Current __current)
java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current __current)
FolderAnnotationLink linkAnnotation(Annotation addition, Ice.Current __current)
void addFolderAnnotationLinkToBoth(FolderAnnotationLink link, boolean bothSides, Ice.Current __current)
java.util.List<FolderAnnotationLink> findFolderAnnotationLink(Annotation removal, Ice.Current __current)
void unlinkAnnotation(Annotation removal, Ice.Current __current)
void removeFolderAnnotationLinkFromBoth(FolderAnnotationLink link, boolean bothSides, Ice.Current __current)
java.util.List<Annotation> linkedAnnotationList(Ice.Current __current)
RString getName(Ice.Current __current)
void setName(RString theName, Ice.Current __current)
RString getDescription(Ice.Current __current)
void setDescription(RString theDescription, Ice.Current __current)