public static class IAlertPlugin.Constants
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ACTION_MASK_PROPERTY
The name of the action mask property.
|
static long |
FLOW_MAP
For future use - create a flow map for the alert.
|
static java.lang.String |
NO_DUPLICATE_PROPERTY
The NO_DUPLICATE property name.
|
static long |
NOTIFY
Notify - distribute the alert using an alert plugin.
|
static java.lang.String |
PARAM_INFO_PROPERTY
The PARAM_INFO property name.
|
static long |
UNIVERSAL
To specify that all alerts should be forwarded to this plug-in.
|
Modifier | Constructor and Description |
---|---|
private |
Constants()
Private default constructor to hide the implicitly public one
|
public static final java.lang.String ACTION_MASK_PROPERTY
IPluginInfo
and
set this property in
IPluginInfo.IPluginInfoContext.setFeature(String,Object)
public static final java.lang.String NO_DUPLICATE_PROPERTY
IPluginInfo
interface and set this property in
IPluginInfo.IPluginInfoContext.setFeature(String,Object)
public static final java.lang.String PARAM_INFO_PROPERTY
IPluginInfo
interface and set this property in
IPluginInfo.IPluginInfoContext.setFeature(String,Object)
public static final long NOTIFY
public static final long FLOW_MAP
public static final long UNIVERSAL