Pre-Configured Operators
Nected provides various pre-configured operators that you can use with SimpleRules and DecisionTables.
The following table lists all the pre-configured operators and their available values.
Table 3: Pre-Configured Operators
Common/Generic
Any
Exists
Doesn’t Exist
Is Null
Is not Null
Number
Between
Not Between
Equals
Not Equals
Greater than
Less than
Greater than or equals
Less than or equals
Is Even
Is Not Even
String
Equals
Not Equals
Contains
Does not Contains
Starts With
Does not start with
Ends with
Doesn’t Ends with
Is IN
IS NOT IN
Is Empty
is not Empty
Dates or DateTime
Between
Not Between
Equals
Not Equals
Greater than
Less than
Greater than or equals
Less than or equals
Boolean
Is False
Is True
List
Empty
Not Empty
In
Not in
Contains
Not Contains
Match All
Not Match All
Equals
Not equals
ContainsIn
Not ContainsIn
JSON
Has Key
Does not Have Key
Contains
Does not Contain
Last updated