cancel
Showing results for 
Search instead for 
Did you mean: 

Get the content from a specific node

surajit
Champ in-the-making
Champ in-the-making
Hi ,

  I am new to the Alfreso. I need to develop a code with would get the content from Alfresco directory ( Say MyHome->Project->Drafts->FileName) . I am planning to use webService for the same. Could you please guide me how I could browse to that directory and download the data and also get the metadata of that file

Thanks in advance

regads
Surajit
10 REPLIES 10

libraspace29
Champ in-the-making
Champ in-the-making
Hi,

Am also trying to Implement similar kind of requirement , the post is very usefull and working for everything.

Have only one Issuse , what will be the import type for Document in the code

List<Document> results = new LinkedList<Document>();

OR

Document contentResult = new Documen(nodeId);

Thanks in Advance