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