DominoItem is a child of the DominoDocument business object.
Attribute Name | Type | Cardi-nality | Description |
---|---|---|---|
LastModifed | Date | 1 | The date and time the document was last modified. |
Name | String | 1 | The name of the item. Required. |
Type | String | 1 | One of the following item types: Item.AUTHORS, Item.DATETIMES, ItemNAMES, Item.NUMBERS, Item.READERS, Item.TEXT. Required. |
Values | DominoItemValue | n | Child business object. |
ValueLength | Integer | 1 | The item's length in bytes. |
isAuthors | Boolean | 1 | True if item is of type AUTHORS. |
isEncrypted | Boolean | 1 | True if item is encrypted. |
isNames | Boolean | 1 | True if item is of type NAMES. |
isProtected | Boolean | 1 | True if editor access is required to modify the item. |
isReaders | Boolean | 1 | True if the item is of type READERS. |
isSigned | Boolean | 1 | True if the document is signed. |
isSummary | Boolean | 1 | True if the item value can appear in a view. |
ObjectEventID | String | 1 | A value generated by the Websphere Business integration system to track business objects, requests, and responses. |