<?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: How/where are custom content properties 'assigned' to nodes? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-where-are-custom-content-properties-assigned-to-nodes/m-p/214552#M167682</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everybody, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Finally we could get the byte[] from a document using this web-script url:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;/service/api/node/content/workspace/SpacesStore/ + uuid &lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;uuid is the uuid of the document.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope it helps, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Luis&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Oct 2010 12:23:12 GMT</pubDate>
    <dc:creator>gauchoproluanco</dc:creator>
    <dc:date>2010-10-05T12:23:12Z</dc:date>
    <item>
      <title>How/where are custom content properties 'assigned' to nodes?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-where-are-custom-content-properties-assigned-to-nodes/m-p/214550#M167680</link>
      <description>When a file is created in Alfresco, it first creates a node with default properties, name, description, etc.. Where do the bonus properties(ones created for custom content) get added to that node?Is the node only associated through the database?For example, i have a content named mycontent, with a p</description>
      <pubDate>Wed, 23 Jun 2010 12:44:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-where-are-custom-content-properties-assigned-to-nodes/m-p/214550#M167680</guid>
      <dc:creator>p3d3r0s0</dc:creator>
      <dc:date>2010-06-23T12:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: How/where are custom content properties 'assigned' to nodes?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-where-are-custom-content-properties-assigned-to-nodes/m-p/214551#M167681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Pedro, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have extended the upload web script for uploading custom contents. In our js we have the next pieces of code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;var customNode = somePath.createNode(filename,"prefix-name:type-name");&lt;BR /&gt;//Set the cm:content properties&lt;BR /&gt;customNode.properties.content.write(content);&lt;BR /&gt;…/…&lt;BR /&gt;//Set the prefix-name:type-name properties&lt;BR /&gt;customNode.properties["type-name:property-name"] = fechainicio;&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;Hope it helps!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Luis&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ps: we are looking for a lucene query for searching this contents by any of their properties, I would like, for example, to search all the nodes of these custom type that have a concrete text in one of their properties. Any idea? Thanks in advance!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 08:16:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-where-are-custom-content-properties-assigned-to-nodes/m-p/214551#M167681</guid>
      <dc:creator>gauchoproluanco</dc:creator>
      <dc:date>2010-10-01T08:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: How/where are custom content properties 'assigned' to nodes?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-where-are-custom-content-properties-assigned-to-nodes/m-p/214552#M167682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everybody, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Finally we could get the byte[] from a document using this web-script url:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;/service/api/node/content/workspace/SpacesStore/ + uuid &lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;uuid is the uuid of the document.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope it helps, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Luis&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Oct 2010 12:23:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-where-are-custom-content-properties-assigned-to-nodes/m-p/214552#M167682</guid>
      <dc:creator>gauchoproluanco</dc:creator>
      <dc:date>2010-10-05T12:23:12Z</dc:date>
    </item>
  </channel>
</rss>

