Package omero.model

Interface _ObjectiveOperations

    • Method Detail

      • getVersion

        RInt getVersion​(Ice.Current __current)
      • setVersion

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

        RString getManufacturer​(Ice.Current __current)
      • setManufacturer

        void setManufacturer​(RString theManufacturer,
                             Ice.Current __current)
      • getModel

        RString getModel​(Ice.Current __current)
      • setModel

        void setModel​(RString theModel,
                      Ice.Current __current)
      • getLotNumber

        RString getLotNumber​(Ice.Current __current)
      • setLotNumber

        void setLotNumber​(RString theLotNumber,
                          Ice.Current __current)
      • getSerialNumber

        RString getSerialNumber​(Ice.Current __current)
      • setSerialNumber

        void setSerialNumber​(RString theSerialNumber,
                             Ice.Current __current)
      • getNominalMagnification

        RDouble getNominalMagnification​(Ice.Current __current)
      • setNominalMagnification

        void setNominalMagnification​(RDouble theNominalMagnification,
                                     Ice.Current __current)
      • getCalibratedMagnification

        RDouble getCalibratedMagnification​(Ice.Current __current)
      • setCalibratedMagnification

        void setCalibratedMagnification​(RDouble theCalibratedMagnification,
                                        Ice.Current __current)
      • getLensNA

        RDouble getLensNA​(Ice.Current __current)
      • setLensNA

        void setLensNA​(RDouble theLensNA,
                       Ice.Current __current)
      • getImmersion

        Immersion getImmersion​(Ice.Current __current)
      • setImmersion

        void setImmersion​(Immersion theImmersion,
                          Ice.Current __current)
      • getCorrection

        Correction getCorrection​(Ice.Current __current)
      • setCorrection

        void setCorrection​(Correction theCorrection,
                           Ice.Current __current)
      • getWorkingDistance

        Length getWorkingDistance​(Ice.Current __current)
      • setWorkingDistance

        void setWorkingDistance​(Length theWorkingDistance,
                                Ice.Current __current)
      • getIris

        RBool getIris​(Ice.Current __current)
      • setIris

        void setIris​(RBool theIris,
                     Ice.Current __current)
      • getInstrument

        Instrument getInstrument​(Ice.Current __current)
      • setInstrument

        void setInstrument​(Instrument theInstrument,
                           Ice.Current __current)
      • unloadAnnotationLinks

        void unloadAnnotationLinks​(Ice.Current __current)
      • sizeOfAnnotationLinks

        int sizeOfAnnotationLinks​(Ice.Current __current)
      • addObjectiveAnnotationLink

        void addObjectiveAnnotationLink​(ObjectiveAnnotationLink target,
                                        Ice.Current __current)
      • addAllObjectiveAnnotationLinkSet

        void addAllObjectiveAnnotationLinkSet​(java.util.List<ObjectiveAnnotationLink> targets,
                                              Ice.Current __current)
      • removeObjectiveAnnotationLink

        void removeObjectiveAnnotationLink​(ObjectiveAnnotationLink theTarget,
                                           Ice.Current __current)
      • removeAllObjectiveAnnotationLinkSet

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

        void clearAnnotationLinks​(Ice.Current __current)
      • reloadAnnotationLinks

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

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

        void addObjectiveAnnotationLinkToBoth​(ObjectiveAnnotationLink link,
                                              boolean bothSides,
                                              Ice.Current __current)
      • unlinkAnnotation

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

        void removeObjectiveAnnotationLinkFromBoth​(ObjectiveAnnotationLink link,
                                                   boolean bothSides,
                                                   Ice.Current __current)
      • linkedAnnotationList

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