Interface IRoleVisitor

All Known Implementing Classes:
ReportingRoleVisitor, RoleVisitor

public interface IRoleVisitor
This visitor is used during initialization to gather the role definitions of a component.
Since:
7.1
Author:
Danny Roest
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addRole(IRoleDS datasource)
    This method should be invoked for each role definition that should be added.
  • Method Details

    • addRole

      void addRole(IRoleDS datasource)
      This method should be invoked for each role definition that should be added.
      Parameters:
      datasource - Data source providing the information needed to initialize a role definition.
      Throws:
      InitializationException - This exception is thrown when the role could not be initialized.