public interface _NamespaceOperations extends _IObjectOperations
Modifier and Type | Method and Description |
---|---|
void |
addAllNamespaceAnnotationLinkSet(java.util.List<NamespaceAnnotationLink> targets,
Ice.Current __current) |
void |
addNamespaceAnnotationLink(NamespaceAnnotationLink target,
Ice.Current __current) |
void |
addNamespaceAnnotationLinkToBoth(NamespaceAnnotationLink link,
boolean bothSides,
Ice.Current __current) |
void |
clearAnnotationLinks(Ice.Current __current) |
java.util.List<NamespaceAnnotationLink> |
copyAnnotationLinks(Ice.Current __current) |
java.util.List<NamespaceAnnotationLink> |
findNamespaceAnnotationLink(Annotation removal,
Ice.Current __current) |
java.util.Map<java.lang.Long,java.lang.Long> |
getAnnotationLinksCountPerOwner(Ice.Current __current) |
RString |
getDescription(Ice.Current __current) |
RBool |
getDisplay(Ice.Current __current) |
RString |
getDisplayName(Ice.Current __current) |
java.lang.String[] |
getKeywords(Ice.Current __current) |
RBool |
getMultivalued(Ice.Current __current) |
RString |
getName(Ice.Current __current) |
RInt |
getVersion(Ice.Current __current) |
NamespaceAnnotationLink |
linkAnnotation(Annotation addition,
Ice.Current __current) |
java.util.List<Annotation> |
linkedAnnotationList(Ice.Current __current) |
void |
reloadAnnotationLinks(Namespace toCopy,
Ice.Current __current) |
void |
removeAllNamespaceAnnotationLinkSet(java.util.List<NamespaceAnnotationLink> targets,
Ice.Current __current) |
void |
removeNamespaceAnnotationLink(NamespaceAnnotationLink theTarget,
Ice.Current __current) |
void |
removeNamespaceAnnotationLinkFromBoth(NamespaceAnnotationLink link,
boolean bothSides,
Ice.Current __current) |
void |
setDescription(RString theDescription,
Ice.Current __current) |
void |
setDisplay(RBool theDisplay,
Ice.Current __current) |
void |
setDisplayName(RString theDisplayName,
Ice.Current __current) |
void |
setKeywords(java.lang.String[] theKeywords,
Ice.Current __current) |
void |
setMultivalued(RBool theMultivalued,
Ice.Current __current) |
void |
setName(RString theName,
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)
java.lang.String[] getKeywords(Ice.Current __current)
void setKeywords(java.lang.String[] theKeywords, Ice.Current __current)
RBool getMultivalued(Ice.Current __current)
void setMultivalued(RBool theMultivalued, Ice.Current __current)
RBool getDisplay(Ice.Current __current)
void setDisplay(RBool theDisplay, Ice.Current __current)
RString getDisplayName(Ice.Current __current)
void setDisplayName(RString theDisplayName, Ice.Current __current)
void unloadAnnotationLinks(Ice.Current __current)
int sizeOfAnnotationLinks(Ice.Current __current)
java.util.List<NamespaceAnnotationLink> copyAnnotationLinks(Ice.Current __current)
void addNamespaceAnnotationLink(NamespaceAnnotationLink target, Ice.Current __current)
void addAllNamespaceAnnotationLinkSet(java.util.List<NamespaceAnnotationLink> targets, Ice.Current __current)
void removeNamespaceAnnotationLink(NamespaceAnnotationLink theTarget, Ice.Current __current)
void removeAllNamespaceAnnotationLinkSet(java.util.List<NamespaceAnnotationLink> targets, Ice.Current __current)
void clearAnnotationLinks(Ice.Current __current)
void reloadAnnotationLinks(Namespace toCopy, Ice.Current __current)
java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current __current)
NamespaceAnnotationLink linkAnnotation(Annotation addition, Ice.Current __current)
void addNamespaceAnnotationLinkToBoth(NamespaceAnnotationLink link, boolean bothSides, Ice.Current __current)
java.util.List<NamespaceAnnotationLink> findNamespaceAnnotationLink(Annotation removal, Ice.Current __current)
void unlinkAnnotation(Annotation removal, Ice.Current __current)
void removeNamespaceAnnotationLinkFromBoth(NamespaceAnnotationLink link, boolean bothSides, Ice.Current __current)
java.util.List<Annotation> linkedAnnotationList(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)