Uses of Class
wt.method.WriterProxy

Packages that use WriterProxy
com.ptc.core.query.report.bom.common This package provides BOM (bill of materials) reporting capabilities via BOMReportHelper.  These reports are produced as XML and then optionally styled with XSLT. 
com.ptc.core.query.report.bom.server   
wt.method Defines the standard Windchill MethodServer and MethodServerLauncher and related functionality. 
 

Uses of WriterProxy in com.ptc.core.query.report.bom.common
 

Methods in com.ptc.core.query.report.bom.common with parameters of type WriterProxy
static void BOMReportHelper.produceBOMReport(Object rootPartRef, ConfigSpec configSpec, Object[] reportRefs, int[] reportTypes, Properties reportInputs, Locale locale, int levelLimit, String[] xsltUrlStrings, boolean doTransformOnClient, WriterProxy writerProxy)
          Produce a hierarchical BOM report for a given part and a given set of ReportTemplates or other Reportables by producing XML data and transforming it with one or more specified XSLT stylesheets.
static void BOMReportHelper.produceConsolidatedBOMReport(Object[] rootPartRefs, double[] partQuantities, ConfigSpec configSpec, Object[] reportRefs, int[] reportTypes, Properties reportInputs, Locale locale, int levelLimit, String[] xsltUrlStrings, boolean doTransformOnClient, WriterProxy writerProxy)
          Produce a "consolidated" BOM report for a given part and a given set of ReportTemplates or other Reportables by producing XML data and transforming it with one or more specified XSLT stylesheets.
static void BOMReportHelper.produceMultiBOMDiffReport(Object[] rootPartRefs, ConfigSpec[] configSpecs, Object[] reportRefs, int[] reportTypes, Properties reportInputs, Locale locale, int levelLimit, String[] xsltUrlStrings, boolean doTransformOnClient, WriterProxy writerProxy)
          Produce a multiple BOM comparison BOM report.
static void BOMReportHelper.produceMultiBOMReport(Object[] rootPartRefs, ConfigSpec[] configSpecs, Object[] reportRefs, int[] reportTypes, Properties reportInputs, Locale locale, int levelLimit, String[] xsltUrlStrings, boolean doTransformOnClient, WriterProxy writerProxy)
          Produce a report consisting of multiple hierarchical BOM reports concatenated together.
 

Uses of WriterProxy in com.ptc.core.query.report.bom.server
 

Methods in com.ptc.core.query.report.bom.server with parameters of type WriterProxy
static void BOMReportService.produceBOMReport(Object rootPartRef, ConfigSpec configSpec, Object[] reportRefs, int[] reportTypes, Properties reportInputs, Locale locale, int levelLimit, String[] xsltUrlStrings, boolean doTransformOnClient, WriterProxy writerProxy)
          See BOMReportHelper method of same signature.
static void BOMReportService.produceConsolidatedBOMReport(Object[] rootPartRefs, double[] partQuantities, ConfigSpec configSpec, Object[] reportRefs, int[] reportTypes, Properties reportInputs, Locale locale, int levelLimit, String[] xsltUrlStrings, boolean doTransformOnClient, WriterProxy writerProxy)
          See BOMReportHelper method of same signature.
static void BOMReportService.produceMultiBOMDiffReport(Object[] rootPartRefs, ConfigSpec[] configs, Object[] reportRefs, int[] reportTypes, Properties reportInputs, Locale locale, int levelLimit, String[] xsltUrlStrings, boolean doTransformOnClient, WriterProxy writerProxy)
          See BOMReportHelper method of same signature.
static void BOMReportService.produceMultiBOMReport(Object[] rootPartRefs, ConfigSpec[] configSpecs, Object[] reportRefs, int[] reportTypes, Properties reportInputs, Locale locale, int levelLimit, String[] xsltUrlStrings, boolean doTransformOnClient, WriterProxy writerProxy)
          See BOMReportHelper method of same signature.
private static void BOMReportService.produceReport(SAXXMLSource reportSource, String[] xsltURLStrings, boolean doTransformOnClient, WriterProxy writerProxy)
          General engine for processing XML reports with XSLT or instructing client to do so.
 

Uses of WriterProxy in wt.method
 

Methods in wt.method with parameters of type WriterProxy
 int WriterProxy.Test.service(WriterProxy proxy, int size, int send_limit)