<?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 enahance the existing action? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-enahance-the-existing-action/m-p/166237#M119856</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Davis,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Actually, I want to extend the behaviour of the document upload action.&amp;nbsp; Therefore, I need to know which action class corresponds to this action such that I will modify the logic, e.g. add code fragment to do content encryption before alfresco writes the uploaded content to the disk.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Benson&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Apr 2008 16:38:53 GMT</pubDate>
    <dc:creator>bensonfungcms</dc:creator>
    <dc:date>2008-04-23T16:38:53Z</dc:date>
    <item>
      <title>How to enahance the existing action?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-enahance-the-existing-action/m-p/166233#M119852</link>
      <description>Hi,I am new to Alfresco.&amp;nbsp; I have played around the Alfresco after installing it into my laptop.&amp;nbsp; I got a question of the action enahancement.&amp;nbsp; If I would like to enhance the existing behaviour, e.g. checkin/checkout process.&amp;nbsp; Can anyone give me guidelines how I can archieve it?&amp;nbsp; I have gone through</description>
      <pubDate>Tue, 22 Apr 2008 07:45:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-enahance-the-existing-action/m-p/166233#M119852</guid>
      <dc:creator>bensonfungcms</dc:creator>
      <dc:date>2008-04-22T07:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to enahance the existing action?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-enahance-the-existing-action/m-p/166234#M119853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Depending on what you're trying to achieve, there are a few ways.&amp;nbsp; I'd suggest taking a look at &lt;/SPAN&gt;&lt;A href="http://ecmarchitect.com/images/articles/alfresco-behavior/behavior-article.pdf" rel="nofollow noopener noreferrer"&gt;http://ecmarchitect.com/images/articles/alfresco-behavior/behavior-article.pdf&lt;/A&gt;&lt;SPAN&gt; to start.&amp;nbsp; It describes how to bind in behavioral elements as part of the content model itself using &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Policy_Component" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Policy_Component&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2008 18:17:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-enahance-the-existing-action/m-p/166234#M119853</guid>
      <dc:creator>sdavis</dc:creator>
      <dc:date>2008-04-22T18:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to enahance the existing action?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-enahance-the-existing-action/m-p/166235#M119854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Let me give you an example.&amp;nbsp; If I would like to enhance the Checkin action or Checkout action by adding the document encryption/decryption logic into the current checkin and checkout action.&amp;nbsp; How I can acheive this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2008 08:49:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-enahance-the-existing-action/m-p/166235#M119854</guid>
      <dc:creator>bensonfungcms</dc:creator>
      <dc:date>2008-04-23T08:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to enahance the existing action?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-enahance-the-existing-action/m-p/166236#M119855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Review the methods available on the VersionServicePolicies interface as described in the PDF noted earlier.&amp;nbsp; This approach would be the best to ensure consistent behavior across all access points into the Repository.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to stick with only extending the Web UI (via an action), have you already seen &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Externalised_Client_Actions" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Externalised_Client_Actions&lt;/A&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2008 12:05:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-enahance-the-existing-action/m-p/166236#M119855</guid>
      <dc:creator>sdavis</dc:creator>
      <dc:date>2008-04-23T12:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to enahance the existing action?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-enahance-the-existing-action/m-p/166237#M119856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Davis,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Actually, I want to extend the behaviour of the document upload action.&amp;nbsp; Therefore, I need to know which action class corresponds to this action such that I will modify the logic, e.g. add code fragment to do content encryption before alfresco writes the uploaded content to the disk.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Benson&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2008 16:38:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-enahance-the-existing-action/m-p/166237#M119856</guid>
      <dc:creator>bensonfungcms</dc:creator>
      <dc:date>2008-04-23T16:38:53Z</dc:date>
    </item>
  </channel>
</rss>

