<?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 Accessing the cmis:changeToken in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/accessing-the-cmis-changetoken/m-p/272805#M225935</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;From what I have gathered from the OpenCmis spec this is how one would go about getting the 'changeToken' for a Document.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; List&amp;lt;CmisExtensionElement&amp;gt; extensions = object.getProperties().getExtensions();&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;PropertyData&amp;lt;?&amp;gt; propData = object.getProperties().getProperties().get("cmis:changeToken");&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any order to the values 'propData.getValues()' or should I expect just one value when it comes to 'cmis:changeToken'? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to create a custom change id using this value(s) the cmis:lastModificationDate and any ACL/permissions in the set. Is this something I need to worry about it order to encapsulate all changes or is this something already accounted for in CMIS?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Still learning the spec!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Jun 2011 16:22:13 GMT</pubDate>
    <dc:creator>juicybananas</dc:creator>
    <dc:date>2011-06-02T16:22:13Z</dc:date>
    <item>
      <title>Accessing the cmis:changeToken</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/accessing-the-cmis-changetoken/m-p/272805#M225935</link>
      <description>From what I have gathered from the OpenCmis spec this is how one would go about getting the 'changeToken' for a Document.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; List&amp;lt;CmisExtensionElement&amp;gt; extensions = object.getProperties().getExtensions();&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;PropertyData&amp;lt;?&amp;gt; propData = object.getProperties().getProperties().get("cmis:</description>
      <pubDate>Thu, 02 Jun 2011 16:22:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/accessing-the-cmis-changetoken/m-p/272805#M225935</guid>
      <dc:creator>juicybananas</dc:creator>
      <dc:date>2011-06-02T16:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing the cmis:changeToken</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/accessing-the-cmis-changetoken/m-p/272806#M225936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi juicybananas,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The change token is a single string and repository specific. You shouldn't use it except for the calls that take a change token. It's actually not used in Alfresco. The last modification date should be sufficient&amp;nbsp; for your use case.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Btw. You seem to use the OpenCMIS low level API. Any reasons for that? The high level API is much simpler to use.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Florian&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2011 13:49:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/accessing-the-cmis-changetoken/m-p/272806#M225936</guid>
      <dc:creator>fmui</dc:creator>
      <dc:date>2011-06-03T13:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing the cmis:changeToken</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/accessing-the-cmis-changetoken/m-p/272807#M225937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the response! I guess I'm using it for performance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2011 14:31:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/accessing-the-cmis-changetoken/m-p/272807#M225937</guid>
      <dc:creator>juicybananas</dc:creator>
      <dc:date>2011-06-03T14:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing the cmis:changeToken</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/accessing-the-cmis-changetoken/m-p/272808#M225938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is no performance difference between the APIs. In fact, if you use the high level API cache it can be faster.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The low level API gives you more control, but you write four times more code to use it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2011 14:41:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/accessing-the-cmis-changetoken/m-p/272808#M225938</guid>
      <dc:creator>fmui</dc:creator>
      <dc:date>2011-06-03T14:41:16Z</dc:date>
    </item>
  </channel>
</rss>

