<?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: creating documents in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/creating-documents/m-p/6770#M1613</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'm as troubled as sarag was last year with this same issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Which is the code to assign a category to a document?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 May 2007 12:27:08 GMT</pubDate>
    <dc:creator>avro</dc:creator>
    <dc:date>2007-05-18T12:27:08Z</dc:date>
    <item>
      <title>creating documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creating-documents/m-p/6766#M1609</link>
      <description>Hi! First of all sorry for my english&amp;nbsp; &lt;IMG id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;ops: Two simple questions: 1 - How can I create documents on a specific folder? Now I only create them on "/app:company_home"2 - When I create a new document, How can I assign it to a specific category?Thanks in advanceSara</description>
      <pubDate>Wed, 24 May 2006 09:50:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creating-documents/m-p/6766#M1609</guid>
      <dc:creator>sarag</dc:creator>
      <dc:date>2006-05-24T09:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: creating documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creating-documents/m-p/6767#M1610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I already create documents on a specific space, but I don't know yet how to assign categories to a document.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sara.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2006 16:41:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creating-documents/m-p/6767#M1610</guid>
      <dc:creator>sarag</dc:creator>
      <dc:date>2006-05-24T16:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: creating documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creating-documents/m-p/6768#M1611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you using the web-client or performing the operations in code using an API?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are using the web-client, then go into the Details screen for a document, and expand the &lt;/SPAN&gt;&lt;STRONG&gt;Category&lt;/STRONG&gt;&lt;SPAN&gt; panel. Then click &lt;/SPAN&gt;&lt;STRONG&gt;Allow Categorization&lt;/STRONG&gt;&lt;SPAN&gt; and finally click the edit properties icon in the top-right of the panel.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are using the API, then you need to apply the "cm:generalclassifiable" aspect and add category NodeRef's to the multi-value "cm:categories" property (search for this in contentModel.xml)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2006 09:08:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creating-documents/m-p/6768#M1611</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2006-05-25T09:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: creating documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creating-documents/m-p/6769#M1612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm using the API. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I create a document with his attributes like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;titledProps[0] = new NamedValue(Constants.PROP_NAME, "archive.txt");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;titledProps[0] = new NamedValue(Constants.PROP_TITLE, "archive");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but I don't know how to assign a category. There are some PROP like name, title, etc. for the category?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2006 13:10:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creating-documents/m-p/6769#M1612</guid>
      <dc:creator>sarag</dc:creator>
      <dc:date>2006-05-25T13:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: creating documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creating-documents/m-p/6770#M1613</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'm as troubled as sarag was last year with this same issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Which is the code to assign a category to a document?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 12:27:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creating-documents/m-p/6770#M1613</guid>
      <dc:creator>avro</dc:creator>
      <dc:date>2007-05-18T12:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: creating documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creating-documents/m-p/6771#M1614</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;You need an aspect that has a property of type d:category and with some specific index settings - see&amp;nbsp; cm:generalclassifiable in contentModel.xml.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then you apply this aspect to a node, and assign the noderef of the category or categories that apply to that property. Categories are a specific type. (This area of the wiki needs updating)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We expose cm:generalclassifiable in the UI. You can actually have as many classification aspects as you like.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See the category tests for more examples.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2007 14:21:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creating-documents/m-p/6771#M1614</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2007-06-01T14:21:03Z</dc:date>
    </item>
  </channel>
</rss>

