cancel
Showing results for 
Search instead for 
Did you mean: 

Need Metadata of Alfresco.How the Doc and URL to doc stored?

rv_a_sharma
Champ in-the-making
Champ in-the-making
Hello all,

I am currently looking to find out the Metadata about the document storage in Alfresco.

My ultimate Aim is to integrate the Alfresco with Enterprise System and make all the files in Alfresco downloadable from the Enterprise Search System. So that it can download all the files stored in alfresco and form a Centralized content indexing.

It can be done in 2 steps using the Webservices.
1. Get the details of the Alfresco Metadata ( document storage information required from Alfresco)
2. Get the details of the Actual Files. ( it will be stored in the metadata model defined in step 1)

In order to implement the first step I need to find out how the alfresco stores the document, its properties, autorization details , document URL's etc ?

Any help in this regard will be greatly appriciated.
Regards,
Ravi Sharma
2 REPLIES 2

derek
Star Contributor
Star Contributor
Hi,
Use Alfresco's Node Browser (a tool available to the admin user) to browse the metadata.  This will give you a very good idea of all the properties and aspects that are set on documents and folders.  Look for properties that start contentUrl= and relate this to the files in the alf_data/contentstore and you should be off to a good start.
Regards

rv_a_sharma
Champ in-the-making
Champ in-the-making
I have built a webservice which I am deploying in a Application server. ( NetWeaver ) .

I am using the Webservices api given by Alfresco to connect to the alfresco. ( running on tomcat ) .

Can you please tell me what all jars I need to include in my application for deployment ?

As of now i am using the the Jars given in the Alfresco Sample applications under Folder remote.

It contain api for alfresco-webservice-client and other dependencies .