Package omero.model

Interface _SessionOperationsNC

    • Method Detail

      • getVersion

        RInt getVersion()
      • setVersion

        void setVersion​(RInt theVersion)
      • getNode

        Node getNode()
      • setNode

        void setNode​(Node theNode)
      • setUuid

        void setUuid​(RString theUuid)
      • getTimeToIdle

        RLong getTimeToIdle()
      • setTimeToIdle

        void setTimeToIdle​(RLong theTimeToIdle)
      • getTimeToLive

        RLong getTimeToLive()
      • setTimeToLive

        void setTimeToLive​(RLong theTimeToLive)
      • getStarted

        RTime getStarted()
      • setStarted

        void setStarted​(RTime theStarted)
      • getClosed

        RTime getClosed()
      • setClosed

        void setClosed​(RTime theClosed)
      • setMessage

        void setMessage​(RString theMessage)
      • getDefaultEventType

        RString getDefaultEventType()
      • setDefaultEventType

        void setDefaultEventType​(RString theDefaultEventType)
      • getUserAgent

        RString getUserAgent()
      • setUserAgent

        void setUserAgent​(RString theUserAgent)
      • getUserIP

        RString getUserIP()
        Deprecated.
        userIP is deprecated.
      • setUserIP

        void setUserIP​(RString theUserIP)
        Deprecated.
        userIP is deprecated.
      • unloadEvents

        void unloadEvents()
      • sizeOfEvents

        int sizeOfEvents()
      • copyEvents

        java.util.List<Event> copyEvents()
      • addEvent

        void addEvent​(Event target)
      • addAllEventSet

        void addAllEventSet​(java.util.List<Event> targets)
      • removeEvent

        void removeEvent​(Event theTarget)
      • removeAllEventSet

        void removeAllEventSet​(java.util.List<Event> targets)
      • clearEvents

        void clearEvents()
      • reloadEvents

        void reloadEvents​(Session toCopy)
      • unloadAnnotationLinks

        void unloadAnnotationLinks()
      • sizeOfAnnotationLinks

        int sizeOfAnnotationLinks()
      • addAllSessionAnnotationLinkSet

        void addAllSessionAnnotationLinkSet​(java.util.List<SessionAnnotationLink> targets)
      • removeAllSessionAnnotationLinkSet

        void removeAllSessionAnnotationLinkSet​(java.util.List<SessionAnnotationLink> targets)
      • clearAnnotationLinks

        void clearAnnotationLinks()
      • reloadAnnotationLinks

        void reloadAnnotationLinks​(Session toCopy)
      • getAnnotationLinksCountPerOwner

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

        void addSessionAnnotationLinkToBoth​(SessionAnnotationLink link,
                                            boolean bothSides)
      • unlinkAnnotation

        void unlinkAnnotation​(Annotation removal)
      • removeSessionAnnotationLinkFromBoth

        void removeSessionAnnotationLinkFromBoth​(SessionAnnotationLink link,
                                                 boolean bothSides)
      • linkedAnnotationList

        java.util.List<Annotation> linkedAnnotationList()