cancel
Showing results for 
Search instead for 
Did you mean: 

Display all links/shortcuts referencing a given document

dgenard
Champ on-the-rise
Champ on-the-rise
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
1 REPLY 1

kevinr
Star Contributor
Star Contributor
If you create a shortcut in CIFS i.e. with Windows explorer then it is a binary format file understood only by Windows. Unless you can find out how to parse those files then i'm not sure how you can do it.

Thanks,

Kevin