Interface QMLPluginMBean
- All Superinterfaces:
PluginMBean,SelfEmailingMBean
- All Known Implementing Classes:
AbstractQMLPlugin
An interface specifying the APIs for a plugin which utilizes
and executes QML.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionObtain the name of the QML file.Obtain the name of the report generated.Obtain the name of the XSL file used for formatting the QML execution report results.voidsetQMLFileName(String qmlFileName) Set the name of the QML file used during plugin execution to generate data for.voidsetReportName(String reportName) Set the name of the report generated during plugin execution.voidsetXSLFileName(String xslFileName) Set the name of the XSL file for used for formatting the plugins generated report.Methods inherited from interface com.ptc.customersupport.mbeans.PluginMBean
areDbCredentialsNeeded, areWindchillCredentialsNeeded, getClusterAware, getCompressOutput, getConfigFileName, getDateRangeUsed, getDescription, getDisplayName, getMBeanName, getName, getPluginType, getPluginVersion, setClusterAware, setCompressOutput, setDatabaseCredentials, setDateRangeUsed, setDisplayName, setMBeanNameMethods inherited from interface wt.jmx.core.mbeans.SelfEmailingMBean
emailThisMBean
-
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
Set the name of the QML file used during plugin execution to generate data for.
Supported API: true- Parameters:
qmlFileName-
-
setReportName
Set the name of the report generated during plugin execution.
Supported API: true- Parameters:
reportName-
-
setXSLFileName
Set the name of the XSL file for used for formatting the plugins generated report.
Supported API: true- Parameters:
xslFileName-
-