Interface IEntityVisitor

All Known Implementing Classes:
EntityVisitor, ReportingEntityVisitor

public interface IEntityVisitor
This interface defines a method to add an entity definition to the meta model. An implementation of this interface will be provided by the meta model to the data layer to allow the data layer to add new entity definitions.
Since:
5.0
Author:
O. Kerpershoek
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The data layer may invoke this method to add a new entity definition.
  • Method Details

    • process

      void process(IEntityDS entity)
      The data layer may invoke this method to add a new entity definition.
      Parameters:
      entity - data source that contains the information to initialize an entity.
      Throws:
      InitializationException - this exception is thrown when the data passed is not valid.