Class ProcessEventTemplate

java.lang.Object
com.aquima.interactions.test.templates.AbstractReportingTemplate
com.aquima.interactions.test.templates.process.ProcessEventTemplate

public class ProcessEventTemplate extends AbstractReportingTemplate
Template class that may be used to provide the information needed during initialization.
Since:
7.1
Author:
O. Kerpershoek
  • Constructor Details

    • ProcessEventTemplate

      protected ProcessEventTemplate(com.aquima.interactions.foundation.report.IInitializationReport report, String name)
  • Method Details

    • getId

      protected com.aquima.interactions.foundation.GUID getId()
    • getName

      protected String getName()
    • toDataSource

      public com.aquima.interactions.process.ds.IProcessEventDS toDataSource()
      This method converts the template to a data source that can be used during initialization.
      Returns:
      a data source that can be used during initialization.