Package omero.model

Interface _SessionOperations

    • Method Detail

      • getVersion

        RInt getVersion​(Ice.Current __current)
      • setVersion

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

        Node getNode​(Ice.Current __current)
      • setNode

        void setNode​(Node theNode,
                     Ice.Current __current)
      • getUuid

        RString getUuid​(Ice.Current __current)
      • setUuid

        void setUuid​(RString theUuid,
                     Ice.Current __current)
      • getOwner

        Experimenter getOwner​(Ice.Current __current)
      • setOwner

        void setOwner​(Experimenter theOwner,
                      Ice.Current __current)
      • getSudoer

        Experimenter getSudoer​(Ice.Current __current)
      • setSudoer

        void setSudoer​(Experimenter theSudoer,
                       Ice.Current __current)
      • getTimeToIdle

        RLong getTimeToIdle​(Ice.Current __current)
      • setTimeToIdle

        void setTimeToIdle​(RLong theTimeToIdle,
                           Ice.Current __current)
      • getTimeToLive

        RLong getTimeToLive​(Ice.Current __current)
      • setTimeToLive

        void setTimeToLive​(RLong theTimeToLive,
                           Ice.Current __current)
      • getStarted

        RTime getStarted​(Ice.Current __current)
      • setStarted

        void setStarted​(RTime theStarted,
                        Ice.Current __current)
      • getClosed

        RTime getClosed​(Ice.Current __current)
      • setClosed

        void setClosed​(RTime theClosed,
                       Ice.Current __current)
      • getMessage

        RString getMessage​(Ice.Current __current)
      • setMessage

        void setMessage​(RString theMessage,
                        Ice.Current __current)
      • getDefaultEventType

        RString getDefaultEventType​(Ice.Current __current)
      • setDefaultEventType

        void setDefaultEventType​(RString theDefaultEventType,
                                 Ice.Current __current)
      • getUserAgent

        RString getUserAgent​(Ice.Current __current)
      • setUserAgent

        void setUserAgent​(RString theUserAgent,
                          Ice.Current __current)
      • getUserIP

        RString getUserIP​(Ice.Current __current)
        Deprecated.
        userIP is deprecated.
      • setUserIP

        void setUserIP​(RString theUserIP,
                       Ice.Current __current)
        Deprecated.
        userIP is deprecated.
      • unloadEvents

        void unloadEvents​(Ice.Current __current)
      • sizeOfEvents

        int sizeOfEvents​(Ice.Current __current)
      • copyEvents

        java.util.List<Event> copyEvents​(Ice.Current __current)
      • addEvent

        void addEvent​(Event target,
                      Ice.Current __current)
      • addAllEventSet

        void addAllEventSet​(java.util.List<Event> targets,
                            Ice.Current __current)
      • removeEvent

        void removeEvent​(Event theTarget,
                         Ice.Current __current)
      • removeAllEventSet

        void removeAllEventSet​(java.util.List<Event> targets,
                               Ice.Current __current)
      • clearEvents

        void clearEvents​(Ice.Current __current)
      • reloadEvents

        void reloadEvents​(Session toCopy,
                          Ice.Current __current)
      • unloadAnnotationLinks

        void unloadAnnotationLinks​(Ice.Current __current)
      • sizeOfAnnotationLinks

        int sizeOfAnnotationLinks​(Ice.Current __current)
      • copyAnnotationLinks

        java.util.List<SessionAnnotationLink> copyAnnotationLinks​(Ice.Current __current)
      • addSessionAnnotationLink

        void addSessionAnnotationLink​(SessionAnnotationLink target,
                                      Ice.Current __current)
      • addAllSessionAnnotationLinkSet

        void addAllSessionAnnotationLinkSet​(java.util.List<SessionAnnotationLink> targets,
                                            Ice.Current __current)
      • removeSessionAnnotationLink

        void removeSessionAnnotationLink​(SessionAnnotationLink theTarget,
                                         Ice.Current __current)
      • removeAllSessionAnnotationLinkSet

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

        void clearAnnotationLinks​(Ice.Current __current)
      • reloadAnnotationLinks

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

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

        void addSessionAnnotationLinkToBoth​(SessionAnnotationLink link,
                                            boolean bothSides,
                                            Ice.Current __current)
      • unlinkAnnotation

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

        void removeSessionAnnotationLinkFromBoth​(SessionAnnotationLink link,
                                                 boolean bothSides,
                                                 Ice.Current __current)
      • linkedAnnotationList

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