解决方案
必备知识
要实现此目标,需要了解以下内容:
涉及 Java 的基本开发。
Windchill xconfmanager 和委派概念。
解决方案元素
ObjectReferenceAttributeSaveDelegate:用于定义自定义委派或默认委派的接口。您可以扩展此接口或随后的 DefaultObjectReferenceAttributeSaveDelegate 类。
DefaultObjectReferenceAttributeSaveDelegateObjectReferenceAttributeSaveDelegate 的默认实现。
以下为预设配置的示例。配置的 xconf 文件 associativity.service.properties.xconf 位于 codebase\com\ptc\windchill\associativity\xconfs
<Service context="default" name="com.ptc.windchill.baseclient.server.delegate.ObjectReferenceAttributeSaveDelegate">
<Option cardinality="duplicate" requestor="null" serviceClass="com.ptc.windchill.baseclient.server.delegate.DefaultObjectReferenceAttributeSaveDelegate" selector="com.ptc.windchill.enterprise.data.EnterpriseData|com.ptc.windchill.enterprise.data.enterpriseData.PlantSpecificEnterpriseData|org.rnd.Pune~alternateobjref" />
</Service>
这对您有帮助吗?