Interface NotificationProfileProperty<T>

    • Method Detail

      • isExpressionSource

        boolean isExpressionSource()
        If this property is to be considered the source of an expression, return true here so that the proper editor can be shown.
      • getExpressionVariables

        java.util.Collection<Property<?>> getExpressionVariables()
        If this property is an expression, these are the variables that can be referenced in the expression. NOTE: Variables that are common to all AlarmEvents will already be included, so this list should only be variables specific to this property.