我在人物模型中注意到了这一点(第一次没有拿起它):
<associations>
<association name="cm:avatar">
<source>
<role>cm:avatarOf</role> <!-- What is the purpose of this?? -->
<mandatory>false</mandatory>
<many>false</many>
</source>
<target>
<class>cm:content</class>
<role>cm:hasAvatar</role>
<mandatory>false</mandatory>
<many>false</many>
</target>
</association>
</associations>
我正在为我自己的模型复制这个关联,并且想知道这个元素在关联中的重要性。
答案 0 :(得分:2)
该信息仅供参考,甚至可以通过JavaScript API检索该值。 可在此处找到相关信息:https://issues.alfresco.com/jira/browse/MNT-7403