updateObjectInSession() Method
In CatalogService, use the updateObjectInSession() method to update an object in the catalog for a given user.
For more information about in-session methods, see About In-Session Methods.
Signature
boolean updateObjectInSession(String objectAbsolutePath, byte[] objectData, String bipSessionToken);
Parameters for updateObjectInSession() 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 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. |