CatalogObjectInfo

Use the CatalogObjectInfo data type to return information about an object in the catalog.

This data type is returned by getObjectInfo() or getObjectInfoInSession().

Fields Provided by CatalogObjectInfo

Field Description

String accessPermissions

The permissions that are required to access the catalog object.

String[] availableLocales

The array of locales available to the catalog object.

long creationDate

The creation date of the catalog object.

String description

The description of the catalog object.

String displayName

The display name for the catalog object.

long lastModifiedDate

The date the catalog object was last modified.

String objectAbsolutePath

The absolute path to the catalog object.

String objectName

The name of the catalog object.

String objectSubType

The subtype of the catalog object.

For Folder object, object type and subtype are Folder.

For Report object, object type is ReportItem and subtype is xdo.

For Data Model object, object Type is ReportItem and subtype is xdm.

For Style Template object, object type is StyleTemplate and subtype is RTF or XSL.

For Sub Template object, object Type is SubTemplate and subtype is RTF or XSL.

String objectType

The type of catalog object. Valid values are:

xdm (data model)

xdo (report)

xsb (sub-template)

xss (style template)

String owner

The owner of the catalog object.