Package omero.model

Interface _ScreenOperations

    • Method Detail

      • getVersion

        RInt getVersion​(Ice.Current __current)
      • setVersion

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

        RString getType​(Ice.Current __current)
      • setType

        void setType​(RString theType,
                     Ice.Current __current)
      • getProtocolIdentifier

        RString getProtocolIdentifier​(Ice.Current __current)
      • setProtocolIdentifier

        void setProtocolIdentifier​(RString theProtocolIdentifier,
                                   Ice.Current __current)
      • getProtocolDescription

        RString getProtocolDescription​(Ice.Current __current)
      • setProtocolDescription

        void setProtocolDescription​(RString theProtocolDescription,
                                    Ice.Current __current)
      • getReagentSetIdentifier

        RString getReagentSetIdentifier​(Ice.Current __current)
      • setReagentSetIdentifier

        void setReagentSetIdentifier​(RString theReagentSetIdentifier,
                                     Ice.Current __current)
      • getReagentSetDescription

        RString getReagentSetDescription​(Ice.Current __current)
      • setReagentSetDescription

        void setReagentSetDescription​(RString theReagentSetDescription,
                                      Ice.Current __current)
      • unloadPlateLinks

        void unloadPlateLinks​(Ice.Current __current)
      • sizeOfPlateLinks

        int sizeOfPlateLinks​(Ice.Current __current)
      • copyPlateLinks

        java.util.List<ScreenPlateLink> copyPlateLinks​(Ice.Current __current)
      • addScreenPlateLink

        void addScreenPlateLink​(ScreenPlateLink target,
                                Ice.Current __current)
      • addAllScreenPlateLinkSet

        void addAllScreenPlateLinkSet​(java.util.List<ScreenPlateLink> targets,
                                      Ice.Current __current)
      • removeScreenPlateLink

        void removeScreenPlateLink​(ScreenPlateLink theTarget,
                                   Ice.Current __current)
      • removeAllScreenPlateLinkSet

        void removeAllScreenPlateLinkSet​(java.util.List<ScreenPlateLink> targets,
                                         Ice.Current __current)
      • clearPlateLinks

        void clearPlateLinks​(Ice.Current __current)
      • reloadPlateLinks

        void reloadPlateLinks​(Screen toCopy,
                              Ice.Current __current)
      • getPlateLinksCountPerOwner

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

        void addScreenPlateLinkToBoth​(ScreenPlateLink link,
                                      boolean bothSides,
                                      Ice.Current __current)
      • findScreenPlateLink

        java.util.List<ScreenPlateLink> findScreenPlateLink​(Plate removal,
                                                            Ice.Current __current)
      • unlinkPlate

        void unlinkPlate​(Plate removal,
                         Ice.Current __current)
      • removeScreenPlateLinkFromBoth

        void removeScreenPlateLinkFromBoth​(ScreenPlateLink link,
                                           boolean bothSides,
                                           Ice.Current __current)
      • linkedPlateList

        java.util.List<Plate> linkedPlateList​(Ice.Current __current)
      • unloadReagents

        void unloadReagents​(Ice.Current __current)
      • sizeOfReagents

        int sizeOfReagents​(Ice.Current __current)
      • copyReagents

        java.util.List<Reagent> copyReagents​(Ice.Current __current)
      • addReagent

        void addReagent​(Reagent target,
                        Ice.Current __current)
      • addAllReagentSet

        void addAllReagentSet​(java.util.List<Reagent> targets,
                              Ice.Current __current)
      • removeReagent

        void removeReagent​(Reagent theTarget,
                           Ice.Current __current)
      • removeAllReagentSet

        void removeAllReagentSet​(java.util.List<Reagent> targets,
                                 Ice.Current __current)
      • clearReagents

        void clearReagents​(Ice.Current __current)
      • reloadReagents

        void reloadReagents​(Screen toCopy,
                            Ice.Current __current)
      • unloadAnnotationLinks

        void unloadAnnotationLinks​(Ice.Current __current)
      • sizeOfAnnotationLinks

        int sizeOfAnnotationLinks​(Ice.Current __current)
      • copyAnnotationLinks

        java.util.List<ScreenAnnotationLink> copyAnnotationLinks​(Ice.Current __current)
      • addScreenAnnotationLink

        void addScreenAnnotationLink​(ScreenAnnotationLink target,
                                     Ice.Current __current)
      • addAllScreenAnnotationLinkSet

        void addAllScreenAnnotationLinkSet​(java.util.List<ScreenAnnotationLink> targets,
                                           Ice.Current __current)
      • removeScreenAnnotationLink

        void removeScreenAnnotationLink​(ScreenAnnotationLink theTarget,
                                        Ice.Current __current)
      • removeAllScreenAnnotationLinkSet

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

        void clearAnnotationLinks​(Ice.Current __current)
      • reloadAnnotationLinks

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

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

        void addScreenAnnotationLinkToBoth​(ScreenAnnotationLink link,
                                           boolean bothSides,
                                           Ice.Current __current)
      • unlinkAnnotation

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

        void removeScreenAnnotationLinkFromBoth​(ScreenAnnotationLink 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)