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