Package jadex.xml.reader
Interface IBulkObjectLinker
- 
- All Known Subinterfaces:
- IObjectReaderHandler
 - All Known Implementing Classes:
- BeanObjectReaderHandler,- OAVObjectReaderHandler
 
 public interface IBulkObjectLinkerInterface for bulk linker.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbulkLinkObjects(java.lang.Object parent, java.util.List<LinkData> children, AReadContext context)Bulk link an object to its parent.
 
- 
- 
- 
Method Detail- 
bulkLinkObjectsvoid bulkLinkObjects(java.lang.Object parent, java.util.List<LinkData> children, AReadContext context) throws java.lang.ExceptionBulk 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
 
 
- 
 
-