Class NullOptionSetFetcherDelegate
java.lang.Object
com.ptc.windchill.option.delegate.AbstractOptionSetFetcherDelegate
com.ptc.windchill.option.delegate.impl.NullOptionSetFetcherDelegate
Delegate that returns null OptionSet for object types which do not need to be considered for option set
functionality.
Supported API: true
Extendable: false
For example, if com.myOrg.MyPart is a soft type or hard type of WTPart. In system WTPart needs to support options functionality however, for MyPart it is not needed. Then administrator can specify this delegate for the type. The administrator can specify the property in xconf file to propagate changes to service.property.
Example:| <Service context="default" name="com.ptc.windchill.option.delegate.OptionSetFetcherDelegate"> | ||
| <Option cardinality="duplicate" requestor="null" selector="WCTYPE|com.myOrg.MyPart" serviceClass="com.ptc.windchill.option.delegate.impl.NullOptionSetFetcherDelegate"/> | ||
| </Service> | ||
Supported API: true
Extendable: false
-
Method Summary
Methods inherited from class com.ptc.windchill.option.delegate.AbstractOptionSetFetcherDelegate
getOptionSets, getOverriddenOptionSet