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


Method Summary
 void setData(WTPart currentPart, WTPart previousPart, Collection targetOrgs, String wcAdapter, String authorization)
          Provide all necessary data to a DocumentRenderer.
 
Methods inherited from interface com.ptc.windchill.esi.rnd.ResponseRenderer
render
 

Method Detail

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 iteration
previousPart - 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.