Class PrefixVisitor

java.lang.Object
com.aquima.interactions.ds.composite.PrefixVisitor
All Implemented Interfaces:
IApplicationVisitor

public class PrefixVisitor extends Object implements IApplicationVisitor
Application visitor wrapper that adds the datasource prefix to an application name. This visitor is used in conjunction with the Composite data source.
Since:
5.0
Author:
O. Kerpershoek
  • Constructor Details

  • Method Details

    • addApplication

      public void addApplication(String name, Version[] versions)
      Description copied from interface: IApplicationVisitor
      This method should be invoked by the (IPortalEngineDS) data-source implementation to notify the portal engine of the existence of a project. The method should be invoked for each project with an array of the versions that are available for the application.
      Specified by:
      addApplication in interface IApplicationVisitor
      Parameters:
      name - The name of the project that is available.
      versions - An array of versions that are available.