当在 Rational Application Developer 中创建新的 EnterpriseItems Bean 时,会提示您选择此 Bean 将包含的项目类型。提供了四个选项:
在 BusinessObjects Enterprise 中只检索文件夹。这等同于将 itemType 属性设置为:
{"CrystalEnterprise.Folder","CrystalEnterprise.FavoritesFolder"}
在 BusinessObjects Enterprise 中只检索文档。这等同于将 itemType 属性设置为:
{"CrystalEnterprise.Excel","CrystalEnterprise.Hyperlink",
"CrystalEnterprise.ObjectPackage","CrystalEnterprise.Pdf",
"CrystalEnterprise.Program","CrystalEnterprise.Report",
"CrystalEnterprise.Rtf","CrystalEnterprise.Shortcut",
"CrystalEnterprise.Txt","CrystalEnterprise.Word",
"CrystalEnterprise.AFDashboardPage","CrystalEnterprise.FullClient",
"CrystalEnterprise.MyInfoView","CrystalEnterprise.Analytic",
"CrystalEnterprise.Powerpoint","CrystalEnterprise.Publication",
"CrystalEnterprise.Webi","CrystalEnterprise.Analysis"
}
在 BusinessObjects Enterprise 中检索文件夹和文档。这等同于将 itemType 属性设置为逐个为文件夹和文档列出的所有 ProgID。
指定想从 BusinessObjects Enterprise 中检索的项目类型的 ProgID。例如,如果您仅想检索 Crystal 报表,则设置为:
CrystalEnterprise.Report
| Business Objects http://www.china.businessobjects.com/ 支持服务 http://www.china.businessobjects.com/services/services.htm |