renameObject() Method

In CatalogService, use the renameObject() method to rename an object in the catalog.

Signature

boolean renameObject(String objectAbsolutePath, String newName, String userID, String password);

Parameters for renameObject() Method

Parameter Description

String objectAbsolutePath

The path to the object in the catalog to rename.

String newName

The new name to assign the object.

String userID

Specifies the user name.

String password

Specifies the password for the user name.