Class XmlImageDS
java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.composer.ds.xml.parsing.XmlImageDS
- All Implemented Interfaces:
IElementDS
,IImageDS
,IReportingDS
Xml datasource implementation.
- Since:
- 7.2
- Author:
- Jon van Leuven
-
Constructor Summary
Constructors -
Method Summary
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
-
XmlImageDS
-
-
Method Details
-
getImageData
public byte[] getImageData()- Specified by:
getImageData
in interfaceIImageDS
- Returns:
- Byte array containing the image, it might be
null
.
-
getName
Description copied from interface:IElementDS
This method returns the (unique) name of the element. The name is required when adding the content as a definition to the composer, but it is optional when the element is added directly as inline sub-content.- Specified by:
getName
in interfaceIElementDS
- Returns:
- the (unique) name of the element.
-
getPresentationStyles
Description copied from interface:IElementDS
This method returns the presentation styles that should be used when including the content element that is referred to.- Specified by:
getPresentationStyles
in interfaceIElementDS
- Returns:
- the presentation styles that should be used when including the content element that is referred to.
-
getImageType
- Specified by:
getImageType
in interfaceIImageDS
- Returns:
- Image type (Jpeg/SVG/etc), it might be
null
.
-
getImageContentType
- Specified by:
getImageContentType
in interfaceIImageDS
- Returns:
- Image content type, never
null
.
-
getQRCodeContent
- Specified by:
getQRCodeContent
in interfaceIImageDS
- Returns:
- String containing the QR code content, it might be
null
.
-