<?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: Content description saved value locale problem? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/content-description-saved-value-locale-problem/m-p/296669#M249799</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;BR /&gt;&lt;SPAN&gt;thank you for your answer. What is the name of that MLText interceptor? This part with policy is not clear to me, so could you give me point where to look for some example or something?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 May 2014 12:43:44 GMT</pubDate>
    <dc:creator>nenad982</dc:creator>
    <dc:date>2014-05-08T12:43:44Z</dc:date>
    <item>
      <title>Content description saved value locale problem?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/content-description-saved-value-locale-problem/m-p/296667#M249797</link>
      <description>Hi all,I am experiencing following problem. My clients are using German and English locales to work with Alfresco (they like Explorer and they don't want to use Share). If they add some value for node description on English locale and search for that description value in Advanced Search in German lo</description>
      <pubDate>Thu, 08 May 2014 10:43:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/content-description-saved-value-locale-problem/m-p/296667#M249797</guid>
      <dc:creator>nenad982</dc:creator>
      <dc:date>2014-05-08T10:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: Content description saved value locale problem?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/content-description-saved-value-locale-problem/m-p/296668#M249798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there possibility to use Java API to save value for description for ALL LOCALES.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes.&amp;nbsp; I'm thinking of a policy that sets the value for each language.&amp;nbsp; Or the other approach is to remove or replace the MLText interceptor.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 11:55:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/content-description-saved-value-locale-problem/m-p/296668#M249798</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2014-05-08T11:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Content description saved value locale problem?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/content-description-saved-value-locale-problem/m-p/296669#M249799</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;BR /&gt;&lt;SPAN&gt;thank you for your answer. What is the name of that MLText interceptor? This part with policy is not clear to me, so could you give me point where to look for some example or something?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 12:43:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/content-description-saved-value-locale-problem/m-p/296669#M249799</guid>
      <dc:creator>nenad982</dc:creator>
      <dc:date>2014-05-08T12:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Content description saved value locale problem?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/content-description-saved-value-locale-problem/m-p/296670#M249800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;MLText interceptor is not a policy,it is an aop method interceptor&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The MLPropertyInterceptor(org.alfresco.repo.node.MLPropertyInterceptor) is used to deal with the localized node properties .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1.It intercepts the node service methods: getProperty, getProperties to filter out multilingual text properties and return only current local &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2.It intercepts the node service methods: setProperties, setProperty、createNode、addAspect to set the current local&amp;nbsp; property value of a multilingual text.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can override&amp;nbsp; MLPropertyInterceptor's &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;public Object invoke(final MethodInvocation invocation) throws Throwable&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt; method:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in your implematation version of intercepting the node service methods: setProperties, setProperty、createNode、addAspect,add all local valuse to MLText.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 03:06:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/content-description-saved-value-locale-problem/m-p/296670#M249800</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2014-05-09T03:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Content description saved value locale problem?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/content-description-saved-value-locale-problem/m-p/296671#M249801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;overriding of MLPropertyInterceptor.java fixed my issue. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks to all…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2014 09:38:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/content-description-saved-value-locale-problem/m-p/296671#M249801</guid>
      <dc:creator>nenad982</dc:creator>
      <dc:date>2014-05-16T09:38:04Z</dc:date>
    </item>
  </channel>
</rss>

