0

我在人物模型中注意到了这一点(第一次没有注意到):

 <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>

我正在为我自己的模型复制这个关联,并想知道这个元素在关联中的重要性。

4

1 回答 1

2

该信息仅供参考,甚至可以通过 JavaScript API 检索该值。信息可以在这里找到:https ://issues.alfresco.com/jira/browse/MNT-7403

于 2013-08-11T09:11:28.257 回答