FILTER

This table stores a template which can be used to filter object data.

Column Descriptions:

NameTypeDescription
FILTER_IDBIGINT NOT NULLThe unique identifier of the filter template.
PATHVARCHAR (512)The path of the filter template file. This column is only used when the template file is stored in the file system rather than the TEMPLATE column of this table. This path is a relative path. The base path of this relative path is the workspace directory (Developer) or EAR directory (runtime).
TEMPLATECLOB (3145728)The content of the filter template.
TEMPLATETYPEVARCHAR (16) DEFAULT 'JSON'The format of content stored in TEMPLATE column.
OPTCOUNTERSMALLINT NOT NULL DEFAULT 0Reserved for HCL internal use.

Indexes:

NameColumn NamesType
P_0040FILTER_IDPrimary Key