|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The PartRenderer interface defines the methods that are available on
all ESI part renderer implementation classes.
Supported API: true
Extendable: false
Field Summary | |
static String |
UTILITY
Label for the attribute. |
Method Summary | |
ESIPartUtility |
getUtility()
Gets the object for the association that plays role: UTILITY. |
void |
initialize()
Perform any required initialization processing. |
void |
setData(WTPart root,
Collection parts,
boolean buildAlts,
boolean buildDocs,
String auth,
String wcAdapter,
String transactionID)
Establish the renderer's state so that it can process requests. |
void |
setUtility(ESIPartUtility a_Utility)
Sets the object for the association that plays role: UTILITY. |
Methods inherited from interface com.ptc.windchill.esi.rnd.ResponseRenderer |
render |
Field Detail |
public static final String UTILITY
Method Detail |
public ESIPartUtility getUtility()
public void setUtility(ESIPartUtility a_Utility) throws WTPropertyVetoException
a_Utility
-
WTPropertyVetoException
public void setData(WTPart root, Collection parts, boolean buildAlts, boolean buildDocs, String auth, String wcAdapter, String transactionID)
root
- The primary part to process. May not be null. If multiple parts are to be processed, the renderer will use the root as the base part for target determination.parts
- A collection of additional parts to process. May be empty.buildAlts
- Are alternates to be returned by the renderer?buildDocs
- Are documents associated with the part to be returned by the renderer?auth
- Info*Engine authorization for invoking a webject.wcAdapter
- Windchill adapter instance to run the webjecttransactionID
- Optional transaction ID to pass to the VDB builder.public void initialize()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |