Class RoleVisitor

java.lang.Object
com.aquima.interactions.project.impl.RoleVisitor
All Implemented Interfaces:
IRoleVisitor

public final class RoleVisitor extends Object implements IRoleVisitor
Accepts roles which are registered.
Since:
7.1
Author:
Jon van Leuven
  • Constructor Details

    • RoleVisitor

      protected RoleVisitor(Project project)
  • Method Details

    • addRole

      public void addRole(IRoleDS datasource)
      Description copied from interface: IRoleVisitor
      This method should be invoked for each role definition that should be added.
      Specified by:
      addRole in interface IRoleVisitor
      Parameters:
      datasource - Data source providing the information needed to initialize a role definition.