Read aspects from dictionaryService.

cancel
Showing results for 
Search instead for 
Did you mean: 
kamilaw_
Member II

Read aspects from dictionaryService.

On the internet I found how to read aspects properties.

Map<QName, PropertyDefinition> aspectPropDefs = dictionaryService.getAspect(ContentModel.ASPECT_AUTHOR).getProperties();

Problem is I need read aspects from QName, e.g. read all aspects from this {http://www.alfresco.org/model/content/1.0}folder.

1 Reply
cesarista
Customer

Re: Read aspects from dictionaryService.

Hi:

I'm not sure if you are asking this, but this post may help you to check the properties of the defined content models in the repository.

How to list and check your custom content models in Alfresco - Checking details about bootstrap cont... 

Regards.

--C.