Oracle® Business Intelligence Web Services Guide > Description of Structures in Oracle BI Web Services >

ItemInfo Structure


Use this structure to contain Presentation Catalog information about an object. This structure is used in the WebCatalogService Service. Table 14 lists the fields in this structure.

Table 14. ItemInfo Structure Fields
Fields
Description

String path

Specifies the path to the object in the Presentation Catalog. For example, /users/jchan/reports/.

ItemInfoType type

Specifies a character string that indicates the type. Valid values are:

  • Folder
  • Link
  • Missing
  • NoAccess
  • Object

String caption

Specifies the localized name of the object in the Presentation Catalog. For example, in French, 'My Folders' is displayed as 'Mes Dossiers'.

int attributes

Specifies a combination of the following flags:

1 = read only
2 = archive
4 = hidden
8 = system

Calendar lastModified

Specifies the date and time that the object was last modified, in Calendar format.

Calendar created

Specifies the date and time that the object was created (saved) in the Presentation Catalog, in Calendar format.

Calendar accessed

Specifies the data and time that the object was last accessed by a user, in Calendar format.

String signature

Specifies the signature of the Web Catalog object. For more information about signatures, read Using Item Signatures in Oracle BI Web Services.

NameValuePair[] itemProperties

Specifies an array of object properties.

ACL acl

Specifies the Access Control List for this catalog item.

Oracle® Business Intelligence Web Services Guide Copyright © 2007, Oracle. All rights reserved.