Customization Points
Extendable classes
The class ESISmartCollectionRenderer, ESINavigationCriteriaRenderer & ESINavigationFilterRenderer is extendable, the extension must be defined in the ESI service properties file. The entry that resides in this file for the default version is as follows:
Service Property name: com.ptc.windchill.esi.smartcollection.ESISmartCollectionRenderer
Default values of attributes of the <Option> element:
cardinality=“duplicate”
requestor=”java.lang.Object”
selector=”SMARTCOLLECTION”
serviceClass=”com.ptc.windchill.esi.smartcollection.ESISmartCollectionRenderer”
Service Property name: com.ptc.windchill.esi.navigationcriteria.ESINavigationCriteriaRenderer
Default values of attributes of the <Option> element:
cardinality=“duplicate”
requestor=”java.lang.Object”
selector=”NAVIGATIONCRITERIA”
serviceClass=”com.ptc.windchill.esi.navigationcriteria.ESINavigationCriteriaRenderer”
Service Property name: com.ptc.windchill.esi.navigationcriteria.ESINavigationFilterRenderer
Default values of attributes of the <Option> element:
cardinality=“duplicate”
requestor=”java.lang.Object”
selector=”NAVIGATIONFILTER””
serviceClass=”com.ptc.windchill.esi.navigationcriteria.ESINavigationFilterRenderer”
Was this helpful?