Class ServiceExitVisitor

java.lang.Object
com.aquima.interactions.portal.model.def.ServiceExitVisitor
All Implemented Interfaces:
IExitEventVisitor

public final class ServiceExitVisitor extends Object implements IExitEventVisitor
This class is used to gather the exit events of a service call.
Since:
7.1
Author:
O. Kerpershoek, Jon van Leuven
  • Constructor Details

    • ServiceExitVisitor

      protected ServiceExitVisitor(IReportingDS datasource)
    • ServiceExitVisitor

      protected ServiceExitVisitor(IReportingDS datasource, String[] eventTypes)
  • Method Details

    • addExitEvent

      public void addExitEvent(String typeName, String eventName)
      Description copied from interface: IExitEventVisitor
      This method should be invoked to register an exit event for the service call.
      Specified by:
      addExitEvent in interface IExitEventVisitor
      Parameters:
      typeName - The name of the exit event as defined by the service type.
      eventName - The name of the event as used in the flow.
    • getExitEvents

      protected ServiceCallEvent[] getExitEvents()