public interface _AnnotationOperations extends _IObjectOperations
Modifier and Type | Method and Description |
---|---|
void |
addAllAnnotationAnnotationLinkSet(java.util.List<AnnotationAnnotationLink> targets,
Ice.Current __current) |
void |
addAnnotationAnnotationLink(AnnotationAnnotationLink target,
Ice.Current __current) |
void |
addAnnotationAnnotationLinkToBoth(AnnotationAnnotationLink link,
boolean bothSides,
Ice.Current __current) |
void |
clearAnnotationLinks(Ice.Current __current) |
java.util.List<AnnotationAnnotationLink> |
copyAnnotationLinks(Ice.Current __current) |
java.util.List<AnnotationAnnotationLink> |
findAnnotationAnnotationLink(Annotation removal,
Ice.Current __current) |
java.util.Map<java.lang.Long,java.lang.Long> |
getAnnotationLinksCountPerOwner(Ice.Current __current) |
RString |
getDescription(Ice.Current __current) |
RString |
getName(Ice.Current __current) |
RString |
getNs(Ice.Current __current) |
RInt |
getVersion(Ice.Current __current) |
AnnotationAnnotationLink |
linkAnnotation(Annotation addition,
Ice.Current __current) |
java.util.List<Annotation> |
linkedAnnotationList(Ice.Current __current) |
void |
reloadAnnotationLinks(Annotation toCopy,
Ice.Current __current) |
void |
removeAllAnnotationAnnotationLinkSet(java.util.List<AnnotationAnnotationLink> targets,
Ice.Current __current) |
void |
removeAnnotationAnnotationLink(AnnotationAnnotationLink theTarget,
Ice.Current __current) |
void |
removeAnnotationAnnotationLinkFromBoth(AnnotationAnnotationLink link,
boolean bothSides,
Ice.Current __current) |
void |
setDescription(RString theDescription,
Ice.Current __current) |
void |
setName(RString theName,
Ice.Current __current) |
void |
setNs(RString theNs,
Ice.Current __current) |
void |
setVersion(RInt theVersion,
Ice.Current __current) |
int |
sizeOfAnnotationLinks(Ice.Current __current) |
void |
unlinkAnnotation(Annotation removal,
Ice.Current __current) |
void |
unloadAnnotationLinks(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)
RString getNs(Ice.Current __current)
void setNs(RString theNs, Ice.Current __current)
RString getName(Ice.Current __current)
void setName(RString theName, Ice.Current __current)
RString getDescription(Ice.Current __current)
void setDescription(RString theDescription, Ice.Current __current)
void unloadAnnotationLinks(Ice.Current __current)
int sizeOfAnnotationLinks(Ice.Current __current)
java.util.List<AnnotationAnnotationLink> copyAnnotationLinks(Ice.Current __current)
void addAnnotationAnnotationLink(AnnotationAnnotationLink target, Ice.Current __current)
void addAllAnnotationAnnotationLinkSet(java.util.List<AnnotationAnnotationLink> targets, Ice.Current __current)
void removeAnnotationAnnotationLink(AnnotationAnnotationLink theTarget, Ice.Current __current)
void removeAllAnnotationAnnotationLinkSet(java.util.List<AnnotationAnnotationLink> targets, Ice.Current __current)
void clearAnnotationLinks(Ice.Current __current)
void reloadAnnotationLinks(Annotation toCopy, Ice.Current __current)
java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current __current)
AnnotationAnnotationLink linkAnnotation(Annotation addition, Ice.Current __current)
void addAnnotationAnnotationLinkToBoth(AnnotationAnnotationLink link, boolean bothSides, Ice.Current __current)
java.util.List<AnnotationAnnotationLink> findAnnotationAnnotationLink(Annotation removal, Ice.Current __current)
void unlinkAnnotation(Annotation removal, Ice.Current __current)
void removeAnnotationAnnotationLinkFromBoth(AnnotationAnnotationLink link, boolean bothSides, Ice.Current __current)
java.util.List<Annotation> linkedAnnotationList(Ice.Current __current)