Package omero.model
Interface _RoiOperations
-
- All Superinterfaces:
_IObjectOperations
public interface _RoiOperations extends _IObjectOperations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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)
-
Methods inherited from interface omero.model._IObjectOperations
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
-
-
-
Method Detail
-
getVersion
RInt getVersion(Ice.Current __current)
-
setVersion
void setVersion(RInt theVersion, Ice.Current __current)
-
getName
RString getName(Ice.Current __current)
-
setName
void setName(RString theName, Ice.Current __current)
-
unloadShapes
void unloadShapes(Ice.Current __current)
-
sizeOfShapes
int sizeOfShapes(Ice.Current __current)
-
copyShapes
java.util.List<Shape> copyShapes(Ice.Current __current)
-
addShape
void addShape(Shape target, Ice.Current __current)
-
addAllShapeSet
void addAllShapeSet(java.util.List<Shape> targets, Ice.Current __current)
-
removeShape
void removeShape(Shape theTarget, Ice.Current __current)
-
removeAllShapeSet
void removeAllShapeSet(java.util.List<Shape> targets, Ice.Current __current)
-
clearShapes
void clearShapes(Ice.Current __current)
-
reloadShapes
void reloadShapes(Roi toCopy, Ice.Current __current)
-
getShape
Shape getShape(int index, Ice.Current __current)
-
getPrimaryShape
Shape getPrimaryShape(Ice.Current __current)
-
getImage
Image getImage(Ice.Current __current)
-
setImage
void setImage(Image theImage, Ice.Current __current)
-
getSource
OriginalFile getSource(Ice.Current __current)
-
setSource
void setSource(OriginalFile theSource, Ice.Current __current)
-
unloadFolderLinks
void unloadFolderLinks(Ice.Current __current)
-
sizeOfFolderLinks
int sizeOfFolderLinks(Ice.Current __current)
-
copyFolderLinks
java.util.List<FolderRoiLink> copyFolderLinks(Ice.Current __current)
-
addFolderRoiLink
void addFolderRoiLink(FolderRoiLink target, Ice.Current __current)
-
addAllFolderRoiLinkSet
void addAllFolderRoiLinkSet(java.util.List<FolderRoiLink> targets, Ice.Current __current)
-
removeFolderRoiLink
void removeFolderRoiLink(FolderRoiLink theTarget, Ice.Current __current)
-
removeAllFolderRoiLinkSet
void removeAllFolderRoiLinkSet(java.util.List<FolderRoiLink> targets, Ice.Current __current)
-
clearFolderLinks
void clearFolderLinks(Ice.Current __current)
-
reloadFolderLinks
void reloadFolderLinks(Roi toCopy, Ice.Current __current)
-
getFolderLinksCountPerOwner
java.util.Map<java.lang.Long,java.lang.Long> getFolderLinksCountPerOwner(Ice.Current __current)
-
linkFolder
FolderRoiLink linkFolder(Folder addition, Ice.Current __current)
-
addFolderRoiLinkToBoth
void addFolderRoiLinkToBoth(FolderRoiLink link, boolean bothSides, Ice.Current __current)
-
findFolderRoiLink
java.util.List<FolderRoiLink> findFolderRoiLink(Folder removal, Ice.Current __current)
-
unlinkFolder
void unlinkFolder(Folder removal, Ice.Current __current)
-
removeFolderRoiLinkFromBoth
void removeFolderRoiLinkFromBoth(FolderRoiLink link, boolean bothSides, Ice.Current __current)
-
linkedFolderList
java.util.List<Folder> linkedFolderList(Ice.Current __current)
-
unloadAnnotationLinks
void unloadAnnotationLinks(Ice.Current __current)
-
sizeOfAnnotationLinks
int sizeOfAnnotationLinks(Ice.Current __current)
-
copyAnnotationLinks
java.util.List<RoiAnnotationLink> copyAnnotationLinks(Ice.Current __current)
-
addRoiAnnotationLink
void addRoiAnnotationLink(RoiAnnotationLink target, Ice.Current __current)
-
addAllRoiAnnotationLinkSet
void addAllRoiAnnotationLinkSet(java.util.List<RoiAnnotationLink> targets, Ice.Current __current)
-
removeRoiAnnotationLink
void removeRoiAnnotationLink(RoiAnnotationLink theTarget, Ice.Current __current)
-
removeAllRoiAnnotationLinkSet
void removeAllRoiAnnotationLinkSet(java.util.List<RoiAnnotationLink> targets, Ice.Current __current)
-
clearAnnotationLinks
void clearAnnotationLinks(Ice.Current __current)
-
reloadAnnotationLinks
void reloadAnnotationLinks(Roi toCopy, Ice.Current __current)
-
getAnnotationLinksCountPerOwner
java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current __current)
-
linkAnnotation
RoiAnnotationLink linkAnnotation(Annotation addition, Ice.Current __current)
-
addRoiAnnotationLinkToBoth
void addRoiAnnotationLinkToBoth(RoiAnnotationLink link, boolean bothSides, Ice.Current __current)
-
findRoiAnnotationLink
java.util.List<RoiAnnotationLink> findRoiAnnotationLink(Annotation removal, Ice.Current __current)
-
unlinkAnnotation
void unlinkAnnotation(Annotation removal, Ice.Current __current)
-
removeRoiAnnotationLinkFromBoth
void removeRoiAnnotationLinkFromBoth(RoiAnnotationLink link, boolean bothSides, Ice.Current __current)
-
linkedAnnotationList
java.util.List<Annotation> linkedAnnotationList(Ice.Current __current)
-
getDescription
RString getDescription(Ice.Current __current)
-
setDescription
void setDescription(RString theDescription, Ice.Current __current)
-
-