Uses of Interface
wt.query.template.XSLSpec

Packages that use XSLSpec
com.ptc.core.query.report.client.queryBuilder   
wt.query.template Provides generic support for saved report queries using ReportTemplate and various methods in ReportTemplateHelper for executing and generating reports. 
 

Uses of XSLSpec in com.ptc.core.query.report.client.queryBuilder
 

Fields in com.ptc.core.query.report.client.queryBuilder declared as XSLSpec
private  XSLSpec ReportPropertiesDialog.spec
           
private  XSLSpec QueryItem.xslSpec
           
 

Methods in com.ptc.core.query.report.client.queryBuilder that return XSLSpec
 XSLSpec QueryItem.getXSLSpec()
           
 

Methods in com.ptc.core.query.report.client.queryBuilder with parameters of type XSLSpec
 void QueryItem.setXSLSpec(XSLSpec a_xslSpec)
           
 

Uses of XSLSpec in wt.query.template
 

Classes in wt.query.template that implement XSLSpec
 class DelegationXSLSpec
          

Supported API: false

Extendable: false
 class URLXSLSpec
          

Supported API: false

Extendable: false
 

Fields in wt.query.template declared as XSLSpec
private  XSLSpec ReportTemplate.XSLSpec
           
private  XSLSpec ReportTemplate.XSLSpec
           
 

Methods in wt.query.template that return XSLSpec
static XSLSpec ReportTemplateHelper.getXSLSpec(ReportTemplate a_reportTemplate, Hashtable params)
          This method derives an XSLSpec object from the specified ReportTemplate and parameters.
 XSLSpec ReportTemplate.getXSLSpec()
          Gets the value of the attribute: XSLSPEC.
static XSLSpec ReportTemplateHelper.getXSLSpec(ReportTemplate a_reportTemplate, Hashtable params)
          This method derives an XSLSpec object from the specified ReportTemplate and parameters.
 XSLSpec ReportTemplate.getXSLSpec()
          Gets the value of the attribute: XSLSPEC.
 

Methods in wt.query.template with parameters of type XSLSpec
static XSLTransform ReportTemplateHelper.getTransform(XSLSpec xslSpec, XMLSource reportSource, Properties xslProperties, Locale locale)
          This method derives an XSLTransform object from the specified parameters.
 void ReportTemplate.setXSLSpec(XSLSpec a_XSLSpec)
          Sets the value of the attribute: XSLSPEC.
static XSLTransform ReportTemplateHelper.getTransform(XSLSpec xslSpec, XMLSource reportSource, Properties xslProperties, Locale locale)
          This method derives an XSLTransform object from the specified parameters.
 void ReportTemplate.setXSLSpec(XSLSpec a_XSLSpec)
          Sets the value of the attribute: XSLSPEC.