Package omero.model
Interface _SessionOperations
-
- All Superinterfaces:
_IObjectOperations
- All Known Subinterfaces:
_ShareOperations
public interface _SessionOperations extends _IObjectOperations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
addAllEventSet(java.util.List<Event> targets, Ice.Current __current)
void
addAllSessionAnnotationLinkSet(java.util.List<SessionAnnotationLink> targets, Ice.Current __current)
void
addEvent(Event target, Ice.Current __current)
void
addSessionAnnotationLink(SessionAnnotationLink target, Ice.Current __current)
void
addSessionAnnotationLinkToBoth(SessionAnnotationLink link, boolean bothSides, Ice.Current __current)
void
clearAnnotationLinks(Ice.Current __current)
void
clearEvents(Ice.Current __current)
java.util.List<SessionAnnotationLink>
copyAnnotationLinks(Ice.Current __current)
java.util.List<Event>
copyEvents(Ice.Current __current)
java.util.List<SessionAnnotationLink>
findSessionAnnotationLink(Annotation removal, Ice.Current __current)
java.util.Map<java.lang.Long,java.lang.Long>
getAnnotationLinksCountPerOwner(Ice.Current __current)
RTime
getClosed(Ice.Current __current)
RString
getDefaultEventType(Ice.Current __current)
RString
getMessage(Ice.Current __current)
Node
getNode(Ice.Current __current)
Experimenter
getOwner(Ice.Current __current)
RTime
getStarted(Ice.Current __current)
Experimenter
getSudoer(Ice.Current __current)
RLong
getTimeToIdle(Ice.Current __current)
RLong
getTimeToLive(Ice.Current __current)
RString
getUserAgent(Ice.Current __current)
RString
getUserIP(Ice.Current __current)
Deprecated.userIP is deprecated.RString
getUuid(Ice.Current __current)
RInt
getVersion(Ice.Current __current)
SessionAnnotationLink
linkAnnotation(Annotation addition, Ice.Current __current)
java.util.List<Annotation>
linkedAnnotationList(Ice.Current __current)
void
reloadAnnotationLinks(Session toCopy, Ice.Current __current)
void
reloadEvents(Session toCopy, Ice.Current __current)
void
removeAllEventSet(java.util.List<Event> targets, Ice.Current __current)
void
removeAllSessionAnnotationLinkSet(java.util.List<SessionAnnotationLink> targets, Ice.Current __current)
void
removeEvent(Event theTarget, Ice.Current __current)
void
removeSessionAnnotationLink(SessionAnnotationLink theTarget, Ice.Current __current)
void
removeSessionAnnotationLinkFromBoth(SessionAnnotationLink link, boolean bothSides, Ice.Current __current)
void
setClosed(RTime theClosed, Ice.Current __current)
void
setDefaultEventType(RString theDefaultEventType, Ice.Current __current)
void
setMessage(RString theMessage, Ice.Current __current)
void
setNode(Node theNode, Ice.Current __current)
void
setOwner(Experimenter theOwner, Ice.Current __current)
void
setStarted(RTime theStarted, Ice.Current __current)
void
setSudoer(Experimenter theSudoer, Ice.Current __current)
void
setTimeToIdle(RLong theTimeToIdle, Ice.Current __current)
void
setTimeToLive(RLong theTimeToLive, Ice.Current __current)
void
setUserAgent(RString theUserAgent, Ice.Current __current)
void
setUserIP(RString theUserIP, Ice.Current __current)
Deprecated.userIP is deprecated.void
setUuid(RString theUuid, Ice.Current __current)
void
setVersion(RInt theVersion, Ice.Current __current)
int
sizeOfAnnotationLinks(Ice.Current __current)
int
sizeOfEvents(Ice.Current __current)
void
unlinkAnnotation(Annotation removal, Ice.Current __current)
void
unloadAnnotationLinks(Ice.Current __current)
void
unloadEvents(Ice.Current __current)
-
Methods inherited from interface omero.model._IObjectOperations
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
-
-
-
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)
-
linkAnnotation
SessionAnnotationLink linkAnnotation(Annotation addition, Ice.Current __current)
-
addSessionAnnotationLinkToBoth
void addSessionAnnotationLinkToBoth(SessionAnnotationLink link, boolean bothSides, Ice.Current __current)
-
findSessionAnnotationLink
java.util.List<SessionAnnotationLink> findSessionAnnotationLink(Annotation removal, 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)
-
-