getAllScheduledReportInSession() Method
In ScheduleService, use the getAllScheduledReportInSession() method to return information about all scheduled reports that match filter criteria passed through the JobFilterProperties object and that are based on the bipSessionToken string for a given user.
For more information about in-session methods, see About In-Session Methods.
Signature
JobInfosList getAllScheduledReportInSession(JobFilterProperties filter, int beginIdx, String bipSessionToken);
Parameters for getAllScheduledReportInSession() Method
Parameter | Description |
---|---|
JobFilterProperties filter |
The JobFilterProperties object specifies the specific criteria for the report jobs you want to return information about. See JobFilterProperties. |
int beginIdx |
The starting point of the index (default is |
String bipSessionToken |
The proprietary token string generated for the user. With the bipSessionToken string, the user no longer needs to provide user credentials. The server can validate this token string and restore the session to perform needed operation. |