updateObject() Method

In CatalogService, use the updateObject() method to update an object in the catalog.

Signature

boolean updateObject(String objectAbsolutePath, byte[] objectData, String userID, String password);

Parameters for updateObject() Method

Parameter Description

String objectAbsolutePath

The path to the object to update in the catalog. For example: /HR Manager/Employee Reports/Employee Data Model.xdm

byte[] objectData

The data with which to update the object.

String userID

Specifies the user name.

String password

Specifies the password for the user name.