Interface QMLPluginMBean

All Superinterfaces:
PluginMBean, SelfEmailingMBean
All Known Implementing Classes:
AbstractQMLPlugin

public interface QMLPluginMBean extends PluginMBean
An interface specifying the APIs for a plugin which utilizes and executes QML.

Supported API: true

Extendable: true
  • Method Details

    • getQMLFileName

      String getQMLFileName()
      Obtain the name of the QML file.

      Supported API: true
      Returns:
    • getReportName

      String getReportName()
      Obtain the name of the report generated.

      Supported API: true
      Returns:
    • getXSLFileName

      String getXSLFileName()
      Obtain the name of the XSL file used for formatting the QML execution report results.

      Supported API: true
      Returns:
    • setQMLFileName

      void setQMLFileName(String qmlFileName)
      Set the name of the QML file used during plugin execution to generate data for.

      Supported API: true
      Parameters:
      qmlFileName -
    • setReportName

      void setReportName(String reportName)
      Set the name of the report generated during plugin execution.

      Supported API: true
      Parameters:
      reportName -
    • setXSLFileName

      void setXSLFileName(String xslFileName)
      Set the name of the XSL file for used for formatting the plugins generated report.

      Supported API: true
      Parameters:
      xslFileName -