10-24-2008 08:09 AM
<aspect name="tk:relatedDocuments">
<title>Related documents</title>
<associations>
<association name="tk:relateByAssocation">
<title>Associated documents</title>
<target>
<class>ver:version</class>
<mandatory>false</mandatory>
<many>true</many>
</target>
</association>
</associations>
</aspect>
nodeService.removeAssociation(a.getSourceRef(), a.getTargetRef(), JkpTkModel.ASSOC_RELATE_BY);where "a" is the association.10-24-2008 10:20 AM
<aspect name="tk:relatedDocuments">
<title>Related documents</title>
<associations>
<association name="tk:relateByAssocation">
<title>Associated documents</title>
<source>
<mandatory>false</mandatory>
</source>
<target>
<class>ver:version</class>
<mandatory>false</mandatory>
<many>true</many>
</target>
</association>
</associations>
</aspect>
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.