Interface IRoleDS

All Superinterfaces:
IReportingDS
All Known Implementing Classes:
XmlRoleDS, XmlRoleDS

public interface IRoleDS extends IReportingDS
This interface defines the information that is needed to initialize a role.
Since:
7.1
Author:
O. Kerpershoek
  • Method Summary

    Modifier and Type
    Method
    Description
    This method returns the unique name of the role (mandatory).

    Methods inherited from interface com.aquima.interactions.foundation.report.IReportingDS

    addMessage
  • Method Details

    • getName

      String getName()
      This method returns the unique name of the role (mandatory).
      Returns:
      The name of the role.