public interface _RoiOperations extends _IObjectOperations
Modifier and Type | Method and Description |
---|---|
void |
addAllFolderRoiLinkSet(java.util.List<FolderRoiLink> targets,
Ice.Current __current) |
void |
addAllRoiAnnotationLinkSet(java.util.List<RoiAnnotationLink> targets,
Ice.Current __current) |
void |
addAllShapeSet(java.util.List<Shape> targets,
Ice.Current __current) |
void |
addFolderRoiLink(FolderRoiLink target,
Ice.Current __current) |
void |
addFolderRoiLinkToBoth(FolderRoiLink link,
boolean bothSides,
Ice.Current __current) |
void |
addRoiAnnotationLink(RoiAnnotationLink target,
Ice.Current __current) |
void |
addRoiAnnotationLinkToBoth(RoiAnnotationLink link,
boolean bothSides,
Ice.Current __current) |
void |
addShape(Shape target,
Ice.Current __current) |
void |
clearAnnotationLinks(Ice.Current __current) |
void |
clearFolderLinks(Ice.Current __current) |
void |
clearShapes(Ice.Current __current) |
java.util.List<RoiAnnotationLink> |
copyAnnotationLinks(Ice.Current __current) |
java.util.List<FolderRoiLink> |
copyFolderLinks(Ice.Current __current) |
java.util.List<Shape> |
copyShapes(Ice.Current __current) |
java.util.List<FolderRoiLink> |
findFolderRoiLink(Folder removal,
Ice.Current __current) |
java.util.List<RoiAnnotationLink> |
findRoiAnnotationLink(Annotation 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> |
getFolderLinksCountPerOwner(Ice.Current __current) |
Image |
getImage(Ice.Current __current) |
RString |
getName(Ice.Current __current) |
Shape |
getPrimaryShape(Ice.Current __current) |
Shape |
getShape(int index,
Ice.Current __current) |
OriginalFile |
getSource(Ice.Current __current) |
RInt |
getVersion(Ice.Current __current) |
RoiAnnotationLink |
linkAnnotation(Annotation addition,
Ice.Current __current) |
java.util.List<Annotation> |
linkedAnnotationList(Ice.Current __current) |
java.util.List<Folder> |
linkedFolderList(Ice.Current __current) |
FolderRoiLink |
linkFolder(Folder addition,
Ice.Current __current) |
void |
reloadAnnotationLinks(Roi toCopy,
Ice.Current __current) |
void |
reloadFolderLinks(Roi toCopy,
Ice.Current __current) |
void |
reloadShapes(Roi toCopy,
Ice.Current __current) |
void |
removeAllFolderRoiLinkSet(java.util.List<FolderRoiLink> targets,
Ice.Current __current) |
void |
removeAllRoiAnnotationLinkSet(java.util.List<RoiAnnotationLink> targets,
Ice.Current __current) |
void |
removeAllShapeSet(java.util.List<Shape> targets,
Ice.Current __current) |
void |
removeFolderRoiLink(FolderRoiLink theTarget,
Ice.Current __current) |
void |
removeFolderRoiLinkFromBoth(FolderRoiLink link,
boolean bothSides,
Ice.Current __current) |
void |
removeRoiAnnotationLink(RoiAnnotationLink theTarget,
Ice.Current __current) |
void |
removeRoiAnnotationLinkFromBoth(RoiAnnotationLink link,
boolean bothSides,
Ice.Current __current) |
void |
removeShape(Shape theTarget,
Ice.Current __current) |
void |
setDescription(RString theDescription,
Ice.Current __current) |
void |
setImage(Image theImage,
Ice.Current __current) |
void |
setName(RString theName,
Ice.Current __current) |
Shape |
setPrimaryShape(Shape theElement,
Ice.Current __current) |
Shape |
setShape(int index,
Shape theElement,
Ice.Current __current) |
void |
setSource(OriginalFile theSource,
Ice.Current __current) |
void |
setVersion(RInt theVersion,
Ice.Current __current) |
int |
sizeOfAnnotationLinks(Ice.Current __current) |
int |
sizeOfFolderLinks(Ice.Current __current) |
int |
sizeOfShapes(Ice.Current __current) |
void |
unlinkAnnotation(Annotation removal,
Ice.Current __current) |
void |
unlinkFolder(Folder removal,
Ice.Current __current) |
void |
unloadAnnotationLinks(Ice.Current __current) |
void |
unloadFolderLinks(Ice.Current __current) |
void |
unloadShapes(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)
RString getName(Ice.Current __current)
void setName(RString theName, Ice.Current __current)
void unloadShapes(Ice.Current __current)
int sizeOfShapes(Ice.Current __current)
java.util.List<Shape> copyShapes(Ice.Current __current)
void addShape(Shape target, Ice.Current __current)
void addAllShapeSet(java.util.List<Shape> targets, Ice.Current __current)
void removeShape(Shape theTarget, Ice.Current __current)
void removeAllShapeSet(java.util.List<Shape> targets, Ice.Current __current)
void clearShapes(Ice.Current __current)
void reloadShapes(Roi toCopy, Ice.Current __current)
Shape getShape(int index, Ice.Current __current)
Shape getPrimaryShape(Ice.Current __current)
Image getImage(Ice.Current __current)
void setImage(Image theImage, Ice.Current __current)
OriginalFile getSource(Ice.Current __current)
void setSource(OriginalFile theSource, Ice.Current __current)
void unloadFolderLinks(Ice.Current __current)
int sizeOfFolderLinks(Ice.Current __current)
java.util.List<FolderRoiLink> copyFolderLinks(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 clearFolderLinks(Ice.Current __current)
void reloadFolderLinks(Roi toCopy, Ice.Current __current)
java.util.Map<java.lang.Long,java.lang.Long> getFolderLinksCountPerOwner(Ice.Current __current)
FolderRoiLink linkFolder(Folder addition, Ice.Current __current)
void addFolderRoiLinkToBoth(FolderRoiLink link, boolean bothSides, Ice.Current __current)
java.util.List<FolderRoiLink> findFolderRoiLink(Folder removal, Ice.Current __current)
void unlinkFolder(Folder removal, Ice.Current __current)
void removeFolderRoiLinkFromBoth(FolderRoiLink link, boolean bothSides, Ice.Current __current)
java.util.List<Folder> linkedFolderList(Ice.Current __current)
void unloadAnnotationLinks(Ice.Current __current)
int sizeOfAnnotationLinks(Ice.Current __current)
java.util.List<RoiAnnotationLink> copyAnnotationLinks(Ice.Current __current)
void addRoiAnnotationLink(RoiAnnotationLink target, Ice.Current __current)
void addAllRoiAnnotationLinkSet(java.util.List<RoiAnnotationLink> targets, Ice.Current __current)
void removeRoiAnnotationLink(RoiAnnotationLink theTarget, Ice.Current __current)
void removeAllRoiAnnotationLinkSet(java.util.List<RoiAnnotationLink> targets, Ice.Current __current)
void clearAnnotationLinks(Ice.Current __current)
void reloadAnnotationLinks(Roi toCopy, Ice.Current __current)
java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current __current)
RoiAnnotationLink linkAnnotation(Annotation addition, Ice.Current __current)
void addRoiAnnotationLinkToBoth(RoiAnnotationLink link, boolean bothSides, Ice.Current __current)
java.util.List<RoiAnnotationLink> findRoiAnnotationLink(Annotation removal, Ice.Current __current)
void unlinkAnnotation(Annotation removal, Ice.Current __current)
void removeRoiAnnotationLinkFromBoth(RoiAnnotationLink link, boolean bothSides, Ice.Current __current)
java.util.List<Annotation> linkedAnnotationList(Ice.Current __current)
RString getDescription(Ice.Current __current)
void setDescription(RString theDescription, Ice.Current __current)