Package omero.model

Interface _FolderOperations

    • Method Detail

      • getVersion

        RInt getVersion​(Ice.Current __current)
      • setVersion

        void setVersion​(RInt theVersion,
                        Ice.Current __current)
      • unloadChildFolders

        void unloadChildFolders​(Ice.Current __current)
      • sizeOfChildFolders

        int sizeOfChildFolders​(Ice.Current __current)
      • copyChildFolders

        java.util.List<Folder> copyChildFolders​(Ice.Current __current)
      • addChildFolders

        void addChildFolders​(Folder target,
                             Ice.Current __current)
      • addAllChildFoldersSet

        void addAllChildFoldersSet​(java.util.List<Folder> targets,
                                   Ice.Current __current)
      • removeChildFolders

        void removeChildFolders​(Folder theTarget,
                                Ice.Current __current)
      • removeAllChildFoldersSet

        void removeAllChildFoldersSet​(java.util.List<Folder> targets,
                                      Ice.Current __current)
      • clearChildFolders

        void clearChildFolders​(Ice.Current __current)
      • reloadChildFolders

        void reloadChildFolders​(Folder toCopy,
                                Ice.Current __current)
      • getParentFolder

        Folder getParentFolder​(Ice.Current __current)
      • setParentFolder

        void setParentFolder​(Folder theParentFolder,
                             Ice.Current __current)
      • unloadImageLinks

        void unloadImageLinks​(Ice.Current __current)
      • sizeOfImageLinks

        int sizeOfImageLinks​(Ice.Current __current)
      • copyImageLinks

        java.util.List<FolderImageLink> copyImageLinks​(Ice.Current __current)
      • addFolderImageLink

        void addFolderImageLink​(FolderImageLink target,
                                Ice.Current __current)
      • addAllFolderImageLinkSet

        void addAllFolderImageLinkSet​(java.util.List<FolderImageLink> targets,
                                      Ice.Current __current)
      • removeFolderImageLink

        void removeFolderImageLink​(FolderImageLink theTarget,
                                   Ice.Current __current)
      • removeAllFolderImageLinkSet

        void removeAllFolderImageLinkSet​(java.util.List<FolderImageLink> targets,
                                         Ice.Current __current)
      • clearImageLinks

        void clearImageLinks​(Ice.Current __current)
      • reloadImageLinks

        void reloadImageLinks​(Folder toCopy,
                              Ice.Current __current)
      • getImageLinksCountPerOwner

        java.util.Map<java.lang.Long,​java.lang.Long> getImageLinksCountPerOwner​(Ice.Current __current)
      • addFolderImageLinkToBoth

        void addFolderImageLinkToBoth​(FolderImageLink link,
                                      boolean bothSides,
                                      Ice.Current __current)
      • findFolderImageLink

        java.util.List<FolderImageLink> findFolderImageLink​(Image removal,
                                                            Ice.Current __current)
      • unlinkImage

        void unlinkImage​(Image removal,
                         Ice.Current __current)
      • removeFolderImageLinkFromBoth

        void removeFolderImageLinkFromBoth​(FolderImageLink link,
                                           boolean bothSides,
                                           Ice.Current __current)
      • linkedImageList

        java.util.List<Image> linkedImageList​(Ice.Current __current)
      • unloadRoiLinks

        void unloadRoiLinks​(Ice.Current __current)
      • sizeOfRoiLinks

        int sizeOfRoiLinks​(Ice.Current __current)
      • copyRoiLinks

        java.util.List<FolderRoiLink> copyRoiLinks​(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)
      • clearRoiLinks

        void clearRoiLinks​(Ice.Current __current)
      • reloadRoiLinks

        void reloadRoiLinks​(Folder toCopy,
                            Ice.Current __current)
      • getRoiLinksCountPerOwner

        java.util.Map<java.lang.Long,​java.lang.Long> getRoiLinksCountPerOwner​(Ice.Current __current)
      • addFolderRoiLinkToBoth

        void addFolderRoiLinkToBoth​(FolderRoiLink link,
                                    boolean bothSides,
                                    Ice.Current __current)
      • findFolderRoiLink

        java.util.List<FolderRoiLink> findFolderRoiLink​(Roi removal,
                                                        Ice.Current __current)
      • unlinkRoi

        void unlinkRoi​(Roi removal,
                       Ice.Current __current)
      • removeFolderRoiLinkFromBoth

        void removeFolderRoiLinkFromBoth​(FolderRoiLink link,
                                         boolean bothSides,
                                         Ice.Current __current)
      • linkedRoiList

        java.util.List<Roi> linkedRoiList​(Ice.Current __current)
      • unloadAnnotationLinks

        void unloadAnnotationLinks​(Ice.Current __current)
      • sizeOfAnnotationLinks

        int sizeOfAnnotationLinks​(Ice.Current __current)
      • copyAnnotationLinks

        java.util.List<FolderAnnotationLink> copyAnnotationLinks​(Ice.Current __current)
      • addFolderAnnotationLink

        void addFolderAnnotationLink​(FolderAnnotationLink target,
                                     Ice.Current __current)
      • addAllFolderAnnotationLinkSet

        void addAllFolderAnnotationLinkSet​(java.util.List<FolderAnnotationLink> targets,
                                           Ice.Current __current)
      • removeFolderAnnotationLink

        void removeFolderAnnotationLink​(FolderAnnotationLink theTarget,
                                        Ice.Current __current)
      • removeAllFolderAnnotationLinkSet

        void removeAllFolderAnnotationLinkSet​(java.util.List<FolderAnnotationLink> targets,
                                              Ice.Current __current)
      • clearAnnotationLinks

        void clearAnnotationLinks​(Ice.Current __current)
      • reloadAnnotationLinks

        void reloadAnnotationLinks​(Folder toCopy,
                                   Ice.Current __current)
      • getAnnotationLinksCountPerOwner

        java.util.Map<java.lang.Long,​java.lang.Long> getAnnotationLinksCountPerOwner​(Ice.Current __current)
      • addFolderAnnotationLinkToBoth

        void addFolderAnnotationLinkToBoth​(FolderAnnotationLink link,
                                           boolean bothSides,
                                           Ice.Current __current)
      • unlinkAnnotation

        void unlinkAnnotation​(Annotation removal,
                              Ice.Current __current)
      • removeFolderAnnotationLinkFromBoth

        void removeFolderAnnotationLinkFromBoth​(FolderAnnotationLink link,
                                                boolean bothSides,
                                                Ice.Current __current)
      • linkedAnnotationList

        java.util.List<Annotation> linkedAnnotationList​(Ice.Current __current)
      • getName

        RString getName​(Ice.Current __current)
      • setName

        void setName​(RString theName,
                     Ice.Current __current)
      • getDescription

        RString getDescription​(Ice.Current __current)
      • setDescription

        void setDescription​(RString theDescription,
                            Ice.Current __current)