Class ReportingServiceCallDS
java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.portal.report.ReportingServiceCallDS
- All Implemented Interfaces:
IReportingDS
,IServiceCallDS
- Direct Known Subclasses:
DcmReportingServiceCallDs
Data-source used during initialization to add error reporting to the service call data-source.
- Since:
- 7.0
- Author:
- J. van Leuven, O. Kerpershoek
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ReportingServiceCallDS
(IInitializationReport report, IServiceCallDS datasource) -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the service call name.This method returns the service type name.void
iterateExitEvents
(IExitEventVisitor visitor) This method will be invoked to allow the data source to register all the exit events.void
iterateParameters
(IParameterVisitor visitor) This method should iterate over all the service parameters and invoke the visitor for each parameter that should be added.Methods inherited from class com.aquima.interactions.foundation.report.ReportingDS
addError, addMessage, getCategory, getReport
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.aquima.interactions.foundation.report.IReportingDS
addMessage
-
Constructor Details
-
Method Details
-
iterateParameters
Description copied from interface:IServiceCallDS
This method should iterate over all the service parameters and invoke the visitor for each parameter that should be added.- Specified by:
iterateParameters
in interfaceIServiceCallDS
- Parameters:
visitor
- The visitor that should be used to add parameters to.
-
getCallName
Description copied from interface:IServiceCallDS
This method returns the service call name.- Specified by:
getCallName
in interfaceIServiceCallDS
- Returns:
- The service call name, never null.
-
getTypeName
Description copied from interface:IServiceCallDS
This method returns the service type name.- Specified by:
getTypeName
in interfaceIServiceCallDS
- Returns:
- The service type name, never null.
-
iterateExitEvents
Description copied from interface:IServiceCallDS
This method will be invoked to allow the data source to register all the exit events.- Specified by:
iterateExitEvents
in interfaceIServiceCallDS
- Parameters:
visitor
- The visitor that should be used to add the exit events to.
-