getAllScheduledReportHistoryInSession()メソッド
ScheduleServiceのgetAllScheduledReportHistoryInSession()メソッドは、JobFilterPropertiesオブジェクトを介して渡されるフィルタ条件に一致し、指定ユーザーのbipSessionToken文字列に基づいたスケジュール済レポート履歴に関する情報を返します。
getAllScheduledReportHistoryInSessionメソッドには、1回のコールにつき50レコードの制限があります。50を超えるレコードを返すには、ループを記述する必要があります。
インセッション・メソッドの詳細は、「インセッション・メソッドについて」を参照してください。
シグネチャ
JobInfosList getAllScheduledReportHistoryInSession(JobFilterProperties filter, int beginIdx, String bipSessionToken);
getAllScheduledReportHistoryInSession()メソッドのパラメータ
| パラメータ | 説明 |
|---|---|
|
JobFilterProperties filter |
JobFilterPropertiesオブジェクトは、情報を返そうとするレポート・ジョブに対して特定の条件を指定します。「JobFilterProperties」を参照してください。 |
|
int beginIdx |
索引の開始ポイント(デフォルトは |
|
String bipSessionToken |
ユーザーに対して生成された専用トークン文字列。bipSessionToken文字列を使用すると、ユーザーは資格証明を入力する必要がなくなります。サーバーでは、このトークン文字列を検証し、セッションを復元して必要な操作を実行できます。 |