<?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: getContentChanges? What does it return? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/getcontentchanges-what-does-it-return/m-p/218240#M171370</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;See &lt;/SPAN&gt;&lt;A href="http://docs.oasis-open.org/cmis/CMIS/v1.0/cs01/cmis-spec-v1.0.html#_Toc243905471" rel="nofollow noopener noreferrer"&gt;http://docs.oasis-open.org/cmis/CMIS/v1.0/cs01/cmis-spec-v1.0.html#_Toc243905471&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;It returns an array of ChangeEvents. How it is exactly implemented, may differ from framework to framework (I think).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;best regards, gclaussn&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 May 2010 06:45:37 GMT</pubDate>
    <dc:creator>gclaussn</dc:creator>
    <dc:date>2010-05-04T06:45:37Z</dc:date>
    <item>
      <title>getContentChanges? What does it return?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/getcontentchanges-what-does-it-return/m-p/218239#M171369</link>
      <description>Hi All,Could any one explain what type of information getContentChanges method returns from repository withan example?Thanks for any info.</description>
      <pubDate>Tue, 04 May 2010 05:13:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/getcontentchanges-what-does-it-return/m-p/218239#M171369</guid>
      <dc:creator>nikes</dc:creator>
      <dc:date>2010-05-04T05:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: getContentChanges? What does it return?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/getcontentchanges-what-does-it-return/m-p/218240#M171370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;See &lt;/SPAN&gt;&lt;A href="http://docs.oasis-open.org/cmis/CMIS/v1.0/cs01/cmis-spec-v1.0.html#_Toc243905471" rel="nofollow noopener noreferrer"&gt;http://docs.oasis-open.org/cmis/CMIS/v1.0/cs01/cmis-spec-v1.0.html#_Toc243905471&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;It returns an array of ChangeEvents. How it is exactly implemented, may differ from framework to framework (I think).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;best regards, gclaussn&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 May 2010 06:45:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/getcontentchanges-what-does-it-return/m-p/218240#M171370</guid>
      <dc:creator>gclaussn</dc:creator>
      <dc:date>2010-05-04T06:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: getContentChanges? What does it return?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/getcontentchanges-what-does-it-return/m-p/218241#M171371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;From the specification what I understand is, if I update properties of a document then getContentChanges will list that document in log? and I can fetch which properties have been updated with what value? Please correct me if wrong.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What type of objects/nodes can be included in change log event?&amp;nbsp; Folder? Document? Users? Business Rules?&amp;nbsp; ???&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Kindly explain in more detail please?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 May 2010 09:49:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/getcontentchanges-what-does-it-return/m-p/218241#M171371</guid>
      <dc:creator>nikes</dc:creator>
      <dc:date>2010-05-04T09:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: getContentChanges? What does it return?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/getcontentchanges-what-does-it-return/m-p/218242#M171372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In the OpenCMIS implementation it recognizes all property changes of subtypes of cmis&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;bject. The ChangeEvent contains an object id, the type of change (created, updated, deleted) and a list of properties, which are affected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope it helps a little bit.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 May 2010 10:35:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/getcontentchanges-what-does-it-return/m-p/218242#M171372</guid>
      <dc:creator>gclaussn</dc:creator>
      <dc:date>2010-05-04T10:35:56Z</dc:date>
    </item>
  </channel>
</rss>

