public interface IBulkObjectLinker
Modifier and Type | Method and Description |
---|---|
void |
bulkLinkObjects(java.lang.Object parent,
java.util.List<LinkData> children,
AReadContext context)
Bulk link an object to its parent.
|
void bulkLinkObjects(java.lang.Object parent, java.util.List<LinkData> children, AReadContext context) throws java.lang.Exception
parent
- The parent object.children
- The children objects (link datas).context
- The context.classloader
- The classloader.root
- The root object.java.lang.Exception