<?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 User Permissions on Folders in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/user-permissions-on-folders/m-p/235360#M188490</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am facing some problems with the user rights.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible to set permission to a folder in a Share site Document Libraray only to two selected people and the others so that the others cant see those folders?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regrads&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sebastian&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 May 2010 16:32:24 GMT</pubDate>
    <dc:creator>sebastian1</dc:creator>
    <dc:date>2010-05-31T16:32:24Z</dc:date>
    <item>
      <title>User Permissions on Folders</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/user-permissions-on-folders/m-p/235360#M188490</link>
      <description>Hey!I am facing some problems with the user rights.Is it possible to set permission to a folder in a Share site Document Libraray only to two selected people and the others so that the others cant see those folders?RegradsSebastian</description>
      <pubDate>Mon, 31 May 2010 16:32:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/user-permissions-on-folders/m-p/235360#M188490</guid>
      <dc:creator>sebastian1</dc:creator>
      <dc:date>2010-05-31T16:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: User Permissions on Folders</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/user-permissions-on-folders/m-p/235361#M188491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Okay, its not possible through Share itlseld, but you can set pemissions on folder to specific users through the repository button in Share!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Its a bit strange, that you have different permission management in share and in the repository (accessed trough share)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jun 2010 15:01:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/user-permissions-on-folders/m-p/235361#M188491</guid>
      <dc:creator>sebastian1</dc:creator>
      <dc:date>2010-06-01T15:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: User Permissions on Folders</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/user-permissions-on-folders/m-p/235362#M188492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We have similar requirement. We need to disable access right for some folders for&amp;nbsp; certain users who are member of an alfresco share's site… We need custom link in doc library( it is possible).&amp;nbsp; Any experts comments will be more helpful..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Ahamed&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jun 2010 09:57:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/user-permissions-on-folders/m-p/235362#M188492</guid>
      <dc:creator>ahamed_rasmi</dc:creator>
      <dc:date>2010-06-24T09:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: User Permissions on Folders</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/user-permissions-on-folders/m-p/235363#M188493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Further to this discussion,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Following is the set of permission for a "test" node. "test" node is part of a "test" site.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I got this information from permission service API.. &lt;/SPAN&gt;&lt;STRONG&gt;permissionService.getAllSetPermissions(nodeRef)&lt;/STRONG&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;ALLOWED SiteManager - GROUP_site_test_SiteManager (GROUP), ALLOWED SiteContributor - GROUP_site_test_SiteContributor (GROUP), ALLOWED ReadPermissions - GROUP_EVERYONE (EVERYONE), ALLOWED SiteConsumer - GROUP_site_test_SiteConsumer (GROUP), ALLOWED SiteCollaborator - GROUP_site_test_SiteCollaborator (GROUP)]&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;GROUP_site_test_SiteConsumer&amp;nbsp; -&amp;gt; in this, I have a sample user named as "user1"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; then I try to use&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;permissionService.clearPermission(nodeRef, "user1");&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I expect this code of mine override the existing Authority.. Though user1 is a member of GROUP_site_test_SiteConsumer , i jus dont want him to access node.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Will this be possible, Since I explicitly cleared permission of user1 in a node?&amp;nbsp; "will an explictly call of clearPermission method override the previously set permission?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ahamed&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jun 2010 06:52:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/user-permissions-on-folders/m-p/235363#M188493</guid>
      <dc:creator>ahamed_rasmi</dc:creator>
      <dc:date>2010-06-30T06:52:38Z</dc:date>
    </item>
  </channel>
</rss>

