|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.windchill.esi.rnd.ResponseRendererImpl
com.ptc.windchill.esi.esipart.ESIPartRenderer
public class ESIPartRenderer
Default implementation of PartRenderer.
Supported API: true
Extendable: true
| Field Summary |
|---|
| Fields inherited from interface com.ptc.windchill.esi.esipart.PartRenderer |
|---|
UTILITY |
| Method Summary | |
|---|---|
protected com.infoengine.object.factory.Element |
adjustAlternateElement(com.infoengine.object.factory.Element element,
String group,
WTPart part,
Collection targets)
Allow subclasses to fix the contents of an element. |
protected com.infoengine.object.factory.Element |
adjustPartElement(com.infoengine.object.factory.Element element,
String group,
WTPart part,
Eff eff,
Collection targets)
Allow subclasses to fix the contents of an element. |
protected void |
buildGroups()
Output generator for the class. |
protected String |
getAuth()
Gets the value of the attribute: auth; Authentication information to pass to Windchill Adapter when executing query webjects. |
protected Collection |
getParts()
Gets the value of the attribute: parts; The list of parts that are to be rendered. |
protected WTPart |
getRoot()
Gets the value of the attribute: root; The base part of a tree of product structures. |
protected String |
getTransactionID()
Gets the value of the attribute: transactionID; The idNumber attribute value of an ESITransaction that is to be associated with this renderer. |
ESIPartUtility |
getUtility()
Gets the object for the association that plays role: utility. |
protected String |
getWcAdapter()
Gets the value of the attribute: wcAdapter; The name of the Windchill Adapter where query object webjects are to execute. |
void |
initialize()
Perform any required initialization processing. |
protected boolean |
isAlternatesRequired()
Gets the value of the attribute: alternatesRequired; Should the renderer obtain the alternates to the parts that are to be rendered? Supported API: true |
protected boolean |
isDocumentsRequired()
Gets the value of the attribute: documentsRequired; Should the renderer call the document renderer? Supported API: true |
void |
setUtility(ESIPartUtility a_Utility)
Sets the object for the association that plays role: utility. |
protected void |
validate()
Make sure the object is ready to process. |
| Methods inherited from class com.ptc.windchill.esi.rnd.ResponseRendererImpl |
|---|
adjustEffectivities, adjustObjectID, adjustTargets, buildUfidString, getBuilder, invokeQueryTask, mapElement, mapObject, render, setBuilder |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.ptc.windchill.esi.rnd.ResponseRenderer |
|---|
render |
| Method Detail |
|---|
protected Collection getParts()
protected WTPart getRoot()
protected boolean isAlternatesRequired()
protected boolean isDocumentsRequired()
protected String getAuth()
protected String getWcAdapter()
protected String getTransactionID()
protected void validate()
throws com.ptc.windchill.esi.rnd.ESIRendererException
com.ptc.windchill.esi.rnd.ESIRendererException
protected void buildGroups()
throws com.ptc.windchill.esi.rnd.ESIRendererException
buildGroups in class ResponseRendererImplcom.ptc.windchill.esi.rnd.ESIRendererException
protected com.infoengine.object.factory.Element adjustPartElement(com.infoengine.object.factory.Element element,
String group,
WTPart part,
Eff eff,
Collection targets)
throws com.ptc.windchill.esi.rnd.ESIRendererException
element - group - part - eff - May be null.targets - Collection of ESITarget objects.
com.ptc.windchill.esi.rnd.ESIRendererException
protected com.infoengine.object.factory.Element adjustAlternateElement(com.infoengine.object.factory.Element element,
String group,
WTPart part,
Collection targets)
throws com.ptc.windchill.esi.rnd.ESIRendererException
element - group - part - targets - Collection of ESITarget objects.
com.ptc.windchill.esi.rnd.ESIRendererExceptionpublic void initialize()
initialize in interface PartRendererpublic ESIPartUtility getUtility()
getUtility in interface PartRenderer
public void setUtility(ESIPartUtility a_Utility)
throws WTPropertyVetoException
setUtility in interface PartRenderera_Utility -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||