You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Before you upgrade make sure to read the General Upgrade instructions as well as the Upgrade instructions for previous versions.

The changes are color coded. Orange elements have been changed, Green elements have been added and Red elements have been removed compared to the 17.x release.

Table of contents

R17 export format

In release 17.1 we have created a new export format using XMLDSIG en XMLENC for singing and encrypting the exports. This resulted into a lot of changes in the SDK and the recreation of two separate export format.

R12 export removal

With the introduction of the R17 export format the SDK is no longer able to generate R12 exports and the supporting classes have been removed.

Removal of unused export fields

With introduction of the R17 export format we have removed fields from the datasources that where not used by Blueriq's own code. This mostly entails the removal of descriptions in datasources. 

SDK changes

Added packages

  • Added package com.aquima.interactions.communication.ds.xml.r17
  • Added package com.aquima.interactions.composer.ds.xml.r17
  • Added package com.aquima.interactions.ds.export.r17
  • Added package com.aquima.interactions.ds.xml.r17
  • Added package com.aquima.interactions.dtree.ds.xml.r17
  • Added package com.aquima.interactions.flow.ds.xml.r17
  • Added package com.aquima.interactions.mapping.ds.xml.r17
  • Added package com.aquima.interactions.metamodel.ds.xml.r17
  • Added package com.aquima.interactions.portal.ds.xml.r17
  • Added package com.aquima.interactions.process.ds.xml.r17
  • Added package com.aquima.interactions.project.ds.xml.r17
  • Added package com.aquima.interactions.rule.ds.xml.r17

Renamed packages

  • com.aquima.interactions.communication.ds.xml
    • moved classes and subpackages to com.aquima.interactions.communication.ds.xml.r12
  • com.aquima.interactions.composer.ds.xml
    • moved classes and subpackages to com.aquima.interactions.composer.ds.xml.r12
  • com.aquima.interactions.flow.ds.xml
    • moved classes and subpackages to com.aquima.interactions.flow.ds.xml.r12
  • com.aquima.interactions.dtree.ds.xml
    • moved classes and subpackages to com.aquima.interactions.dtree.ds.xml.r12
  • com.aquima.interactions.mapping.ds.xml
    • moved classes and subpackages to com.aquima.interactions.mapping.ds.xml.r12
  • com.aquima.interactions.metamodel.ds.xml
    • moved classes and subpackages to com.aquima.interactions.metamodel.ds.xml.r12
  • com.aquima.interactions.portal.ds.xml
    • moved classes and subpackages to com.aquima.interactions.portal.ds.xml.r12
  • com.aquima.interactions.process.ds.xml
    • moved classes and subpackages to com.aquima.interactions.process.ds.xml.r12
  • com.aquima.interactions.project.ds.xml
    • moved classes and subpackages to com.aquima.interactions.project.ds.xml.r12
  • com.aquima.interactions.rule.ds.xml
    • moved classes and subpackages to com.aquima.interactions.rule.ds.xml.r12
  • com.aquima.interactions.ds.studio.r12
    • moved classes and subpackages to com.aquima.interactions.rule.ds.studio.r17

Removed R12 export classes

  • com.aquima.interactions.ds.export.r12.ds.ApplicationExportDS
  • com.aquima.interactions.ds.export.r12.ds.IExportDS
  • com.aquima.interactions.ds.export.r12.ExportBuilder
  • com.aquima.interactions.ds.export.r12.ExportFileType
  • com.aquima.interactions.ds.export.r12.ExportInfo
  • com.aquima.interactions.ds.export.r12.ExportZipWriter
  • com.aquima.interactions.ds.export.r12.XmlExport
  • com.aquima.interactions.ds.export.r12.XmlProjectMetaDataExport

Modified classes

  • com.aquima.interactions.ds.ChannelDS
    • Removed constructor: ChannelDS(com.aquima.interactions.foundation.report.IInitializationReportjava.lang.Stringjava.lang.String)
    • Removed method: getDescription()
    • Added constuctor: ChannelDS(com.aquima.interactions.foundation.report.IInitializationReportjava.lang.String)
  • com.aquima.interactions.ds.composite.PrefixedProjectDS
    • Removed method: getDescription()
  • com.aquima.interactions.ds.TeamDS
    • Removed constructor: TeamDS(com.aquima.interactions.foundation.report.IInitializationReportjava.lang.Stringjava.lang.String)
    • Removed method: getDescription()
    • Added constuctor: TeamDS(com.aquima.interactions.foundation.report.IInitializationReportjava.lang.String)
  • com.aquima.interactions.ds.ThemeDS
    • Removed constructor: ThemeDS(com.aquima.interactions.foundation.report.IInitializationReportjava.lang.Stringjava.lang.String)
    • Removed method: getDescription()
    • Added constuctor: THemeDS(com.aquima.interactions.foundation.report.IInitializationReportjava.lang.String)
  • com.aquima.interactions.flow.ds.IFlowDS
    • Removed method: getDescription()
  • com.aquima.interactions.flow.IFlowDetails
    • Removed method: getDescription()
  • com.aquima.interactions.flow.model.DefaultFlowDetails
    • Removed method: getDescription()
  • com.aquima.interactions.flow.model.InternalFlow
    • Removed method: getDescription()
  • com.aquima.interactions.flow.report.ReportingFlowDS
    • Removed method: getDescription()
  • com.aquima.interactions.metamodel.Channel
    • Removed constructor: Channel(com.aquima.interactions.foundation.report.IInitializationReportjava.lang.Stringjava.lang.String)
    • Removed method: getDescription()
    • Added constuctor: Channel(com.aquima.interactions.foundation.report.IInitializationReportjava.lang.String)
  • com.aquima.interactions.metamodel.ds.IAggregateDS
    • Removed method: getDescription()

Known issues

For an overview of known issue please refer to: Known issues.

  • No labels