Class XmlRestUrnFragmentDS
java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.communication.ds.xml.parsing.XmlRestUrnFragmentDS
- All Implemented Interfaces:
IRestUrnFragmentDS
,IReportingDS
Xml datasource implementation.
- Since:
- 9.0
- Author:
- Arjan Pragt
-
Field Summary
Fields inherited from interface com.aquima.interactions.communication.ds.IRestUrnFragmentDS
CATEGORY
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
XmlRestUrnFragmentDS
(IInitializationReport report, IXmlNode node) -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the attribute name of the fragment.This method returns the constant value of the fragment.void
This method iterates about the validations of the attribute.Methods inherited from class com.aquima.interactions.foundation.report.ReportingDS
addError, addMessage, getCategory, getReport
-
Constructor Details
-
XmlRestUrnFragmentDS
-
-
Method Details
-
getConstant
Description copied from interface:IRestUrnFragmentDS
This method returns the constant value of the fragment. Either this method may return a value or the attributename, otherwise null.- Specified by:
getConstant
in interfaceIRestUrnFragmentDS
- Returns:
- The constant value of the fragment.
-
getAttributeName
Description copied from interface:IRestUrnFragmentDS
This method returns the attribute name of the fragment. Either this method may return a value or the attributename, otherwise null.- Specified by:
getAttributeName
in interfaceIRestUrnFragmentDS
- Returns:
- The attributename representing the value of the fragment.
-
iterateValidations
Description copied from interface:IRestUrnFragmentDS
This method iterates about the validations of the attribute.- Specified by:
iterateValidations
in interfaceIRestUrnFragmentDS
- Parameters:
visitor
- The visitor accepting the validations on the attribute.- Throws:
InitializationException
- This exception is thrown when the RestUrnFragment could not be initialized with the provided data source.
-