Display all links/shortcuts referencing a given document
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2007 05:50 AM
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
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
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2007 07:03 AM
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
Thanks,
Kevin