07-03-2008 04:33 AM
07-03-2008 01:44 PM
07-03-2008 01:53 PM
07-03-2008 03:07 PM
07-03-2008 03:41 PM
ftl = freemarker template
What I showed before was example in a webscript that you call and gives you back a url
If you just want to call the url assuming you have something in the main "company home" store and not in a avm or 3.0 collab site:
{http}://{host}:{port}/alfresco/service/api/node/content/workspace/SpacesStore/{node_id}/{node_name_encoded}
the optional a=true attachment arg will do the following in the java code for the webscript
// set header based on filename - will force a Save As from the browse if it doesn't recognize it
// this is better than the default response of the browser trying to display the contents
httpRes.setHeader("Content-Disposition", "attachment");
07-03-2008 03:58 PM
11-25-2008 07:27 AM
http://localhost:8080/alfresco/service/api/node/content{;property}/{store_type}/{store_id}/{node_id}...?}
01-28-2009 05:56 AM
http://localhost:8080/alfresco/service/api/node/content/${node.nodeRef.storeRef.protocol}/${node.nod...
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.