02-20-2006 01:12 PM
02-21-2006 04:34 AM
select * from node_properties where actual_type='CONTENT' and string_value like '%2e2f0da8-9cb5-11da-a453-590fe1e0c33e%';
You should be able to build reverse queries given the GUID or other node property can locate the folder the content is present in (examine the string_value field for that row).
org.alfresco.example.SimpleExampleWithContent
Content can also be streamed through the DownloadContentServlet which can be used by any external program that can open a URL. Examine the content URLs generated in the web-client for an example or see this page:03-03-2009 08:16 AM
select * from node_properties where actual_type='CONTENT' and string_value like '%2e2f0da8-9cb5-11da-a453-590fe1e0c33e%';
You should be able to build reverse queries given the GUID or other node property can locate the folder the content is present in (examine the string_value field for that row).
03-03-2009 08:38 AM
03-04-2009 12:30 AM
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.