<?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: get the list of modified properties and the list of modifiers  from content in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/get-the-list-of-modified-properties-and-the-list-of-modifiers/m-p/278443#M231573</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Alfresco will deal with creating the versions for you.&amp;nbsp;&amp;nbsp;&amp;nbsp; Why are you trying to call createVersion directly?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jun 2014 10:14:16 GMT</pubDate>
    <dc:creator>mrogers</dc:creator>
    <dc:date>2014-06-20T10:14:16Z</dc:date>
    <item>
      <title>get the list of modified properties and the list of modifiers  from content</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-the-list-of-modified-properties-and-the-list-of-modifiers/m-p/278440#M231570</link>
      <description>HI,After a content in repository get modifyied several time, how can i get the list of modified properties and the list of modifiers for each modification(please note that using the versionnable aspect does not seem to be useful for my case).I will apreciate any help .</description>
      <pubDate>Thu, 19 Jun 2014 15:23:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-the-list-of-modified-properties-and-the-list-of-modifiers/m-p/278440#M231570</guid>
      <dc:creator>wajdi_ghribi</dc:creator>
      <dc:date>2014-06-19T15:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: get the list of modified properties and the list of modifiers  from content</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-the-list-of-modified-properties-and-the-list-of-modifiers/m-p/278441#M231571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Why does version history not help?&amp;nbsp; That would be the primary way to solve this sort of requirement.&amp;nbsp;&amp;nbsp; Next would be auditing.&amp;nbsp;&amp;nbsp; And after that some sort of DIY version/audit.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 18:20:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-the-list-of-modified-properties-and-the-list-of-modifiers/m-p/278441#M231571</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2014-06-19T18:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: get the list of modified properties and the list of modifiers  from content</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-the-list-of-modified-properties-and-the-list-of-modifiers/m-p/278442#M231572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi mrogers, thanks for replying,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So if i change the version of the document before editing it with this code below, &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Map&amp;lt;String, Serializable&amp;gt; versionProperties = new HashMap&amp;lt;String, Serializable&amp;gt;(2, 1.0f);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; versionProperties.put(Version.PROP_DESCRIPTION, "");&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; versionProperties.put(VersionModel.PROP_VERSION_TYPE, VersionType.MINOR);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; versionService.createVersion(nodeRef, versionProperties);&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&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;BR /&gt;&lt;SPAN&gt;i have this Error : &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt; org.springframework.extensions.webscripts.WebScriptException: 05200002 Wrapped Exception (with status template): 05200092 The current version label of the node does not exist in the version history.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.extensions.webscripts.AbstractWebScript.createStatusException(AbstractWebScript.java:1067)&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 07:34:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-the-list-of-modified-properties-and-the-list-of-modifiers/m-p/278442#M231572</guid>
      <dc:creator>wajdi_ghribi</dc:creator>
      <dc:date>2014-06-20T07:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: get the list of modified properties and the list of modifiers  from content</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-the-list-of-modified-properties-and-the-list-of-modifiers/m-p/278443#M231573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Alfresco will deal with creating the versions for you.&amp;nbsp;&amp;nbsp;&amp;nbsp; Why are you trying to call createVersion directly?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 10:14:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-the-list-of-modified-properties-and-the-list-of-modifiers/m-p/278443#M231573</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2014-06-20T10:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: get the list of modified properties and the list of modifiers  from content</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-the-list-of-modified-properties-and-the-list-of-modifiers/m-p/278444#M231574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi mrogers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When editing a content which has the aspect versionnable, it does not change the version after editing, that's why i tryied to create version programmatically.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 10:17:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-the-list-of-modified-properties-and-the-list-of-modifiers/m-p/278444#M231574</guid>
      <dc:creator>wajdi_ghribi</dc:creator>
      <dc:date>2014-06-20T10:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: get the list of modified properties and the list of modifiers  from content</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-the-list-of-modified-properties-and-the-list-of-modifiers/m-p/278445#M231575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Solved,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i changed the property "cm:versionLabel" in the contentmodel.xml from :&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;nbsp; &amp;lt;property name="cm:versionLabel"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt;Version Label&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;protected&amp;gt;true&amp;lt;/protected&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/property&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&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;To: &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;nbsp; &amp;lt;property name="cm:versionLabel"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt;Version Label&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;default&amp;gt;1.0&amp;lt;/default&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/property&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&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;BR /&gt;&lt;SPAN&gt;and then in the edit code i used "nodeService.setProperty" for each property instead of "nodeService.setProperties".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 11:30:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-the-list-of-modified-properties-and-the-list-of-modifiers/m-p/278445#M231575</guid>
      <dc:creator>wajdi_ghribi</dc:creator>
      <dc:date>2014-06-20T11:30:21Z</dc:date>
    </item>
  </channel>
</rss>

