renameObjectInSession() Method
In CatalogService, use the renameObjectInSession() method to rename an object in the catalog for a given user.
For more information about in-session methods, see About In-Session Methods.
Signature
boolean renameObjectInSession(String objectAbsolutePath, String newName, String bipSessionToken);
Parameters for renameObjectInSession() Method
Parameter | Description |
---|---|
String objectAbsolutePath |
The path to the object in the catalog to rename. |
String newName |
The new name for the object. |
String bipSessionToken |
The proprietary token string generated for the user. With the bipSessionToken string, the user no longer needs to provide user credentials. The server can validate this token string and restore the session to perform needed operation. |