<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Diference between aspect and properties in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/diference-between-aspect-and-properties/m-p/67221#M42868</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am now undersatanding &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Data_Dictionary_Guide" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Data_Dictionary_Guide&lt;/A&gt;&lt;SPAN&gt;…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have some questions until now…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A) What the diference between a content type and an aspect?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;B) What is the diference between defining properties in the new content type and defining properties in a aspect?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;C)What is the use of "associations"? I really didn't understand your example…could you give em another one?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I really apreciate some examples to understand this &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://connect.hyland.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Oct 2006 12:07:11 GMT</pubDate>
    <dc:creator>cneto</dc:creator>
    <dc:date>2006-10-31T12:07:11Z</dc:date>
    <item>
      <title>Diference between aspect and properties</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/diference-between-aspect-and-properties/m-p/67221#M42868</link>
      <description>Hi, I am now undersatanding http://wiki.alfresco.com/wiki/Data_Dictionary_Guide…I have some questions until now…A) What the diference between a content type and an aspect?B) What is the diference between defining properties in the new content type and defining properties in a aspect?C)What is the us</description>
      <pubDate>Tue, 31 Oct 2006 12:07:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/diference-between-aspect-and-properties/m-p/67221#M42868</guid>
      <dc:creator>cneto</dc:creator>
      <dc:date>2006-10-31T12:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Diference between aspect and properties</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/diference-between-aspect-and-properties/m-p/67222#M42869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi, &lt;BR /&gt;&lt;BR /&gt;I am now undersatanding &lt;A href="http://wiki.alfresco.com/wiki/Data_Dictionary_Guide" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Data_Dictionary_Guide&lt;/A&gt;…&lt;BR /&gt;&lt;BR /&gt;I have some questions until now…&lt;BR /&gt;&lt;BR /&gt;A) What the diference between a content type and an aspect?&lt;BR /&gt;&lt;BR /&gt;B) What is the diference between defining properties in the new content type and defining properties in a aspect?&lt;BR /&gt;&lt;BR /&gt;C)What is the use of "associations"? I really didn't understand your example…could you give em another one?&lt;BR /&gt;&lt;BR /&gt;I really apreciate some examples to understand this &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://connect.hyland.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt; &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A) What the diference between a content type and an aspect?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Aspects and types are exactly what they are in an object oriented language like java – aspect j.&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;An entitiy can be of only one type.&amp;nbsp; That type might have an ancestory which ofcouse the type inherits.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A entity can have many aspects.&amp;nbsp; Aspects are "mixed into" type type to give additional behaviour and properties.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We use aspects to cover "cross cutting concerns"&amp;nbsp; like versionable.&amp;nbsp; Objects of many types should be able to take on versionable behavior and carry version properties and therefore we say that it "cross cuts" our model.&amp;nbsp; It applies to many types.&amp;nbsp; Its a clean way to keep inheritance trees small and reuse code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;B) What is the diference between defining properties in the new content type and defining properties in a aspect?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No difference.&amp;nbsp; A property is a property is a property.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;C)What is the use of "associations"? I really didn't understand your example…could you give em another one?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Associations allow you to link one object to another in a much richer sense than properties.&amp;nbsp; With an association you are defining a defining a relationship between objects ie parent-child.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Nov 2006 01:01:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/diference-between-aspect-and-properties/m-p/67222#M42869</guid>
      <dc:creator>rdanner</dc:creator>
      <dc:date>2006-11-01T01:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: Diference between aspect and properties</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/diference-between-aspect-and-properties/m-p/67223#M42870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://connect.hyland.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 09:56:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/diference-between-aspect-and-properties/m-p/67223#M42870</guid>
      <dc:creator>cneto</dc:creator>
      <dc:date>2006-11-02T09:56:26Z</dc:date>
    </item>
  </channel>
</rss>

