<?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 to update properties through CMIS in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-to-update-properties-through-cmis/m-p/99708#M28884</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/78275"&gt;@ArlindoViana&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Glad you got a solution &amp;amp; thanks for the reference - really helpful to other users.&lt;/P&gt;
&lt;P&gt;Best wishes,&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Aug 2020 08:55:56 GMT</pubDate>
    <dc:creator>EddieMay</dc:creator>
    <dc:date>2020-08-14T08:55:56Z</dc:date>
    <item>
      <title>How to update properties through CMIS</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-update-properties-through-cmis/m-p/99703#M28879</link>
      <description>&lt;P&gt;Hello guys,&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I update properties of several documents at once, for example using:&lt;/P&gt;&lt;P&gt;UPDATE cm: indexControl SET cm: isIndexed = true, cm: isContentIndexed = true WHERE cm: isIndexed = false AND cm: isContentIndexed = false AND cmis: objectTypeId = 'D: sij: documento'&lt;/P&gt;&lt;P&gt;sij:documento is a custom type on my data model.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2020 13:55:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-update-properties-through-cmis/m-p/99703#M28879</guid>
      <dc:creator>ArlindoViana</dc:creator>
      <dc:date>2020-08-13T13:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to update properties through CMIS</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-update-properties-through-cmis/m-p/99704#M28880</link>
      <description>&lt;P&gt;You probably need to raise this question in the Content Services forum.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2020 13:56:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-update-properties-through-cmis/m-p/99704#M28880</guid>
      <dc:creator>dvuika</dc:creator>
      <dc:date>2020-08-13T13:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to update properties through CMIS</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-update-properties-through-cmis/m-p/99705#M28881</link>
      <description>&lt;P&gt;You can try to query all the objects that you are trying to change properties by queryObjects method of org.apache.chemistry.opencmis.client.api.Session an then call bulkUpdateProperties method of org.apache.chemistry.opencmis.client.api.Session&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2020 16:07:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-update-properties-through-cmis/m-p/99705#M28881</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2020-08-13T16:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to update properties through CMIS</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-update-properties-through-cmis/m-p/99706#M28882</link>
      <description>&lt;P&gt;CMIS is a standard that provides a subset of SQL-92 for discovering objects, but not for modifying them.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://docs.oasis-open.org/cmis/CMIS/v1.1/os/CMIS-v1.1-os.html#x1-10500014" target="_blank" rel="noopener nofollow noreferrer"&gt;http://docs.oasis-open.org/cmis/CMIS/v1.1/os/CMIS-v1.1-os.html#x1-10500014&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You need to use other approach like suggested above to update your Repository Nodes.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2020 16:29:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-update-properties-through-cmis/m-p/99706#M28882</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2020-08-13T16:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to update properties through CMIS</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-update-properties-through-cmis/m-p/99707#M28883</link>
      <description>&lt;P&gt;solved with this tip from Apache Chemitry Samples:&amp;nbsp;&lt;A href="https://chemistry.apache.org/docs/cmis-samples/samples/update-objects/index.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://chemistry.apache.org/docs/cmis-samples/samples/update-objects/index.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Many thanks for all.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2020 17:58:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-update-properties-through-cmis/m-p/99707#M28883</guid>
      <dc:creator>ArlindoViana</dc:creator>
      <dc:date>2020-08-13T17:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to update properties through CMIS</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-update-properties-through-cmis/m-p/99708#M28884</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/78275"&gt;@ArlindoViana&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Glad you got a solution &amp;amp; thanks for the reference - really helpful to other users.&lt;/P&gt;
&lt;P&gt;Best wishes,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Aug 2020 08:55:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-update-properties-through-cmis/m-p/99708#M28884</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2020-08-14T08:55:56Z</dc:date>
    </item>
  </channel>
</rss>

