Retrieve CIFS path using Alfresco webservices

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-06-2011 02:30 AM
Hello,
I'm trying to retrieve the CIFS path of a node through webservices.
Is there a direct way to retrieve this? There is an alfresco CIFS link within the details page of a node. ("View in CIFS")
Thanks in advance,
Regards,
Anton
I'm trying to retrieve the CIFS path of a node through webservices.
Is there a direct way to retrieve this? There is an alfresco CIFS link within the details page of a node. ("View in CIFS")
Thanks in advance,
Regards,
Anton
Labels:
- Labels:
-
Archive
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-06-2011 02:59 AM
I don't think that exists a way to retrieve the exact CIFS path for a node from the Alfresco Web Services API.
Anyway you can retrieve the path for the node and you could try to build the CIFS path starting from the node path.
Hope this helps.
Anyway you can retrieve the path for the node and you could try to build the CIFS path starting from the node path.
Hope this helps.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-06-2011 03:23 AM
I don't think that exists a way to retrieve the exact CIFS path for a node from the Alfresco Web Services API.
Anyway you can retrieve the path for the node and you could try to build the CIFS path starting from the node path.
Hope this helps.
IMO that's very strange since Alfresco itselve supports the functionality, even through webscripts.
Retrieving the CIFS path from the XPath (if that's what you mean) is a cream since content can contain special characters in it's name.
I don't feel like creating a find and replace function

Regards,
Anton
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-06-2011 03:56 AM
The URL is available on the TemplateNode (Freemarker) and ScriptNode (JavaScript).
