Hi All,
We have this request to create a report to compare Alfresco Site's data VS. Our own System Data. And now what we aim is get the list of file names or data under sites then insert it to outside DB(Oracle or MySql), but the problem is we have no idea where to start yet. We are still on research phase and hoping that we can find better way to call or retrieve information from Alfresco.
what API could be the best option for this?? but we have no idea yet on how.
Below showing Files from PIMS:METRO CARMEN Site - Document Library. File that we want to retrieve from the Site.
Hi,
You could recover this information using CMIS, but anyway there are any other options.
Using the CMIS Workbench with Alfresco | Alfresco Documentation
Apache Chemistry - CMIS Workbench
Other option is using "Node Browser" (http://localhost:8080/alfresco/s/admin). You can execute a query on an specific space (in my case: 8878a6a9-c525-4180-9252-6c85bd2f6d43).
Regards,
clv
Thank you sir
Jose Angel Gonzalez Calvo hi sir jose, can u teach me how to query all child name, child content inside that node?
im using this query to get to the folder, but after searching, it will go directly to cm:comments & fm: discussion all i need is to display all the pdf file
SELECT cmisbjectId,cmis:name,cmisath FROM cmis:folder WHERE CONTAINS('PATH:"//app:company_home/st:sites/cmims-metro-carmen/cm:documentLibrary/cmENZ50//*"')
Hi,
Maybe you can use CMIS Workbench:
Apache Chemistry - CMIS Workbench
Additional information about cmis:
Content Management Interoperability Services (CMIS) Version 1.1
In my local Alfresco something like this:
SELECT cmisbjectId, cmis:name FROM cmis:document WHERE CONTAINS('PATH:"//app:company_home/st:sites/cm:netic360/cm:documentLibrary/cm:Facturas/*"')
Regards,
clv
another way could be to use webDav:
http://SERVERORT/alfresco/webdav/Sites/SITENAME/documentLibrary
or aos
http://SERVERORT/alfresco/aos/Sites/SITENAME/documentLibrary
Thanks sir
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.