removeTemplateForReportInSession()メソッド
ReportServiceのremoveTemplateForReportInSession()メソッドは、指定ユーザーのbipSessionTokenに基づいてカタログ内のレポート定義からテンプレートを削除します。
インセッション・メソッドの詳細は、「インセッション・メソッドについて」を参照してください。
シグネチャ
boolean removeTemplateForReportInSession(String reportAbsolutePath, String templateFileName, String bipSessionToken);
removeTemplateForReportInSession()メソッドのパラメータ
| パラメータ | 説明 |
|---|---|
|
String reportAbsolutePath |
テンプレートの削除元となるレポートへのパス。たとえば: /HR Manager/Employee Reports/Employee Listing.xdo |
|
String templateFileName |
削除するテンプレートのファイル名。 |
|
String bipSessionToken |
ユーザーに対して生成された専用トークン文字列。bipSessionToken文字列を使用すると、ユーザーは資格証明を入力する必要がなくなります。サーバーでは、このトークン文字列を検証し、セッションを復元して必要な操作を実行できます。 |