getAllScheduledReport Method Oracle Fusion Middleware Online Documentation Library

ScheduleService 3-7 Signature JobInfosList getAllScheduledReportInfoJobFilterProperties filter, int beginIdx, String userID, String password;

3.14 getAllScheduledReportHistory Method

Use the getAllScheduledReportHistory method to return information about all scheduled report histories that match filter criteria passed through the JobFilterProperties object. Signature JobInfosList getAllScheduledReportHistoryJobFilterProperties filter, int beginIdx, String userID, String password;

3.15 getAllScheduledReportHistoryInSession Method

Use the getAllScheduledReportHistoryInSession method to return information about all scheduled report histories 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 Section 1.2, About In-Session Methods. Signature JobInfosList getAllScheduledReportHistoryInSessionJobFilterProperties filter, int beginIdx, String bipSessionToken; Table 3–13 Parameters for getAllScheduledReport Method Parameter Description JobFilterProperties filter The JobFilterProperties object specifies the specific criteria for the report jobs you want to return information about. See Section 2.3.30, JobFilterProperties. int beginIdx The starting point of the index default is 1. String userID Specifies the BI Publisher user name. String password Specifies the password for the user name. Table 3–14 Parameters for getAllScheduledReportHistory Method Parameter Description JobFilterProperties filter The JobFilterProperties object specifies the specific criteria for the report jobs you want to return information about. See Section 2.3.30, JobFilterProperties. int beginIdx The starting point of the index default is 1. String userID Specifies the BI Publisher user name. String password Specifies the password for the user name. 3-8 Developers Guide for Oracle Business Intelligence Publisher

3.16 getAllScheduledReportInSession Method

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 Section 1.2, About In-Session Methods. Signature JobInfosList getAllScheduledReportInSessionJobFilterProperties filter, int beginIdx, String bipSessionToken;

3.17 getDeliveryServiceDefinition Method

Use the getDeliveryServiceDefinition method to get the delivery service definition for a given userID and password. See deliveryService Method . Signature DeliveryServiceDefinition getDeliveryServiceDefinitionString userID, String password; Table 3–15 Parameters for getAllScheduledReportHistoryInSession Method