publishBqyメソッドは、Interactive Reportingガイドで間違ってpublishBqyFileとしてリストされています。
publishBqyメソッドは、Oracle Hyperion Interactive Reporting Object Model and Dashboard Development Services Developer's Guide, Volume VI: Dashboard ArchitectのReporting and Analysisリポジトリ: リポジトリ・アーティファクトに関する項に記載されています。
注: | Oracle Hyperion Interactive Reporting Object Model and Dashboard Development Services Developer's Guide, Volume VI: Dashboard Architectのリポジトリ・メソッドのリファレンスに関する項で、エントリpublishBqyFile()はpublishBqy()である必要があります。 |
変更された例
var uuid = objRep.publishBqy(objF, strN, strD, uuiF, blnD, strH, oceP) repLocal.publishBqy(filSrc, strTrg, strDesc, uuiFolder, blnD , strH, oceMapNew); repLocal.publishBqy(filSrc, strTrg, strDesc, uuiFolder, blnD, strH, oceMapNew);
publishBqyメソッドは、Oracle Hyperion Interactive Reporting Object Model and Dashboard Development Services Developer's Guide, Volume V: Dashboard Studioのスクリプト作成のリファレンスに関する項にも記載されています。
注: | Oracle Hyperion Interactive Reporting Object Model and Dashboard Development Services Developer's Guide, Volume V: Dashboard Studioのリポジトリ・メソッドのリファレンスに関する項で、エントリpublishBqyFile()はpublishBqy()である必要があります。 |