Class RegisteredOptionSetFetcherDelegate

java.lang.Object
com.ptc.windchill.option.delegate.AbstractOptionSetFetcherDelegate
com.ptc.windchill.option.delegate.impl.RegisteredOptionSetFetcherDelegate

public class RegisteredOptionSetFetcherDelegate extends AbstractOptionSetFetcherDelegate
This will fetch the registered OptionSet. While determining option set this delegate use RegisteredOptionSetLink to find assigned option set for the object. If no option set for the object is found and if the object is contained object will check if option set is available in its container hierarchy. It only considers container for object that are instance of OptionSetAssignable. If the OptionSet is overridden then it will return overridden OptionSet.

Supported API: true

Extendable: true