JBoss.orgCommunity Documentation
Query: Select all documents wihch have apollo:propertyBooster property which is more than 5.
Initial data:
document1: apollo:propertyBooster - 3
document2: apollo:propertyBooster - 15
SELECT * FROM cmis:document WHERE apollo:propertyBooster > 5
Query result:
document2.
The CMIS specification prescribes:
Domain model
Services