Package omero.model
Interface _SessionOperationsNC
-
- All Superinterfaces:
_IObjectOperationsNC
- All Known Subinterfaces:
_ShareOperationsNC
public interface _SessionOperationsNC extends _IObjectOperationsNC
-
-
Method Summary
-
Methods inherited from interface omero.model._IObjectOperationsNC
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
-
-
-
Method Detail
-
getVersion
RInt getVersion()
-
setVersion
void setVersion(RInt theVersion)
-
getNode
Node getNode()
-
setNode
void setNode(Node theNode)
-
getUuid
RString getUuid()
-
setUuid
void setUuid(RString theUuid)
-
getOwner
Experimenter getOwner()
-
setOwner
void setOwner(Experimenter theOwner)
-
getSudoer
Experimenter getSudoer()
-
setSudoer
void setSudoer(Experimenter theSudoer)
-
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)
-
getMessage
RString getMessage()
-
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()
-
copyAnnotationLinks
java.util.List<SessionAnnotationLink> copyAnnotationLinks()
-
addSessionAnnotationLink
void addSessionAnnotationLink(SessionAnnotationLink target)
-
addAllSessionAnnotationLinkSet
void addAllSessionAnnotationLinkSet(java.util.List<SessionAnnotationLink> targets)
-
removeSessionAnnotationLink
void removeSessionAnnotationLink(SessionAnnotationLink theTarget)
-
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()
-
linkAnnotation
SessionAnnotationLink linkAnnotation(Annotation addition)
-
addSessionAnnotationLinkToBoth
void addSessionAnnotationLinkToBoth(SessionAnnotationLink link, boolean bothSides)
-
findSessionAnnotationLink
java.util.List<SessionAnnotationLink> findSessionAnnotationLink(Annotation removal)
-
unlinkAnnotation
void unlinkAnnotation(Annotation removal)
-
removeSessionAnnotationLinkFromBoth
void removeSessionAnnotationLinkFromBoth(SessionAnnotationLink link, boolean bothSides)
-
linkedAnnotationList
java.util.List<Annotation> linkedAnnotationList()
-
-