Connect to alfresco instance to get folders, subfolders and metadata information

cancel
Showing results for 
Search instead for 
Did you mean: 
kartech11
Active Member II

Connect to alfresco instance to get folders, subfolders and metadata information

Is there a way I can connect to an alfresco instance via standalone java class and use the Java Public API. Something similar to the using JDBC to connect to the database? I basically want to get folders & sub folders within a site and all the documents within a folder along with its metadata. 

Any code snippets on how to connect to an alfresco instance or any links on how to go about this is much appreciated.

2 Replies
calvo
Senior Member

Re: Connect to alfresco instance to get folders, subfolders and metadata information

Hi,

Maybe you can use CMIS; Alfresco implements CMIS standard (Alfresco CMIS API)

Regards,

clv

kartech11
Active Member II

Re: Connect to alfresco instance to get folders, subfolders and metadata information

Thanks Jose Angel, yes I am using CMIS for the above requirement. Thanks for your response.