Vishal Zanzrukia
Vishal Zanzrukia

Reputation: 4973

What is different between Aspect and Associations in context of Content Model?

I am very new to Alfresco and trying to understand the Content Model from here. I am trying to find the answer of following question, but not getting.

What is different between Aspect and Associations in context of Content Model?

Upvotes: 1

Views: 486

Answers (1)

Younes Regaieg
Younes Regaieg

Reputation: 4156

It is quite easy actually:

  • An aspect is simply a collection of properties that can optionally get added to a content of a specific type. (ie: an aspect called webable for content that can be published to the web, with one single property indicating if it is already published true/false and one other with the date of last publication)

  • An association is a link or a relationship between two content types (ie: link a generated pdf file to the original docx file/template)

Upvotes: 6

Related Questions