CSO_DB_MESSAGE_FILTER

This table contains the filter classes to be applied to messages and topics.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_DB_MESSAGE_FILTER_PK

RECORD_ID

Columns

Name Datatype Length Not-null Comments
ACTIVE NUMBER Yes Flag that determines if the filter is active.
CUSTOM_FILTER NUMBER Yes Flag that determines if this filter is custom. 1-Custom, 0-Default.
DATE_ADDED TIMESTAMP Yes This is the date that the record was added to the repository.
DATE_MODIFIED TIMESTAMP Yes Date record was last modified in repository.
DISCUSSION_ID VARCHAR2 32 Yes This is the GUID reference to the DiscussionBoard.
FILTER_CLASS VARCHAR2 255 Yes The fully qualified java class name of the filter.
FILTER_NAME VARCHAR2 255 Yes This is a name of this filter in the record.
RECORD_ID VARCHAR2 32 Yes This is the primary key of the table.
SORT_ORDER NUMBER Yes Sort Order in which the filters will be applied.

Foreign Keys

Table Foreign Table Foreign Key Column
CSO_DB_MESSAGE_FILTER cso_discussion_board DISCUSSION_ID

Indexes

Index Uniqueness Columns
CSO_DB_MESSAGE_FILTER_U1 Unique RECORD_ID
CSO_DB_MESSAGE_FILTER_N1 Non Unique DISCUSSION_ID