Expand my Community achievements bar.

SOLVED

what is mix:referenceable in aem?

Avatar

Level 7
 
1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Please check the JCR specification at 

https://developer.adobe.com/experience-manager/reference-materials/spec/jcr/1.0/6.7.21.2_mix_referen... 

 

You might see this when you create version because versionable is a subtype of referenceable



Arun Patidar

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Please check the JCR specification at 

https://developer.adobe.com/experience-manager/reference-materials/spec/jcr/1.0/6.7.21.2_mix_referen... 

 

You might see this when you create version because versionable is a subtype of referenceable



Arun Patidar

Avatar

Community Advisor

Every node has one declared primary node type and zero or more mixin node types. Jackrabbit has a unique identifier for every node (jcr:uuid) but if you tried to list the nodes properties it would not appear, unless you added the mix:referenceable mixin.

Refer JCR specification https://developer.adobe.com/experience-manager/reference-materials/spec/jcr/1.0/6.7.21.2_mix_referen...

All versionable nodes must also be referenceable, thus versionable is a subtype of referenceable. Refer

https://jackrabbit.apache.org/archive/wiki/JCR/Mix--versionable_115513458.html