cancel
Showing results for 
Search instead for 
Did you mean: 

[solved]How to get name, author, description from Content

yyyyde
Champ in-the-making
Champ in-the-making
I am new to Alfresco. I want to download a document from the service.  How to get name, description, and Author from the content object. 
        
           Content[] readResult = contentService.read(
               new Predicate(new Reference[]{node}, STORE, null), Constants.PROP_CONTENT);
          Content content = readResult[0];


thanks
1 REPLY 1

morpheus
Champ in-the-making
Champ in-the-making
look in the SDK in the Query2 example