I am new to Open CMIS and needed some help or documentation getting started. I am able to connect and query CQ DAM using AtomPub. I noticed that the pdf's in the dam are handled as "cmis:folder". I need help on getting the queries to work against the metadata specifically by cq:tags.
Example:
SELECT * FROM cmis:folder WHERE cmis:name = 'test.pdf'
Would like to add properties from the metadata to the select.
/content/dam/test.pdf/jcr:content/metadata
Would appreciate any help in this regard.
Solved! Go to Solution.
Views
Replies
Total Likes
The documentation covers [1] & the tool helps to get query also.
[1] http://dev.day.com/docs/en/cq/current/dam/customizing_and_extendingcq5dam/query_builder.html
Views
Replies
Total Likes
The documentation covers [1] & the tool helps to get query also.
[1] http://dev.day.com/docs/en/cq/current/dam/customizing_and_extendingcq5dam/query_builder.html
Views
Replies
Total Likes
Thanks for the doc. This does not cover CMIS. We have tools that support queries using Apache Chemistry. It would great to have a similar doc with CMIS Query examples
http://chemistry.apache.org/java/examples/example-process-query-results.html
Views
Replies
Total Likes
Views
Likes
Replies