getObject() Method
In CatalogService, use the getObject() method to download an object in binary format from the catalog.
Signature
byte[] getObject(String objectAbsolutePath, String locale, String userID, String password);
Parameters for getObject() Method
Parameter | Description |
---|---|
String objectAbsolutePath |
The path to the object to download. |
String locale |
The locale of the object to get. |
String userID |
Specifies the user name. |
String password |
Specifies the password for the user name. |