public interface AMD_IMetadata_loadAnnotations
extends Ice.AMDCallback
rootNodes
for the
specified annotatorIds
.
If no types specified, all annotations will be loaded.
This method looks for the annotations that have been
attached to each of the specified objects. It then maps
each rootId
onto the set of annotations
that were found for that node. If no annotations were found
for that node, then the entry will be null
.
Otherwise it will be a Map
containing
Annotation
objects.Modifier and Type | Method and Description |
---|---|
void |
ice_response(java.util.Map<java.lang.Long,java.util.List<IObject>> __ret)
ice_response indicates that
the operation completed successfully.
|
void ice_response(java.util.Map<java.lang.Long,java.util.List<IObject>> __ret)
__ret
- (return value) A map whose key is rootId and value the
Map
of all annotations for that node
or null
.