com.apama.utils
Event SingleParamsDataViewConsts


Constants event for the Single Param DataView that define the various constant values for common settings, values, and configuration items.

These constants should be used rather than the specific value in order to ensure future compatibility.
Since:
CMF 5.2.0
Version:
10.5

Constant summary
 constant stringDESCRIPTION := "DESCRIPTION"

This constant value defines the name of the configuration item used to configure the description of the DataView to create. The default for this configuration in the supplied NAME configuration.
 constant stringKEY_COLUMN_TITLE := "KEY_COLUMN_TITLE"

This constant value defines the name of the configuration item used to configure the title of the Key Column in the DataView. The default for this configuration in "Key".
 constant stringNAME := "NAME"

This constant value defines the name of the configuration item used to configure the name of the DataView to create. This configuration is required.
 constant stringOVERWRITE := "OVERWRITE"

This constant value defines the name of the configuration item used to configure whether update() overwrites current entries in the DataView. If 'true' - entries will be cleared before all new entries added. The default for this configuration in true.
 constant stringOWNER := "OWNER"

This constant value defines the name of the configuration item used to configure the Owner of items in the DataView. The default for this configuration in "*" (all users).
 constant stringVALUE_COLUMN_TITLE := "VALUE_COLUMN_TITLE"

This constant value defines the name of the configuration item used to configure the title of the Value Column in the DataView. The default for this configuration in "Value".
 
Constant detail

DESCRIPTION

constant string DESCRIPTION := "DESCRIPTION"
This constant value defines the name of the configuration item used to configure the description of the DataView to create. The default for this configuration in the supplied NAME configuration.

KEY_COLUMN_TITLE

constant string KEY_COLUMN_TITLE := "KEY_COLUMN_TITLE"
This constant value defines the name of the configuration item used to configure the title of the Key Column in the DataView. The default for this configuration in "Key".

NAME

constant string NAME := "NAME"
This constant value defines the name of the configuration item used to configure the name of the DataView to create. This configuration is required.

OVERWRITE

constant string OVERWRITE := "OVERWRITE"
This constant value defines the name of the configuration item used to configure whether update() overwrites current entries in the DataView. If 'true' - entries will be cleared before all new entries added. The default for this configuration in true.

OWNER

constant string OWNER := "OWNER"
This constant value defines the name of the configuration item used to configure the Owner of items in the DataView. The default for this configuration in "*" (all users).

VALUE_COLUMN_TITLE

constant string VALUE_COLUMN_TITLE := "VALUE_COLUMN_TITLE"
This constant value defines the name of the configuration item used to configure the title of the Value Column in the DataView. The default for this configuration in "Value".