Package 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
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionvoidrender(ESIObjectHistoryBuilder builder) Generate the output using the help of the argument.voidEstablishes the state of the object so that it is ready to process requests.
-
Method Details
-
setData
Establishes the state of the object so that it is ready to process requests.
Supported API: true- Parameters:
ufid-- Throws:
WTException
-
render
Generate the output using the help of the argument.
Supported API: true- Parameters:
builder-- Throws:
WTException
-