getObjectInfoInSession() Method

In CatalogService, use the getObjectInfoInSession() method to get information about an object in the catalog for a given user.

This method returns the CatalogObjectInfo object. See CatalogObjectInfo.

For more information about in-session methods, see About In-Session Methods.

Signature

CatalogObjectInfo getObjectInfoInSession(String objectAbsolutePath, String bipSessionToken);

Parameters for getObjectInfoInSession() Method

Parameter Description

String objectAbsolutePath

The path to the object about which to get information.

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.