<?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 Re: Content type properties or aspects ? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/content-type-properties-or-aspects/m-p/3892#M436</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I see that Alfresco has DublinCore established as an aspect, not properties.&amp;nbsp; I see that Author is a separate aspect. Is there an advantage to have an identifier for a document stored as a DublinCore entry or as a content type property? A major purpose of meta data is to support document discovery and aid in filtering your results lists. But are fact stored in either properties or aspects equally available in the searches?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I collect information as a content type property, can it be used to populate records in a Dublin Core aspect node?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cynthia&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Jun 2006 17:42:07 GMT</pubDate>
    <dc:creator>cgagne</dc:creator>
    <dc:date>2006-06-30T17:42:07Z</dc:date>
    <item>
      <title>Content type properties or aspects ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/content-type-properties-or-aspects/m-p/3890#M434</link>
      <description>Is the following assertion correct:The XML file that defines a model can contain many content types. Each type can have a set of properties that are relevant to that type only. The file can contain aspects that are relevant to all defined content types.In summary, properties are per content type whe</description>
      <pubDate>Mon, 26 Sep 2005 20:40:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/content-type-properties-or-aspects/m-p/3890#M434</guid>
      <dc:creator>paulkeogh</dc:creator>
      <dc:date>2005-09-26T20:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Content type properties or aspects ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/content-type-properties-or-aspects/m-p/3891#M435</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;Your assertion is correct, but I just wanted to clarify nodes, types, aspects and properties here…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Every node stored in the repository can support zero or more properties.&amp;nbsp; For example, each folder created in the alfresco web client is stored as a node with a property called name (along with other properties too).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A model provides meta-data describing the property values that can be assigned to a node.&amp;nbsp; Each property value may be data-typed, given a default etc.&amp;nbsp; It also describes how nodes can be associated to each other.&amp;nbsp; In effect,&amp;nbsp; a model constrains what is otherwise a very free network of nodes and associated properties held in the repository.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Each model consists of type and aspect definitions.&amp;nbsp; Each type and aspect can support zero or more property definitions (as well as associations etc) where the name, data-type, default value etc is declared.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A node is tied to a model via its primary type and aspects (also known as mixins in JSR-170 speak).&amp;nbsp; A node must be of a single primary type (which is designated at node creation).&amp;nbsp; On top of that, a node may also be designated zero or more aspects.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Typically, aspects are defined when it is known that a section of meta-data can be applied across a type model.&amp;nbsp; For example, to represent folders and files, the types Folder and File can be declared with their specific property and association definitions.&amp;nbsp; When a node is created, it's either a Folder or File (the primary type).&amp;nbsp; On top of that, to represent services that cut-across both Folder and File, an aspect is declared e.g. Lock which declares properties such as the lock type and lock owner.&amp;nbsp; The Folder and File nodes can then be assigned the Lock aspect.&amp;nbsp; So, a general lock service can treat any node that is assigned the Lock aspect in a consistent manner.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We do exactly the above to support services such as Lock, Version, Translation, Categorisation etc; services which may apply to any type model.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can think of types and aspects as Classes and Interfaces in Java.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me know if that clears it up.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2005 22:28:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/content-type-properties-or-aspects/m-p/3891#M435</guid>
      <dc:creator>davidc</dc:creator>
      <dc:date>2005-09-26T22:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Content type properties or aspects ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/content-type-properties-or-aspects/m-p/3892#M436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I see that Alfresco has DublinCore established as an aspect, not properties.&amp;nbsp; I see that Author is a separate aspect. Is there an advantage to have an identifier for a document stored as a DublinCore entry or as a content type property? A major purpose of meta data is to support document discovery and aid in filtering your results lists. But are fact stored in either properties or aspects equally available in the searches?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I collect information as a content type property, can it be used to populate records in a Dublin Core aspect node?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cynthia&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2006 17:42:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/content-type-properties-or-aspects/m-p/3892#M436</guid>
      <dc:creator>cgagne</dc:creator>
      <dc:date>2006-06-30T17:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: Content type properties or aspects ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/content-type-properties-or-aspects/m-p/3893#M437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;A Type and an Aspect are very similar.&amp;nbsp; Both provide a definition of properties that may be applied to a Node.&amp;nbsp; All properties (regardless of whether defined against a Type or Aspect) are searchable.&amp;nbsp; It's possible to switch off indexing of a property via its dictionary definition in which case searching is not available.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;If I collect information as a content type property, can it be used to populate records in a Dublin Core aspect node?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Imagine we have:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;Type: SOP&lt;BR /&gt;Property: Name, d:text&lt;BR /&gt;&lt;BR /&gt;Aspect: DublinCore&lt;BR /&gt;Property: Publisher, d:text&lt;BR /&gt;Property: Identifier, d:text&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Then we can create a node in the repository that looks like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;Node (id: 1)&lt;BR /&gt;Primary Type: SOP&lt;BR /&gt;Aspects: DublinCore&lt;BR /&gt;Property: Name = Review &amp;amp; Approve Process&lt;BR /&gt;Property: Publisher = QA Department&lt;BR /&gt;Property: Identifier: SOP23&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;As you can see, all properties regardless of Type or Aspect are first-class properties of the node and have equal search and edit capabilities.&amp;nbsp; There isn't a seperate DublinCore aspect node.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2006 10:08:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/content-type-properties-or-aspects/m-p/3893#M437</guid>
      <dc:creator>davidc</dc:creator>
      <dc:date>2006-07-13T10:08:53Z</dc:date>
    </item>
  </channel>
</rss>

