Classes
ESIProductionVersionRenderer
This class extends the abstract base class BasicESIRenderer, thereby inheriting the capabilities of that class. The ESIProductionVersionRenderer class is intended to be extended by customizers. It has several attributes that are accessible to subclasses in read-only mode. Because the renderer state is expected to be established by the setData() method, the attributes do not have setter methods.
* 
The ESIProductionVersionRenderer class is instantiated and used (i) upon releasing a production in object-centric mode (ii) by an ESIWTChangeOrder2Renderer instance when the Change Notice being rendered has a production version associated to it (iii) by an ESIPromotionRequestRenderer instance when the promotion request being rendered holds an production version as a promotable. or (iv) by any of the following renderer instances for rendering the production version assignment link – ESIProductionVersionAssignmentLinkRenderer.
Refer to the Windchill release specific Java Documentation for more details on available attributes and methods in the class.
BasicESIRenderer
This is the abstract class implementing the interface ESIRenderer. For more information, see BasicESIRenderer.
ESIProductionVersionAssignmentLinkRenderer
This class is instantiated and used by an ESIProductionVersionRenderer instance, for rendering the WCRoutingAssignmentLink objects associated with the production version being rendered. It will fetch the WCRoutingAssignmentLink attributes and mapping them to the output as required
Was this helpful?