alfresco - What is the purpose of <role> within association definition in a content model? -


i noticed within person model (didn't pick on first time):

 <associations>     <association name="cm:avatar">        <source>           <role>cm:avatarof</role> <!-- 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> 

i duplicating association own model , know it's significance of element within associations.

the info informational only, value can retrieved via javascript api. information can found here: https://issues.alfresco.com/jira/browse/mnt-7403


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -