|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Common methods for all BOM renderers that deal with one or more WTPart
objects.
Supported API: true
Extendable: true
Method Summary | |
Collection |
getRenderedParts()
Returns a collection of WTPart objects which represent the parts used for rendering. |
void |
setData(WTPart root,
WTPart part,
Collection[] deltaParts,
Collection tgts,
boolean lineNumbers)
Set the renderer's state so that it is ready to process. |
Methods inherited from interface com.ptc.windchill.esi.rnd.ResponseRenderer |
render |
Method Detail |
public void setData(WTPart root, WTPart part, Collection[] deltaParts, Collection tgts, boolean lineNumbers)
root
- The root part for which the BOM is being rendered.part
- Presumed to be the assembly part for BOMs.deltaParts
- an array of enumerationstgts
- A collection of ESI targetslineNumbers
- Are line numbers to be included in the output?public Collection getRenderedParts() throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |