Expand my Community achievements bar.

SOLVED

Open CMIS with Adobe 5.6

Avatar

Level 1

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.

1 Accepted Solution

Avatar

Correct answer by
Level 10
2 Replies

Avatar

Correct answer by
Level 10

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

Avatar

Level 1

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