uploadTemplateForReportInSession()メソッド

ReportServiceのuploadTemplateForReportInSession()メソッドは、指定ユーザーのbipSessionTokenに基づいてカタログ内のレポート定義にテンプレートをアップロードします。

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

シグネチャ

boolean uploadTemplateForReportInSession(String reportAbsolutePath, String templateName, String templateType, String locale, byte[] templateData, String bipSessionToken);

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

パラメータ 説明

String reportAbsolutePath

テンプレートのアップロード先となるレポートへのパス。たとえば: /HR Manager/Employee Reports/Employee Listing.xdo

String templateFileName

アップロードするテンプレートのファイル名。

String templateName

アップロードするテンプレートの名前。

String locale

テンプレートに割り当てられるロケール(たとえば、en_US)。

byte[] templateData

アップロードするテンプレート・ファイルのコンテンツ。

String bipSessionToken

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