Hi,
we would like to display all links/shortcuts referencing a given document. This would be displayed by a custom JSF component.
Links created with 'Paste as link' operation in Alfresco Web UI are nodes of type 'app:filelink', with an attribute 'cm:destination' referencing the target document. So a simple Lucene query can find them.
But shortcuts created in CIFS interface are nodes of type cm:content, with no attribute referencing the target document.
How could find them ?
Thanks for any hints, Denis