cancel
Showing results for 
Search instead for 
Did you mean: 

CMIS Queries on Aspects

kbonnet
Champ in-the-making
Champ in-the-making
I was in the understanding that the CMIS standard didnt support aspects/mixins yet. However, i found the following on the Alfresco Wiki:

All capabilities of CMIS SQL are supported (except join between Types). The Alfresco FTS language may be embedded in the CMIS SQL contains() predicate.

Alfresco Aspects may also be queried as if they were tables and joined to Types by ObjectId.

SELECT D.*, O.* FROM DOCUMENT AS D JOIN CM_OWNABLE AS O ON (D.ObjectId = O.ObjectId)
(http://wiki.alfresco.com/wiki/CMIS)

When i try this statement i get the error message "Joins are not supported", while in the Wiki text is stated that only joins between types are not supported.

What is the current state of aspects in the Alfresco CMIS implementation?

Kindest regards,

Koen Bonnet
2 REPLIES 2

kbonnet
Champ in-the-making
Champ in-the-making
Anyone??

nicolasl
Champ in-the-making
Champ in-the-making
I have the same issue. Is this supported or not?