com.ptc.windchill.esi.esidoc
Interface DocumentRenderer
- All Superinterfaces:
- ResponseRenderer
- All Known Implementing Classes:
- ESIDocumentRenderer
public interface DocumentRenderer
- extends ResponseRenderer
Declares the common interface of all ESI document renderers.
Supported API: true
Extendable: false
setData
void setData(WTPart currentPart,
WTPart previousPart,
Collection targetOrgs,
String wcAdapter,
String authorization)
- Provide all necessary data to a DocumentRenderer.
Supported API: true
- Parameters:
currentPart - Current part iterationpreviousPart - previous part iteration.targetOrgs - Contains the ESITargets that this document is being exported to.wcAdapter - The name of the Windchill adapter where the query-object task will be executed.authorization - The authorization for executing the query-object task.