Interface IGlobalParameterReferenceVisitor


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

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

    • addGlobalParameterReference

      void addGlobalParameterReference(IGlobalParameterReferenceDS datasource)
      This method should be invoked for each global parameter reference 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 reference could not be initialized.