Package omero.model

Interface _RoiOperations

    • 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)
      • setShape

        Shape setShape​(int index,
                       Shape theElement,
                       Ice.Current __current)
      • getPrimaryShape

        Shape getPrimaryShape​(Ice.Current __current)
      • setPrimaryShape

        Shape setPrimaryShape​(Shape theElement,
                              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)
      • 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)
      • addRoiAnnotationLinkToBoth

        void addRoiAnnotationLinkToBoth​(RoiAnnotationLink link,
                                        boolean bothSides,
                                        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)