<?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 Help with HiddenAspect? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/help-with-hiddenaspect/m-p/269267#M222397</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've recently discovered the sys:hidden aspect and have updated my project repo to 4.0.d from 4.0.b (using maven) to take advantage. I have a use case where the files should be hidden from view in Share, but available over CIFS/NFS for a separate process. Permissions won't work as the user does actually need to read/write from these hidden file/folders.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My problem is that I can't seem to get the mask to work properly. I wrote a quick utility using the code from HiddenAspect to construct what I believe are appropriate masks, and then set the sys:clientVisibilityMask accordingly. However, although the property is read just fine, the "client" is always NULL for non-web clients in HiddenAspect getVisibility() (line 468 of rev 35229). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For explorer and share I can get this visibility to turn on and off by changing the mask. Just not for any other client I've tested.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The mask I've most recently used was "41642" which according to my utililty should be:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Client cifs =&amp;gt; Visible&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Client imap =&amp;gt; Visible&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Client webdav =&amp;gt; Visible&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Client nfs =&amp;gt; Visible&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Client script =&amp;gt; Visible&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Client webclient =&amp;gt; NotVisible&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Client ftp =&amp;gt; Visible&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Client cmis =&amp;gt; Visible&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm thinking either this is a side effect of an improper mask, a missing/wrong configuration setting, or a bug. I've run out of time/energy to hunt this down any further tonight and thought I'd post here to see if someone had any insight or could provide guidance in the meantime.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jul 2012 01:49:50 GMT</pubDate>
    <dc:creator>pjaromin</dc:creator>
    <dc:date>2012-07-24T01:49:50Z</dc:date>
    <item>
      <title>Help with HiddenAspect?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/help-with-hiddenaspect/m-p/269267#M222397</link>
      <description>I've recently discovered the sys:hidden aspect and have updated my project repo to 4.0.d from 4.0.b (using maven) to take advantage. I have a use case where the files should be hidden from view in Share, but available over CIFS/NFS for a separate process. Permissions won't work as the user does actu</description>
      <pubDate>Tue, 24 Jul 2012 01:49:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/help-with-hiddenaspect/m-p/269267#M222397</guid>
      <dc:creator>pjaromin</dc:creator>
      <dc:date>2012-07-24T01:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: Help with HiddenAspect?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/help-with-hiddenaspect/m-p/269268#M222398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there *anybody* out there who knows anything about the HiddenAspect? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd be happy to further track this down and file a bug report if I were certain I properly understood the expected behavior. If this is just a major misunderstanding on my part (which I accept as a distinct possibility based on my limited experience with Alfresco) then there's no point in me wasting further time trying to track this down. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I there someone who can at least confirm for me that I properly understand how this is supposed to work and that my masks are correct (or not)? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Patrick&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jul 2012 22:03:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/help-with-hiddenaspect/m-p/269268#M222398</guid>
      <dc:creator>pjaromin</dc:creator>
      <dc:date>2012-07-29T22:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: Help with HiddenAspect?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/help-with-hiddenaspect/m-p/269269#M222399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Didn't understand this bit of your posting.&amp;nbsp;&amp;nbsp; "However, although the property is read just fine, the "client" is always NULL for non-web clients in HiddenAspect getVisibility() (line 468 of rev 35229)."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That's the root of your problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also I don't think its intended that you can hide for more than one client.&amp;nbsp;&amp;nbsp; It may work, but that's not the intention of how it should work.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jul 2012 22:07:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/help-with-hiddenaspect/m-p/269269#M222399</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2012-07-29T22:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Help with HiddenAspect?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/help-with-hiddenaspect/m-p/269270#M222400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply….&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can ignore the "property is read just fine" bit…I was just saying that the "clientVisibilityMask" property is being read and the expected value is there when I debug. But yes, the problem appears to be that at line 468 (of rev 35229) of HiddenAspect, the "client" value is NULL for all clients except the 'webclilent" and the method returns at that point without ever attempting to decode the mask.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So the question is *why* is 'client' null there, is this expected? I couldn't work out why this was the case - without understanding the intentions I found the code a bit difficult to work through and as it was late and I was way over time on this bit I thought I'd post to see if someone with some inside info might know something. I also noticed that this class has seen significant recent activity, leading me to think perhaps the version deployed with 4.0.d wasn't working but maybe a subsequent version is?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My use case requires hiding a node from the Share client ("all" web clients would be fine as well), but retaining visibility in at least the CIFS client. However no matter the mask I use, it's *always* hidden in all clients except the web client. The web client visibility does respond to the mask.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The mask is clearly *designed * to allow for granular visibility based on client, otherwise it would be entirely unnecessary (could simply have used a flag instead) - but has this full functionality been implemented/tested yet?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jul 2012 22:31:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/help-with-hiddenaspect/m-p/269270#M222400</guid>
      <dc:creator>pjaromin</dc:creator>
      <dc:date>2012-07-29T22:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Help with HiddenAspect?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/help-with-hiddenaspect/m-p/269271#M222401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Patrick Jaromin, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have same requirement, Have you got the right answer?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I want show some docs on Share client but not on CIFS client, follow your inspirational topic, I think sys:clientVisibilityMask is good ideal.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Jan 2016 17:56:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/help-with-hiddenaspect/m-p/269271#M222401</guid>
      <dc:creator>hoecake</dc:creator>
      <dc:date>2016-01-31T17:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Help with HiddenAspect?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/help-with-hiddenaspect/m-p/269272#M222402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Code below should help you. I use it to hide working copy nodes for cifs/nfs/ftp clients using custom behaviours:&lt;/P&gt;&lt;P&gt;This code set sys:clientVisibilityMask to 166440&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;code&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7f0055; font-size: small;"&gt;&lt;STRONG&gt;import&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt; org.alfresco.repo.model.filefolder.HiddenAspect;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7f0055; font-size: small;"&gt;&lt;STRONG&gt;import&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt; org.alfresco.repo.model.filefolder.HiddenAspect.Visibility;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7f0055; font-size: small;"&gt;&lt;STRONG&gt;.......&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7f0055; font-size: small;"&gt;&lt;STRONG&gt;private&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt; HiddenAspect &lt;/SPAN&gt;&lt;SPAN style="color: #0000c0; font-size: small;"&gt;hiddenAspect&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt; = &lt;/SPAN&gt;&lt;STRONG style=": ; color: #7f0055; font-size: small;"&gt;new&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt; HiddenAspect();&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #7f0055; font-size: small;"&gt;int&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #6a3e3e; font-size: small;"&gt;mask&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt; = 0;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3f7f5f; font-size: small;"&gt;// mask |= hiddenAspect.getClientVisibilityMask(Client.cifs, Visibility.HiddenAttribute);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #6a3e3e; font-size: small;"&gt;mask&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt; |= &lt;/SPAN&gt;&lt;SPAN style="color: #0000c0; font-size: small;"&gt;hiddenAspect&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt;.getClientVisibilityMask(Client.&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #0000c0; font-size: small;"&gt;cifs&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt;, Visibility.&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #0000c0; font-size: small;"&gt;NotVisible&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #6a3e3e; font-size: small;"&gt;mask&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt; |= &lt;/SPAN&gt;&lt;SPAN style="color: #0000c0; font-size: small;"&gt;hiddenAspect&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt;.getClientVisibilityMask(Client.&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #0000c0; font-size: small;"&gt;imap&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt;, Visibility.&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #0000c0; font-size: small;"&gt;Visible&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #6a3e3e; font-size: small;"&gt;mask&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt; |= &lt;/SPAN&gt;&lt;SPAN style="color: #0000c0; font-size: small;"&gt;hiddenAspect&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt;.getClientVisibilityMask(Client.&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #0000c0; font-size: small;"&gt;webdav&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt;, Visibility.&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #0000c0; font-size: small;"&gt;Visible&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #6a3e3e; font-size: small;"&gt;mask&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt; |= &lt;/SPAN&gt;&lt;SPAN style="color: #0000c0; font-size: small;"&gt;hiddenAspect&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt;.getClientVisibilityMask(Client.&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #0000c0; font-size: small;"&gt;nfs&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt;, Visibility.&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #0000c0; font-size: small;"&gt;NotVisible&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #6a3e3e; font-size: small;"&gt;mask&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt; |= &lt;/SPAN&gt;&lt;SPAN style="color: #0000c0; font-size: small;"&gt;hiddenAspect&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt;.getClientVisibilityMask(Client.&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #0000c0; font-size: small;"&gt;script&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt;, Visibility.&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #0000c0; font-size: small;"&gt;Visible&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #6a3e3e; font-size: small;"&gt;mask&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt; |= &lt;/SPAN&gt;&lt;SPAN style="color: #0000c0; font-size: small;"&gt;hiddenAspect&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt;.getClientVisibilityMask(Client.&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #0000c0; font-size: small;"&gt;webclient&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt;, Visibility.&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #0000c0; font-size: small;"&gt;Visible&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #6a3e3e; font-size: small;"&gt;mask&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt; |= &lt;/SPAN&gt;&lt;SPAN style="color: #0000c0; font-size: small;"&gt;hiddenAspect&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt;.getClientVisibilityMask(Client.&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #0000c0; font-size: small;"&gt;ftp&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt;, Visibility.&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #0000c0; font-size: small;"&gt;NotVisible&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #6a3e3e; font-size: small;"&gt;mask&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt; |= &lt;/SPAN&gt;&lt;SPAN style="color: #0000c0; font-size: small;"&gt;hiddenAspect&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt;.getClientVisibilityMask(Client.&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #0000c0; font-size: small;"&gt;cmis&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt;, Visibility.&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #0000c0; font-size: small;"&gt;Visible&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #6a3e3e; font-size: small;"&gt;mask&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt; |= &lt;/SPAN&gt;&lt;SPAN style="color: #0000c0; font-size: small;"&gt;hiddenAspect&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt;.getClientVisibilityMask(Client.&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #0000c0; font-size: small;"&gt;admin&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt;, Visibility.&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #0000c0; font-size: small;"&gt;Visible&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; Map&amp;lt;QName, Serializable&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="color: #6a3e3e; font-size: small;"&gt;props&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt; = &lt;/SPAN&gt;&lt;STRONG style=": ; color: #7f0055; font-size: small;"&gt;new&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt; HashMap&amp;lt;QName, Serializable&amp;gt;(1);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #6a3e3e; font-size: small;"&gt;props&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt;.put(ContentModel.&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #0000c0; font-size: small;"&gt;PROP_VISIBILITY_MASK&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #6a3e3e; font-size: small;"&gt;mask&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #6a3e3e; font-size: small;"&gt;props&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt;.put(ContentModel.&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #0000c0; font-size: small;"&gt;PROP_HIDDEN_FLAG&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt;, &lt;/SPAN&gt;&lt;STRONG style=": ; color: #7f0055; font-size: small;"&gt;true&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt;); &lt;/SPAN&gt;&lt;SPAN style="color: #3f7f5f; font-size: small;"&gt;// hidden regardless of file name patterns&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #7f0055; font-size: small;"&gt;this&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #0000c0; font-size: small;"&gt;services&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt;.getNodeService().addAspect(&lt;/SPAN&gt;&lt;SPAN style="color: #6a3e3e; font-size: small;"&gt;nodeRef&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt;, ContentModel.&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #0000c0; font-size: small;"&gt;ASPECT_HIDDEN&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #6a3e3e; font-size: small;"&gt;props&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/code&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2017 20:22:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/help-with-hiddenaspect/m-p/269272#M222402</guid>
      <dc:creator>vincent-kali</dc:creator>
      <dc:date>2017-05-05T20:22:28Z</dc:date>
    </item>
  </channel>
</rss>

