}
// use Types Manager to handle specific export types, by now only KPI and CONSOLE.. TODO with all types
ITypesExportManager typeManager = TypesExportManagerFactory.createTypesExportManager(biobj, engine, exporter, this);
// if null means it is not defined
if (typeManager != null)
typeManager.manageExport(biobj, session);
//maps kpi export
// boolean isKpi = false;
// if (biobj.getBiObjectTypeCode().equalsIgnoreCase("KPI")