Interface ITaskMappingVisitor

All Known Implementing Classes:
ReportingTaskMappingVisitor, TaskMappingVisitor

public interface ITaskMappingVisitor
Visitor that can be used to add mapping definitions to.
Since:
7.1
Author:
O. Kerpershoek
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method may be used to add a task mapping definition.
  • Method Details

    • addTaskMapping

      void addTaskMapping(ITaskMappingDS datasource)
      This method may be used to add a task mapping definition.
      Parameters:
      datasource - Object providing the information for the task mapping.
      Throws:
      InitializationException - This exception is thrown when the task mapping could not be initialized.