public interface _NodeOperations extends _IObjectOperations
Modifier and Type | Method and Description |
---|---|
void |
addAllNodeAnnotationLinkSet(java.util.List<NodeAnnotationLink> targets,
Ice.Current __current) |
void |
addAllSessionSet(java.util.List<Session> targets,
Ice.Current __current) |
void |
addNodeAnnotationLink(NodeAnnotationLink target,
Ice.Current __current) |
void |
addNodeAnnotationLinkToBoth(NodeAnnotationLink link,
boolean bothSides,
Ice.Current __current) |
void |
addSession(Session target,
Ice.Current __current) |
void |
clearAnnotationLinks(Ice.Current __current) |
void |
clearSessions(Ice.Current __current) |
java.util.List<NodeAnnotationLink> |
copyAnnotationLinks(Ice.Current __current) |
java.util.List<Session> |
copySessions(Ice.Current __current) |
java.util.List<NodeAnnotationLink> |
findNodeAnnotationLink(Annotation removal,
Ice.Current __current) |
java.util.Map<java.lang.Long,java.lang.Long> |
getAnnotationLinksCountPerOwner(Ice.Current __current) |
RString |
getConn(Ice.Current __current) |
RTime |
getDown(Ice.Current __current) |
RInt |
getScale(Ice.Current __current) |
RTime |
getUp(Ice.Current __current) |
RString |
getUuid(Ice.Current __current) |
RInt |
getVersion(Ice.Current __current) |
NodeAnnotationLink |
linkAnnotation(Annotation addition,
Ice.Current __current) |
java.util.List<Annotation> |
linkedAnnotationList(Ice.Current __current) |
void |
reloadAnnotationLinks(Node toCopy,
Ice.Current __current) |
void |
reloadSessions(Node toCopy,
Ice.Current __current) |
void |
removeAllNodeAnnotationLinkSet(java.util.List<NodeAnnotationLink> targets,
Ice.Current __current) |
void |
removeAllSessionSet(java.util.List<Session> targets,
Ice.Current __current) |
void |
removeNodeAnnotationLink(NodeAnnotationLink theTarget,
Ice.Current __current) |
void |
removeNodeAnnotationLinkFromBoth(NodeAnnotationLink link,
boolean bothSides,
Ice.Current __current) |
void |
removeSession(Session theTarget,
Ice.Current __current) |
void |
setConn(RString theConn,
Ice.Current __current) |
void |
setDown(RTime theDown,
Ice.Current __current) |
void |
setScale(RInt theScale,
Ice.Current __current) |
void |
setUp(RTime theUp,
Ice.Current __current) |
void |
setUuid(RString theUuid,
Ice.Current __current) |
void |
setVersion(RInt theVersion,
Ice.Current __current) |
int |
sizeOfAnnotationLinks(Ice.Current __current) |
int |
sizeOfSessions(Ice.Current __current) |
void |
unlinkAnnotation(Annotation removal,
Ice.Current __current) |
void |
unloadAnnotationLinks(Ice.Current __current) |
void |
unloadSessions(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)
void unloadSessions(Ice.Current __current)
int sizeOfSessions(Ice.Current __current)
java.util.List<Session> copySessions(Ice.Current __current)
void addSession(Session target, Ice.Current __current)
void addAllSessionSet(java.util.List<Session> targets, Ice.Current __current)
void removeSession(Session theTarget, Ice.Current __current)
void removeAllSessionSet(java.util.List<Session> targets, Ice.Current __current)
void clearSessions(Ice.Current __current)
void reloadSessions(Node toCopy, Ice.Current __current)
RString getUuid(Ice.Current __current)
void setUuid(RString theUuid, Ice.Current __current)
RString getConn(Ice.Current __current)
void setConn(RString theConn, Ice.Current __current)
RTime getUp(Ice.Current __current)
void setUp(RTime theUp, Ice.Current __current)
RTime getDown(Ice.Current __current)
void setDown(RTime theDown, Ice.Current __current)
RInt getScale(Ice.Current __current)
void setScale(RInt theScale, Ice.Current __current)
void unloadAnnotationLinks(Ice.Current __current)
int sizeOfAnnotationLinks(Ice.Current __current)
java.util.List<NodeAnnotationLink> copyAnnotationLinks(Ice.Current __current)
void addNodeAnnotationLink(NodeAnnotationLink target, Ice.Current __current)
void addAllNodeAnnotationLinkSet(java.util.List<NodeAnnotationLink> targets, Ice.Current __current)
void removeNodeAnnotationLink(NodeAnnotationLink theTarget, Ice.Current __current)
void removeAllNodeAnnotationLinkSet(java.util.List<NodeAnnotationLink> targets, Ice.Current __current)
void clearAnnotationLinks(Ice.Current __current)
void reloadAnnotationLinks(Node toCopy, Ice.Current __current)
java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current __current)
NodeAnnotationLink linkAnnotation(Annotation addition, Ice.Current __current)
void addNodeAnnotationLinkToBoth(NodeAnnotationLink link, boolean bothSides, Ice.Current __current)
java.util.List<NodeAnnotationLink> findNodeAnnotationLink(Annotation removal, Ice.Current __current)
void unlinkAnnotation(Annotation removal, Ice.Current __current)
void removeNodeAnnotationLinkFromBoth(NodeAnnotationLink link, boolean bothSides, Ice.Current __current)
java.util.List<Annotation> linkedAnnotationList(Ice.Current __current)