downloadObjectInSession Method downloadXLIFF Method downloadXLIFFInSession Method

CatalogService 6-7 Signature byte[] downloadXLIFFInSessionString objectAbsolutePath, String locale, String bipSessionToken;

6.13 getFolderContents Method

Use getFolderContents to get all of the items in a folder. This will return all the reports and folders contained in the specified folder. You can then use these items to determine what reports you might want to execute or what folders you may want to further search to identify a report. See CatalogContents for a description of the return object. Signature CatalogContents getFolderContentsString folderAbsolutePath, String userID, String password;

6.14 getFolderContentsInSession Method

Use getFolderContentsInSession to get all of the items in a folder for a given user. This will return all the reports and folders contained in the specified folder. You can then use these items to determine what reports you might want to execute or what folders you may want to further search to identify a report. See CatalogContents for a description of the return object. For more information about in-session methods, see Section 1.2, About In-Session Methods. Signature CatalogContents getFolderContentsInSessionString folderAbsolutePath, String bipSessionToken; Table 6–12 Parameters for downloadXLIFFInSession Method Parameter Description String objectAbsolutePath The path to the XLIFF object to download. String locale The locale of the XLIFF object for example, en_US. String bipSessionToken The proprietary token string generated for the user by the BI Publisher server. With the bipSessionToken string, the user no longer needs to provide user credentials. The BI Publisher server can validate this token string and restore the BI Publisher server session to perform needed operation. Table 6–13 Parameters for getFolderContents Method Parameter Description String folderAbsolutePath The path to the folder for which to retrieve the contents. For example: HR ManagerEmployee Reports String userID Specifies a BI Publisher user name. String password Specifies the password for the user name. 6-8 Developers Guide for Oracle Business Intelligence Publisher

6.15 getObject Method

Use getObject method to download an object from the catalog. This method returns the requested object file in binary. Signature byte[] getObjectString reportObjectAbsolutePath, String locale, String userID, String password;

6.16 getObjectInfo Method

Use getObjectInfo method to get information about an object in the BI Publisher catalog. This method returns the CatalogObjectInfo object. See CatalogObjectInfo . Signature CatalogObjectInfo getObjectInfoString reportObjectAbsolutePath, String userID, String password;

6.17 getObjectInfoInSession Method

Use getObjectInfoInSession method to get information about an object in the BI Publisher catalog for a given user. This method returns the CatalogObjectInfo object. See CatalogObjectInfo . Table 6–14 Parameters for getFolderContentsInSession Method