getAllScheduledReportInfo()メソッド

ScheduleServiceのgetAllScheduledReportInfo()メソッドは、JobFilterPropertiesオブジェクトを介して渡されるフィルタ条件に一致するスケジュール済レポート・ジョブすべてに関する情報を返します。

シグネチャ

JobInfosList getAllScheduledReportInfo(JobFilterProperties filter, int beginIdx, String userID, String password);

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

パラメータ 説明

JobFilterProperties filter

JobFilterPropertiesオブジェクトは、情報を返そうとするレポート・ジョブに対して特定の条件を指定します。「JobFilterProperties」を参照してください。

int beginIdx

索引の開始ポイント(デフォルトは1)です。

String userID

ユーザー名を指定します。

String password

ユーザー名のパスワードを指定します。