Class XmlProcessMappingDS

java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.portal.ds.xml.r12.parsing.XmlProcessMappingDS
All Implemented Interfaces:
IReportingDS, IProcessMappingDS

public class XmlProcessMappingDS extends ReportingDS implements IProcessMappingDS
Xml datasource implementation.
Since:
7.3
Author:
Danny Roest
  • Constructor Details

  • Method Details

    • getApplicationName

      public String getApplicationName()
      Description copied from interface: IProcessMappingDS
      This method returns the name of the application that contains the process definitions.
      Specified by:
      getApplicationName in interface IProcessMappingDS
      Returns:
      The name of the application that contains the process definitions.
    • getApplicationVersion

      public Version getApplicationVersion()
      Description copied from interface: IProcessMappingDS
      This method returns the version of the application that contains the process definitions.
      Specified by:
      getApplicationVersion in interface IProcessMappingDS
      Returns:
      The version of the application that contains the process definitions.
    • iterateTaskMappings

      public void iterateTaskMappings(ITaskMappingVisitor visitor)
      Description copied from interface: IProcessMappingDS
      This method will be invoked to allow the implementation to add task mapping definitions.
      Specified by:
      iterateTaskMappings in interface IProcessMappingDS
      Parameters:
      visitor - Object that should be used to add task mapping definitions to.
    • getCaseDataMappingName

      public String getCaseDataMappingName()
      Description copied from interface: IProcessMappingDS
      This method returns the mapping information that should be used to map the model of the process engine to the model of this application.
      Specified by:
      getCaseDataMappingName in interface IProcessMappingDS
      Returns:
      Name referring to the mapping, may be null.
    • getCaseUpdateMappingName

      public String getCaseUpdateMappingName()
      Description copied from interface: IProcessMappingDS
      This method returns the mapping information that should be used to map the model of this application to the model of the process engine.
      Specified by:
      getCaseUpdateMappingName in interface IProcessMappingDS
      Returns:
      Name referring to the mapping, may be null.