Interface IBulkObjectLinker

    • 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