Hello,
given any document/folder in a repository, is it possible to know if there are links pointing to it?
I see that, if linked, a document acquires the aspect "app:linked", but I cannot see any additional information.
I guess that Alfresco keeps track of a reverse link info, in order to drop all links when the document is deleted.
thanks.
No - that is precisely the difference between a real, proper peer-association and a simple link. Associations are navigateable in both directions and maintain referential integrity. Links are nothing more than simple d:noderef properties without a "reverse link". The only way you'd be able to find links to a particular node would be to perform FTS / CMIS QL queries against the link property which holds the reference value, e.g.
=cm:destination:"workspace://SpacesStore/uuidOfTargetNodeHere"
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.