downloadObject() Method
In CatalogService, use the downloadObject() method to download an object from the catalog. This method returns the requested object in binary.
Signature
byte[] downloadObject(String reportAbsolutePath, String userID, String password);
Parameters for downloadObject() Method
Parameter | Description |
---|---|
String reportAbsolutePath |
The path to the object in the catalog to download. |
String userID |
Specifies the user name. |
String password |
Specifies the password for the user name. |