com.ptc.windchill.esi.ecn
Interface ChangeOrder2Renderer

All Superinterfaces:
ResponseRenderer
All Known Implementing Classes:
ESIChangeOrder2Renderer

public interface ChangeOrder2Renderer
extends ResponseRenderer



Supported API: true

Extendable: false


Method Summary
 void setData(String objectID, boolean delta, boolean componentParts, boolean alternates, boolean substitutes, boolean referenceDesignators, boolean lineNumbers, String mulitLevel, boolean documents, String configSpec, String auth, String wcAdapter, String transactionID)
          Provide the data required for the renderer to operate properly.
 
Methods inherited from interface com.ptc.windchill.esi.rnd.ResponseRenderer
render
 

Method Detail

setData

public void setData(String objectID,
                    boolean delta,
                    boolean componentParts,
                    boolean alternates,
                    boolean substitutes,
                    boolean referenceDesignators,
                    boolean lineNumbers,
                    String mulitLevel,
                    boolean documents,
                    String configSpec,
                    String auth,
                    String wcAdapter,
                    String transactionID)
             throws ESIRendererException
Provide the data required for the renderer to operate properly.

Supported API: true

Parameters:
objectID - The UFID of a WTChangeOrder 2.
delta - Should RPC responses contain only information that has changed since the last time objects were released?
componentParts - When BOMs are exported, should parts be created for BOM components?
alternates - When parts are exported, should the alternates of the parts (if any are defined) be exported?
substitutes - If "true", returns substitute data.
referenceDesignators - If "true", returns Reference Designator data.
lineNumbers - If "true", returns line numbers info, otherwise no line numbers info is returned.
mulitLevel - The number of levels of BOM.
documents - If "true", returns associated documents info, default is "false". Only operative if "Parts" = "true".
configSpec - The Config Spec. value to use when navigating BOMs. See the Query-Tree Webject documentation for acceptable and default values.
auth - Authentication information for Info*Engine tasks.
wcAdapter - The name of the Windchill adapter.
transactionID - The number of the transaction to associate with the output from renderer.
Throws:
ESIRendererException