com.ptc.windchill.esi.rnd
Interface ESIObjectHistoryRenderer

All Known Implementing Classes:
ESIObjectHistoryRendererImpl

public interface ESIObjectHistoryRenderer

Interface for initializing object history renderers.

Supported API: true

Extendable: true


Method Summary
 void render(ESIObjectHistoryBuilder builder)
          Generate the output using the help of the argument.
 void setData(String ufid)
          Establishes the state of the object so that it is ready to process requests.
 

Method Detail

setData

public void setData(String ufid)
             throws WTException
Establishes the state of the object so that it is ready to process requests.

Supported API: false

Parameters:
ufid -
Throws:
WTException

render

public void render(ESIObjectHistoryBuilder builder)
            throws WTException
Generate the output using the help of the argument.

Supported API: false

Parameters:
builder -
Throws:
WTException