AutomationTriggeringRule interface

A rule which is evaluated upon event interception. The rule is configured by comparing a specific value from the event model to an expected value. This comparison is done by using one of the supported operators set.

Properties

expectedValue

The expected value.

operator

A valid comparer operator to use. A case-insensitive comparison will be applied for String PropertyType.

propertyJPath

The JPath of the entity model property that should be checked.

propertyType

The data type of the compared operands (string, integer, floating point number or a boolean [true/false]]

Property Details

expectedValue

The expected value.

expectedValue?: string

Property Value

string

operator

A valid comparer operator to use. A case-insensitive comparison will be applied for String PropertyType.

operator?: string

Property Value

string

propertyJPath

The JPath of the entity model property that should be checked.

propertyJPath?: string

Property Value

string

propertyType

The data type of the compared operands (string, integer, floating point number or a boolean [true/false]]

propertyType?: string

Property Value

string