Interface IExpressionTemplateVisitor

All Known Implementing Classes:
ExpressionTemplateVisitor, ReportingTemplateVisitor

public interface IExpressionTemplateVisitor
This visitor is used during initialization to allow the data layer to add expression templates.
Since:
6.0
Author:
F. van der Meer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The data layer implementation should invoke this addExpressionTemplate method for each expression template that should be added to the rule engine.
  • Method Details

    • addExpressionTemplate

      void addExpressionTemplate(IExpressionTemplateDS expressionTemplateDS)
      The data layer implementation should invoke this addExpressionTemplate method for each expression template that should be added to the rule engine.
      Parameters:
      expressionTemplateDS - The datasource providing the data to initialize an expression template.
      Throws:
      InitializationException - This exception is raised when the expression template could not be added due to errors.