<?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: I need to associate files after upload in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/i-need-to-associate-files-after-upload/m-p/297418#M250548</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can't you create a folder and save all the LD, audios and pictures into the folder,then associate this folder(or all nodes under this folder) with the HD node?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Aug 2014 07:07:27 GMT</pubDate>
    <dc:creator>kaynezhang</dc:creator>
    <dc:date>2014-08-29T07:07:27Z</dc:date>
    <item>
      <title>I need to associate files after upload</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/i-need-to-associate-files-after-upload/m-p/297413#M250543</link>
      <description>Hello, we are working with a TV channel and they have a special association need. After the upload of a HD video they need to generate a LD version of the video and associate it with the HD video. Also they can have pictures and audio files associated with the HD video.We already create the video me</description>
      <pubDate>Tue, 26 Aug 2014 19:43:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/i-need-to-associate-files-after-upload/m-p/297413#M250543</guid>
      <dc:creator>nefurm</dc:creator>
      <dc:date>2014-08-26T19:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: I need to associate files after upload</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/i-need-to-associate-files-after-upload/m-p/297414#M250544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Why not use rendition service?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 03:04:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/i-need-to-associate-files-after-upload/m-p/297414#M250544</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2014-08-27T03:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: I need to associate files after upload</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/i-need-to-associate-files-after-upload/m-p/297415#M250545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I believe I could use the rendition service during the transformation from HD to LD, but all the audios and pictures are not inserted synchronously. They can insert 10 pictures today, and another 10 tomorrow. In the studio the two things that can link a picture and a video today are the folder and the name. How should I use the rendition service in that case?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 10:48:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/i-need-to-associate-files-after-upload/m-p/297415#M250545</guid>
      <dc:creator>nefurm</dc:creator>
      <dc:date>2014-08-27T10:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: I need to associate files after upload</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/i-need-to-associate-files-after-upload/m-p/297416#M250546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes ,in your case rendition&amp;nbsp; service is not a good option.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can alos consider using&amp;nbsp; rule and action&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 08:48:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/i-need-to-associate-files-after-upload/m-p/297416#M250546</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2014-08-28T08:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: I need to associate files after upload</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/i-need-to-associate-files-after-upload/m-p/297417#M250547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I scratched some rules here, but could not find anything like, if you find this name pattern, associate with that file pattern.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I thought about using this two scripts that are described in the Alfresco Developer Guide Book (2008)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;blockquote&amp;gt;Creating Associations&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now let's switch back to the Java Web Services API and look at a class that creates a related-documents association between two documents.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The high-level steps are essentially the same as in the earlier Java example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Create the references and objects the CML needs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Set up the CML objects.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Execute the CML and dump the results.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This class is called com.someco.examples.SomeCoDataRelater. The class is runnable and accepts a source UUID and a target UUID as arguments. You can get them from the output of the SomeCoDataCreator class.&amp;lt;/blockquote&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;blockquote&amp;gt;Searching for Content&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now that you have some content in the repository, you can test out Alfresco's full-text search engine, Lucene. Content in the repository is synchronously indexed by Lucene when it is created. Query strings use the Lucene query syntax to find content based on full-text content, property values, path, and content type.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Let's review some code that will show several different examples of Alfresco queries using Lucene. The code will:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Authenticate to start a session.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Get a reference to the node where the search should start.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Establish a query object using the Lucene query string.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Execute the query and dump the results.&amp;lt;/blockquote&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;pages 94 to 96&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The first one would associate two contents, and the second would search for the contents to associate with&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I just dont know if this is the best aproach&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 11:40:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/i-need-to-associate-files-after-upload/m-p/297417#M250547</guid>
      <dc:creator>nefurm</dc:creator>
      <dc:date>2014-08-28T11:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: I need to associate files after upload</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/i-need-to-associate-files-after-upload/m-p/297418#M250548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can't you create a folder and save all the LD, audios and pictures into the folder,then associate this folder(or all nodes under this folder) with the HD node?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 07:07:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/i-need-to-associate-files-after-upload/m-p/297418#M250548</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2014-08-29T07:07:27Z</dc:date>
    </item>
  </channel>
</rss>

