Interface IGlobalParameterVisitor

All Known Implementing Classes:
GlobalParameterVisitor

public interface IGlobalParameterVisitor
This visitor is used during initialization to gather the available global parameters.
Since:
11.0
Author:
Mihai Bob
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method should be invoked for each global parameter definition that should be added.
  • Method Details

    • addGlobalParameter

      void addGlobalParameter(IGlobalParameterDS datasource)
      This method should be invoked for each global parameter definition that should be added.
      Parameters:
      datasource - Object providing the information needed to initialize the definition.
      Throws:
      InitializationException - This exception is thrown when the global parameter could not be initialized.