简体   繁体   中英

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?

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)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM