<?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 Disable copy paste options for specified ROLES. in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/disable-copy-paste-options-for-specified-roles/m-p/255445#M208575</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;SPAN&gt;I have two questions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. I want to give permissions to the users of specified roles such a way that he could not copy and paste it into another space. So how could I do that ? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Now I am working by extending Alfresco 3.2 sdk. How could I extend permissionDefinition.xml file in that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please lemme know if you found this question abstract. Will give you in detail.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Nov 2010 06:01:56 GMT</pubDate>
    <dc:creator>jeyaa</dc:creator>
    <dc:date>2010-11-15T06:01:56Z</dc:date>
    <item>
      <title>Disable copy paste options for specified ROLES.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/disable-copy-paste-options-for-specified-roles/m-p/255445#M208575</link>
      <description>Hi all,I have two questions.1. I want to give permissions to the users of specified roles such a way that he could not copy and paste it into another space. So how could I do that ? 2. Now I am working by extending Alfresco 3.2 sdk. How could I extend permissionDefinition.xml file in that.Please lem</description>
      <pubDate>Mon, 15 Nov 2010 06:01:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/disable-copy-paste-options-for-specified-roles/m-p/255445#M208575</guid>
      <dc:creator>jeyaa</dc:creator>
      <dc:date>2010-11-15T06:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: Disable copy paste options for specified ROLES.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/disable-copy-paste-options-for-specified-roles/m-p/255446#M208576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Need to do following changes into permissionDefinitions.xml” file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;1)Define one PermissionGroupTag as following&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;permissionGroup name="CustomRole" expose="true" allowFullControl="false"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;includePermissionGroup permissionGroup=&lt;/SPAN&gt;&lt;STRONG&gt;"Editor"&lt;/STRONG&gt;&lt;SPAN&gt; type="cm:cmobject" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;includePermissionGroup permissionGroup=&lt;/SPAN&gt;&lt;STRONG&gt;"Contributor"&lt;/STRONG&gt;&lt;SPAN&gt; type="cm:cmobject" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/permissionGroup&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Name attributes you can set with the name that you want to give for your custom role.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Above Created CustomRole having permission of Editor and contribtor, same way you can add more or less.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;2)Add below line in PermissionSet tag of type="cm:cmobject" &lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;permissionGroup name="CustomRole" allowFullControl="true" expose="true" /&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;3) Add below line in PermissionSet tag of type="cm:content"&amp;nbsp; &lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;permissionGroup name="CustomRole" extends="true" expose="true" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;4) Add following properties into webclient.properties file of alfresco&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Key -&amp;gt; The name you have given for permissionGroup (i.e. CustomRole)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Value -&amp;gt; Which you want to display in web-client of alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Above example shows custom role which includes both Editor &amp;amp; contributor permission.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can have your own custom role by adding set of existing roles in new permission group, as shown above.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hetal Patel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Nov 2010 12:45:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/disable-copy-paste-options-for-specified-roles/m-p/255446#M208576</guid>
      <dc:creator>hap234</dc:creator>
      <dc:date>2010-11-16T12:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Disable copy paste options for specified ROLES.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/disable-copy-paste-options-for-specified-roles/m-p/255447#M208577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Hetal,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have created as you've said, but am not able to give permissions to modify cut/paste/copy. And also, If i have a user of role consumer, he should only be able read, but he can create content/space. I also want to get rid of that. Wat should I suppose to do?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeya &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Nov 2010 13:13:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/disable-copy-paste-options-for-specified-roles/m-p/255447#M208577</guid>
      <dc:creator>jeyaa</dc:creator>
      <dc:date>2010-11-16T13:13:40Z</dc:date>
    </item>
  </channel>
</rss>

