<?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: Tagging bulk file in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/tagging-bulk-file/m-p/132907#M35804</link>
    <description>&lt;P&gt;Tags are applied per node and there is no functionality available to do so in bulk. Yes, folder rules doesn't provide option as well.&lt;/P&gt;
&lt;P&gt;However, you can create a custom webscript (java backed or javascript), search for the nodes where you want to apply the tag, iterate the search results and apply the tags.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Take a look at these options:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Java foundation api exposes following service:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/Alfresco/alfresco-community-repo/blob/master/repository/src/main/java/org/alfresco/service/cmr/tagging/TaggingService.java" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/alfresco-community-repo/blob/master/repository/src/main/java/org/alfresco/service/cmr/tagging/TaggingService.java&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Root Objects that expose services for javascript&amp;amp;colon;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/Alfresco/alfresco-community-repo/blob/master/repository/src/main/java/org/alfresco/repo/tagging/script/ScriptTaggingService.java" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/alfresco-community-repo/blob/master/repository/src/main/java/org/alfresco/repo/tagging/script/ScriptTaggingService.java&lt;/A&gt;&lt;/P&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;P&gt;&lt;SPAN&gt;taggingService&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;&lt;SPAN&gt;org.alfresco.repo.Tagging.script.ScriptTaggingService&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;&lt;SPAN&gt;Root of the Tagging Service&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
    <pubDate>Tue, 05 Jul 2022 14:02:14 GMT</pubDate>
    <dc:creator>abhinavmishra14</dc:creator>
    <dc:date>2022-07-05T14:02:14Z</dc:date>
    <item>
      <title>Tagging bulk file</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/tagging-bulk-file/m-p/132906#M35803</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;We are rather new in the use of Alfresco (community 6.2). We have imported many documents and are now trying to add appropriate tags. I know that Alfresco does not have this function. I read on internet about a possible solution, which is to create a rule for a folder that automatically inserts a tag.&lt;/P&gt;&lt;P&gt;I have tried but it does not seem that the tag can be inserted via a rule.&lt;/P&gt;&lt;P&gt;Has anyone found the same problem? Is there an example of this workaround (if it actually works)?&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Jul 2022 17:33:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/tagging-bulk-file/m-p/132906#M35803</guid>
      <dc:creator>tini</dc:creator>
      <dc:date>2022-07-03T17:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: Tagging bulk file</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/tagging-bulk-file/m-p/132907#M35804</link>
      <description>&lt;P&gt;Tags are applied per node and there is no functionality available to do so in bulk. Yes, folder rules doesn't provide option as well.&lt;/P&gt;
&lt;P&gt;However, you can create a custom webscript (java backed or javascript), search for the nodes where you want to apply the tag, iterate the search results and apply the tags.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Take a look at these options:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Java foundation api exposes following service:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/Alfresco/alfresco-community-repo/blob/master/repository/src/main/java/org/alfresco/service/cmr/tagging/TaggingService.java" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/alfresco-community-repo/blob/master/repository/src/main/java/org/alfresco/service/cmr/tagging/TaggingService.java&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Root Objects that expose services for javascript&amp;amp;colon;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/Alfresco/alfresco-community-repo/blob/master/repository/src/main/java/org/alfresco/repo/tagging/script/ScriptTaggingService.java" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/alfresco-community-repo/blob/master/repository/src/main/java/org/alfresco/repo/tagging/script/ScriptTaggingService.java&lt;/A&gt;&lt;/P&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;P&gt;&lt;SPAN&gt;taggingService&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;&lt;SPAN&gt;org.alfresco.repo.Tagging.script.ScriptTaggingService&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;&lt;SPAN&gt;Root of the Tagging Service&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Tue, 05 Jul 2022 14:02:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/tagging-bulk-file/m-p/132907#M35804</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2022-07-05T14:02:14Z</dc:date>
    </item>
  </channel>
</rss>

