updateReportDefinitionInSession()メソッド

ReportServiceのupdateReportDefinitionInSession()は、指定ユーザーのbipTokenSessionに基づいてレポート定義ファイル(.xdo)の属性を更新してから、そのファイルをカタログに書き戻します。

インセッション・メソッドの詳細は、「インセッション・メソッドについて」を参照してください。

シグネチャ

boolean updateReportDefinitionInSession(String reportAbsPath, ReportDefinition newReportDefn, String bipSessionToken);

updateReportDefinitionInSession()メソッドのパラメータ

パラメータ 説明

String reportAbsPath

レポート定義を更新するレポートへのパス。たとえば: /HR Manager/Employee Reports/Employee Listing.xdo

ReportDefinition newReportDefn

「ReportDefinition」を参照してください。

String bipSessionToken

ユーザーに対して生成された専用トークン文字列。bipSessionToken文字列を使用すると、ユーザーは資格証明を入力する必要がなくなります。サーバーでは、このトークン文字列を検証し、セッションを復元して必要な操作を実行できます。