Index: AXimpl/Admin/DOM/PM/BouwsteenIterator.cls.xml
===================================================================
diff -u -r54365 -r54402
--- AXimpl/Admin/DOM/PM/BouwsteenIterator.cls.xml (.../BouwsteenIterator.cls.xml) (revision 54365)
+++ AXimpl/Admin/DOM/PM/BouwsteenIterator.cls.xml (.../BouwsteenIterator.cls.xml) (revision 54402)
@@ -13,6 +13,11 @@
1
+
+AXimpl.Admin.DOM.PM.TotUniekeBouwstenenLijstOmvormer
+1
+
+
DOM.PM.Product
1
@@ -29,7 +34,7 @@
-Product:DOM.PM.Product,Filter:TECH.Filter="",BouwsteenConverter:AXimpl.Admin.DOM.PM.BouwsteenConverter="",ProductApi:DOM.PM.ProductAPI=""
+Product:DOM.PM.Product,Filter:TECH.Filter="",BouwsteenConverter:AXimpl.Admin.DOM.PM.BouwsteenConverter="",ProductApi:DOM.PM.ProductAPI="",TotUniekeBouwstenenLijstOmvormer:AXimpl.Admin.DOM.PM.TotUniekeBouwstenenLijstOmvormer=""
1
1
%Status
@@ -38,6 +43,7 @@
Set ..Product = Product
Set ..Filter = Filter
Set ..BouwsteenConverter = $$$Inject(BouwsteenConverter, ##class(AXimpl.Admin.DOM.PM.BouwsteenConverter).%New())
+ Set ..TotUniekeBouwstenenLijstOmvormer = $$$Inject(TotUniekeBouwstenenLijstOmvormer, ##class(AXimpl.Admin.DOM.PM.TotUniekeBouwstenenLijstOmvormer).%New())
Set ..ProductApi = $$$Inject(ProductApi, ##class(DOM.PM.impl.ProductAPI).%New())
Do ..Reset()
@@ -60,8 +66,12 @@