Add/Edit Item dialog box
This dialog box allows you to add/edit item of the list or the enumeration.
| Option | Description | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Item type | This text box displays the type of the item. | ||||||||||||||||
| Inline type information | This check box controls how the information about the property is stored in the component configuration. If this
check box is not selected, then type, cardinality, representation and value will be stored in separate entries. If this check box
is selected, then type, cardinality and representation will be stored directly in the single VALUE entry. This can be useful when
the values of the complex objects are replaced. For a formal definition of an inline representation, see
Inline Representation.
In particular, this check box is taken into consideration for representation of property value. For example, for Integer type the default representation of value 111 is: VALUE = 111. Inline representation is: VALUE = Integer32:111. |
||||||||||||||||
| Representation | Select a representation in which the property value will be saved in the configuration. Each type has its own
specific set of representations. Select the type of representation which is appropriate for you. Only a limited set of types has
specific representations. The following table describes the list of additional representations with the corresponding types:
|
||||||||||||||||
| Item value | This text box cannot be empty for any type except for
String type. Enter the value of the property manually or click the
button to open a dialog box which helps to enter value for the
item. Actual dialog box depends of the specified
Item type and
Representation. One of the following dialog boxes are displayed:
The format of the value definition depends on the value of Representation and Inline type information options. When specifying an item value the following format should be used:
The above rules describe the format of the simple type. To store values of such fields the component creates VALUE entry which contains the above format.
Any type in enumeration and list cardinality in default representation (when inline is OFF) does not have VALUE entry. Instead it has a set of subtopics each named ITEM. Each subtopic contains information about one item of the list (its representation and value). Therefore it’s impossible to replace value of the enumeration or list using RRT in default representation. To do that use inline representation. Example: This example demonstrates representation of list of objects. The list contains one item. The item is object with two fields: "f1" and "f2". Other information is omitted for simplicity.
Inline representation of the same example is:
|
||||||||||||||||
| Verification | Specify if the component should verify value of this item when submitting documents into the FileNet P8 Content Engine object store. Following settings are possible:
When parent value of a complex type ( List or Enumeration) is inline, then all its items will be verified or not verified accordingly to the parent’s settings. This is similar to the Default value of
Verification.
|
button to open a dialog box which helps to enter value for the
item. Actual dialog box depends of the specified