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