Table 14. ItemInfo Structure Fields
|
|
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. |