Package jadex.xml.reader
Interface IBulkObjectLinker
-
- All Known Subinterfaces:
IObjectReaderHandler
- All Known Implementing Classes:
BeanObjectReaderHandler
,OAVObjectReaderHandler
public interface IBulkObjectLinker
Interface for bulk linker.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
bulkLinkObjects(java.lang.Object parent, java.util.List<LinkData> children, AReadContext context)
Bulk link an object to its parent.
-
-
-
Method Detail
-
bulkLinkObjects
void bulkLinkObjects(java.lang.Object parent, java.util.List<LinkData> children, AReadContext context) throws java.lang.Exception
Bulk link an object to its parent.- Parameters:
parent
- The parent object.children
- The children objects (link datas).context
- The context.classloader
- The classloader.root
- The root object.- Throws:
java.lang.Exception
-
-