com.ptc.windchill.esi.ecn
Interface ChangeHeaderRenderer
- All Superinterfaces:
- ResponseRenderer
- All Known Implementing Classes:
- ESIChangeHeaderRenderer
public interface ChangeHeaderRenderer
- extends ResponseRenderer
Defines the methods that all ESI change header renderers must implement.
Supported API: true
Extendable: false
setData
void setData(WTChangeOrder2 chgOrder,
Collection targets,
String auth,
String wcAdapter)
throws com.ptc.windchill.esi.rnd.ESIRendererException
- Provide the data required for the renderer to operate properly.
Supported API: true
- Parameters:
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.
- Throws:
com.ptc.windchill.esi.rnd.ESIRendererException