getObjectInfo() Method
In CatalogService, use the getObjectInfo() method to get information about an object in the catalog.
This method returns the CatalogObjectInfo object. See CatalogObjectInfo.
Signature
CatalogObjectInfo getObjectInfo(String objectAbsolutePath, String userID, String password);
Parameters for getObjectInfo() Method
Parameter | Description |
---|---|
String objectAbsolutePath |
The path to the object about which to get information. |
String userID |
Specifies the user name. |
String password |
Specifies the password for the user name. |