getScheduledReportDeliveryInfoInSession()メソッド

ScheduleServiceのgetScheduledReportDeliveryInfoInSession()メソッドは、指定jobOutputIDおよび指定ユーザーのbipSessionTokenに対する詳細が含まれているJobOutputDeliverysListオブジェクトを返します。

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

シグネチャ

JobOutputDeliverysList getScheduledReportDeliveryInfoInSession(String jobOutputID, String bipSessionToken);

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

パラメータ 説明

String jobOutputID

ジョブ出力に割り当てられたID。jobOutputIDは整数の文字列です。

String bipSessionToken

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