<?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 need info on search and content definition in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/need-info-on-search-and-content-definition/m-p/27872#M14070</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'm evaluating alfresco to replace an existing dms, and i need some clarification,:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Search: is it possible to have a non-autenticated user find all the published document (of some type for example), but to be forced to log in to see the actual document ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In other words, the guest user may serch item (and see only some info, like title, date ecc) and see if there some interesting (to him) docs. But for accessing the whole content, he must be logged in (non-guest, of course).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Content type: i need to have a doc that has it's property readeble, but the content itself may not be readable. As an example, i may have an article, whos short descriptio, abstract and all the info on it are readeble by all, but the pdf of the article need a specific permission to be read (downloaded).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then, i need to have a document with attachment (an article with 2 images, as an example). Is that doable on a single document, or i'have to define a folder-type (the article) who contains both images ? In that situation, is hard to write the interface to manipulate folder and contents (so a user only see an 'article' and the implementation details remains hidden) or it's not much different ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;tnks in advance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Silvano&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Jun 2006 10:34:38 GMT</pubDate>
    <dc:creator>strinchero</dc:creator>
    <dc:date>2006-06-09T10:34:38Z</dc:date>
    <item>
      <title>need info on search and content definition</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/need-info-on-search-and-content-definition/m-p/27872#M14070</link>
      <description>Hi all,i'm evaluating alfresco to replace an existing dms, and i need some clarification,&lt;IMG id="smileyfrustrated" class="emoticon emoticon-smileyfrustrated" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-frustrated.png" alt="Smiley Frustrated" title="Smiley Frustrated" /&gt;earch: is it possible to have a non-autenticated user find all the published document (of some type for example), but to be forced to log in to see the actual document ?In other words, the guest user may serch</description>
      <pubDate>Fri, 09 Jun 2006 10:34:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/need-info-on-search-and-content-definition/m-p/27872#M14070</guid>
      <dc:creator>strinchero</dc:creator>
      <dc:date>2006-06-09T10:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: need info on search and content definition</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/need-info-on-search-and-content-definition/m-p/27873#M14071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have asked stupid questions ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 08:41:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/need-info-on-search-and-content-definition/m-p/27873#M14071</guid>
      <dc:creator>strinchero</dc:creator>
      <dc:date>2006-06-12T08:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: need info on search and content definition</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/need-info-on-search-and-content-definition/m-p/27874#M14072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Search is restricted to what you have permission to read at the API layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can code to do what you want but bit is not exposed in the public API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There is no way of asking for authentication depending on what you try and view.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The lower level permissions are available to do what you want (read properties, read children and read content). Again, they are not exposed with the current API. They are grouped together as Read and exposed as Consumer at the moment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can link things as parent-child relationships or via associations.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are several ways:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Create the images as non folder/content types (then they should not be shown)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Add your own aspect defining your own parent-child relationship&amp;nbsp; that differs from the one defined in file/folder. These should not be shown.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3) Manage the images via non child associations.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jun 2006 13:13:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/need-info-on-search-and-content-definition/m-p/27874#M14072</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2006-06-27T13:13:48Z</dc:date>
    </item>
  </channel>
</rss>

