Class AlarmEventCollectionExpressionParseContext

    • Constructor Detail

      • AlarmEventCollectionExpressionParseContext

        public AlarmEventCollectionExpressionParseContext​(PropertyResolver propResolver,
                                                          java.util.List<AlarmEvent> alarmEvents)
    • Method Detail

      • expandCollectionReferences

        public java.lang.String expandCollectionReferences​(java.lang.String expression)
                                                    throws java.lang.Exception
        We want our message syntax to support building a "loop" message. Since that not part of the parser, and we happen to know how many events there will be here, so we create an expanded, parsable message here.
        Throws:
        java.lang.Exception