Class StandardUdiSuperSetAttributePopulator

java.lang.Object
com.ptc.qualitymanagement.udi.AbstractUDIAttributePopulator
com.ptc.qualitymanagement.udi.superset.StandardUdiSuperSetAttributePopulator
All Implemented Interfaces:
UDIAttributePopulatorService

public class StandardUdiSuperSetAttributePopulator extends AbstractUDIAttributePopulator implements UDIAttributePopulatorService
Populates the UDISubmission object and UDISubmissionDetails based upon the contents of the UDISubmission Template object.

This object is intended to be used as a base class for customer extensions. To extend create a class that extends this class then register it as the UDI Attribute Populator Service for a UdiSuperset. To register the new class create xconf file xxx.UDI.service.properties.xconf and register with Windchill.

 
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE Configuration SYSTEM "xconf.dtd">

 <Configuration targetFile="codebase/service.properties">
   <Service name="com.ptc.qualitymanagement.udi.UDIAttributePopulatorService">
       <Option
           cardinality="duplicate"
           requestor=null
           selector="com.ptc.qualitymanagement.udi.superset.UdiSuperSet" OR selector="com.ptc.qualitymanagement.udi.superset.UdiSuperSet|yourSubType"
           serviceClass="yourfullyqualifiedclassname"
       />
   </Service>
 </Configuration>
 
 

Register new xconf file with Windchill
xconfmanager -i src\\com\\acme\\udi\\xxx.UDI.service.properties.xconf -p



Supported API: true

Extendable: true

See Also: