Interface IPortalMessageFieldVisitor


public interface IPortalMessageFieldVisitor
This interface is used during the initialization of the message event.
Since:
9.2
Author:
m.mahabiersing
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method may be used to add a field to a portal message
  • Method Details

    • addField

      void addField(IPortalMessageFieldDS datasource)
      This method may be used to add a field to a portal message
      Parameters:
      datasource - Datasource representing a field.
      Throws:
      InitializationException - This exception is thrown when the field information is invalid.