Package omero.model

Interface _LightPathOperationsNC

    • Method Detail

      • getVersion

        RInt getVersion()
      • setVersion

        void setVersion​(RInt theVersion)
      • unloadExcitationFilterLink

        void unloadExcitationFilterLink()
      • sizeOfExcitationFilterLink

        int sizeOfExcitationFilterLink()
      • removeAllLightPathExcitationFilterLinkSet

        void removeAllLightPathExcitationFilterLinkSet​(java.util.List<LightPathExcitationFilterLink> targets)
      • clearExcitationFilterLink

        void clearExcitationFilterLink()
      • reloadExcitationFilterLink

        void reloadExcitationFilterLink​(LightPath toCopy)
      • getExcitationFilterLinkCountPerOwner

        java.util.Map<java.lang.Long,​java.lang.Long> getExcitationFilterLinkCountPerOwner()
      • addLightPathExcitationFilterLinkToBoth

        void addLightPathExcitationFilterLinkToBoth​(LightPathExcitationFilterLink link,
                                                    boolean bothSides)
      • unlinkExcitationFilter

        void unlinkExcitationFilter​(Filter removal)
      • removeLightPathExcitationFilterLinkFromBoth

        void removeLightPathExcitationFilterLinkFromBoth​(LightPathExcitationFilterLink link,
                                                         boolean bothSides)
      • linkedExcitationFilterList

        java.util.List<Filter> linkedExcitationFilterList()
      • setDichroic

        void setDichroic​(Dichroic theDichroic)
      • unloadEmissionFilterLink

        void unloadEmissionFilterLink()
      • sizeOfEmissionFilterLink

        int sizeOfEmissionFilterLink()
      • addAllLightPathEmissionFilterLinkSet

        void addAllLightPathEmissionFilterLinkSet​(java.util.List<LightPathEmissionFilterLink> targets)
      • removeAllLightPathEmissionFilterLinkSet

        void removeAllLightPathEmissionFilterLinkSet​(java.util.List<LightPathEmissionFilterLink> targets)
      • clearEmissionFilterLink

        void clearEmissionFilterLink()
      • reloadEmissionFilterLink

        void reloadEmissionFilterLink​(LightPath toCopy)
      • getEmissionFilterLinkCountPerOwner

        java.util.Map<java.lang.Long,​java.lang.Long> getEmissionFilterLinkCountPerOwner()
      • addLightPathEmissionFilterLinkToBoth

        void addLightPathEmissionFilterLinkToBoth​(LightPathEmissionFilterLink link,
                                                  boolean bothSides)
      • unlinkEmissionFilter

        void unlinkEmissionFilter​(Filter removal)
      • removeLightPathEmissionFilterLinkFromBoth

        void removeLightPathEmissionFilterLinkFromBoth​(LightPathEmissionFilterLink link,
                                                       boolean bothSides)
      • linkedEmissionFilterList

        java.util.List<Filter> linkedEmissionFilterList()
      • unloadAnnotationLinks

        void unloadAnnotationLinks()
      • sizeOfAnnotationLinks

        int sizeOfAnnotationLinks()
      • addAllLightPathAnnotationLinkSet

        void addAllLightPathAnnotationLinkSet​(java.util.List<LightPathAnnotationLink> targets)
      • removeAllLightPathAnnotationLinkSet

        void removeAllLightPathAnnotationLinkSet​(java.util.List<LightPathAnnotationLink> targets)
      • clearAnnotationLinks

        void clearAnnotationLinks()
      • reloadAnnotationLinks

        void reloadAnnotationLinks​(LightPath toCopy)
      • getAnnotationLinksCountPerOwner

        java.util.Map<java.lang.Long,​java.lang.Long> getAnnotationLinksCountPerOwner()
      • addLightPathAnnotationLinkToBoth

        void addLightPathAnnotationLinkToBoth​(LightPathAnnotationLink link,
                                              boolean bothSides)
      • unlinkAnnotation

        void unlinkAnnotation​(Annotation removal)
      • removeLightPathAnnotationLinkFromBoth

        void removeLightPathAnnotationLinkFromBoth​(LightPathAnnotationLink link,
                                                   boolean bothSides)
      • linkedAnnotationList

        java.util.List<Annotation> linkedAnnotationList()