GetHistory Support
ERP Connector provides an API that provides the publishing status of ERP Connector distribution targets that are associated with Windchill part objects. The Windchill ESI services getHistory() API allows customizers to obtain similar publishing status information for Windchill persistable objects that are not Windchill parts. Several classes in the java package, com.ptc.windchill.esi.rnd implement the API. The figure below shows the classes that support the API.
GetHistory API Support
ESIObjectHistoryRenderer
This interface defines the public methods of Windchill ESI object history renderers.
Refer to the Windchill release specific Java Documentation for more details on available attributes and methods in the class.
ESIObjectHistoryRendererImpl
This class is the default implementation of the ESIObjectHistoryRenderer interface.
Refer to the Windchill release specific Java documentation for more details on available attributes and methods in the class.
ESIObjectHistoryBuilder
This interface defines the public methods of Windchill ESI object history builders. Refer to the Windchill release specific Java Documentation for more details on available attributes and methods in the class.
ESIObjectHistoryBuilderImpl
This class is the default implementation of the ESIObjectHistoryBuilder interface.
Refer to the Windchill release specific Java Documentation for more details on available attributes and methods in the class.
ESIObjectHistoryRendererFactory
This class provides methods to obtain instances of the appropriate implementation classes for ESIObjectHistoryRenderer and ESIObjectHistoryBuilder.
Refer to the Windchill release specific Java Documentation for more details on available attributes and methods in the class.
Was this helpful?