Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
Hi,
Is there any query builder or xpath query or SQL 2 query to get the property type of a property in AEM 6.1? Also is there any API available to get the property type of a property in AEM 6.1?
You use the JCR API. Specifically the Property interface:
https://docs.adobe.com/docs/en/spec/jsr170/javadocs/jcr-2.0/javax/jcr/Property.html
https://docs.adobe.com/docs/en/spec/jsr170/javadocs/jcr-2.0/javax/jcr/Property.html#getType()
Hope this helps..
Views
Likes
Replies