Advanced Customization > Services and Infrastructure Customization > Import Export Framework > Navigating Through an Object’s Structure with ObjectSet Application > Examples > Generators list
  
Generators list
String id
Description
Localized name – En (for GUI)
Parameters as String
folderContent
Collects all objects in a given Cabinet/Folder (including subfolders)
Cabinet and Folder Contents
<class name: oid>, like:
wt.folder.Subfolder: 1234 or wt.folder.Cabinet: 1234
productStructureNavigator
Collects all children of a given Part (e.g. Parts, which it uses and Documents which describe it)
Product Structure built with active configuration specification
<class name: oid>, like:
wt.part.WTPart:123 4 for the top-level object. This object must be instance of WTPart
productStructureNavigatorEPM
Collects all children of a given CAD Document
CAD Document / Dynamic Document Structure (built with latest configuration specification)
<class name: oid>, like:
wt.epm.EPMDocu ment:1234 for the top-level object. This object must be instance of EPMDocument
productStructureNavigatorWithEPM
Collects all children of a given Part including related CAD Documents
Product Structure with CAD Documents / Dynamic Documents (built with active configuration specification)
<class name: oid>, like:
wt.part.WTPart:123 4 for the top-level object. This object must be instance of WTPart
singleDocument
Takes only given document
Document
<class name: oid>, like:
wt.doc.WTDocume nt:1234
* 
Actually <class_name:oid> is object local id
There are other generators available which are installation-specific.