ContentOutputChannel
- Class Name:
- com::liquent::insight::manager::publisher::data::outputchannels::ContentOutputChannel
Note: The
ContentOutputChannel is a specific class that is related to the "Output Channel" UI multiselect field of the Document UI element. Therefore, you need to declare as many
ContentOutputChannel classes in Assembly XML for each
Document class as you need to select the "OutputChannel" values for the corresponding
Document class. For example, if you want to select
ELEC and
PAPER for the current
Document class, then you need to create two
ContentOutputChannel classes. One for
ELEC (the outputChannelTypeId field value is ELEC), one for
PAPER (the outputChannelTypeId field value is PAPER), and associate both to the current
Document class (value of the documentId field is value of id field of this
Document class).
| Field Name | Field Type | Matching UI Field | Req (Y/N) | Description | Acceptable Values | Default Value |
|---|---|---|---|---|---|---|
| id | long | Y | Unique ContentOutputChannel ID represented by numerical value. This value will be used to populate corresponding fields in child classes. This ID will be replaced by the database ID in the imported assembly. | |||
| outputChannelTypeId | long | Output Channel | Y | Defines if the document should be included in the paper or electronic (or both) output channels. |
|
|
| documentId | long | Y | Value of the ID field of a Document class that the ContentOutputChannel belong to. | |||
| changeReasonComment | string | N | This field is not used for import. | |||
| changeReasonTypeId | long | N | This field is not used for import. |