|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.windchill.esi.rnd.BasicESIRenderer
com.ptc.windchill.esi.ecn.ESIECNHeaderRenderer
public class ESIECNHeaderRenderer
This class renders the output of ECN header (ie.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
protected com.infoengine.object.factory.Element |
adjustElement(com.infoengine.object.factory.Element element,
String group,
WTChangeOrder2 changeOrder,
Collection targets)
Allow subclasses to fix the contents of an element. |
protected String |
getAuth()
Gets the value of the attribute: auth; The authentication to use when invoking a query task. |
protected Collection |
getTargets()
Gets the value of the attribute: targets; A collection of ESITarget objects that are of interest to the renderer. |
protected String |
getWcAdapter()
Gets the value of the attribute: wcAdapter; The name of the Windchill adapter where query tasks will execute. |
void |
setData(WTChangeOrder2 chgOrder,
Collection targets,
String auth,
String wcAdapter)
Provide the data required for the renderer to operate properly. |
| Methods inherited from class com.ptc.windchill.esi.rnd.BasicESIRenderer |
|---|
adjustDateEffectivities, adjustEffectivities, adjustEffectivities, adjustLotNumberEffCxt, adjustLotNumberEffectivities, adjustObjectID, adjustSerialNumberEffCxt, adjustSerialNumberEffectivities, adjustTargets, buildUfidString, getBuilder, invokeQueryTask, invokeQueryTask, invokeQueryTask, mapElement, mapObject, mapObject, render, setBuilder |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
protected Collection getTargets()
protected String getAuth()
protected String getWcAdapter()
public void setData(WTChangeOrder2 chgOrder,
Collection targets,
String auth,
String wcAdapter)
throws com.ptc.windchill.esi.rnd.ESIRendererException
chgOrder - The change order to be rendered.targets - A collection of ESITarget objects that are of interest to the renderer.auth - The authentication to use when invoking a query task.wcAdapter - The name of the Windchill adapter where query tasks will execute.
com.ptc.windchill.esi.rnd.ESIRendererException
protected com.infoengine.object.factory.Element adjustElement(com.infoengine.object.factory.Element element,
String group,
WTChangeOrder2 changeOrder,
Collection targets)
throws com.ptc.windchill.esi.rnd.ESIRendererException
element - group - changeOrder - targets - Collection of ESITarget objects.
com.ptc.windchill.esi.rnd.ESIRendererException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||