03-18-2009 08:13 AM
03-18-2009 08:22 AM
03-18-2009 08:36 AM
03-18-2009 09:16 AM
03-18-2009 10:00 AM
03-18-2009 10:19 AM
03-18-2009 11:47 AM
I must develop a java application able to parse an xml file stored in Alfresco.What you're doing via your getPath-API call is to find out where the content file in the Alfresco content store is stored…
03-18-2009 11:55 AM
03-19-2009 06:14 AM
ContentReader reader = this.contentService.getReader(nodeRef, ContentModel.PROP_CONTENT);
04-15-2009 03:36 AM
You can get the input stream for the XML file byContentReader reader = this.contentService.getReader(nodeRef, ContentModel.PROP_CONTENT);
where the nodeRef is the NodeRef of the XML file.
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.