<?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 How to access archived documents via CMIS in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-access-archived-documents-via-cmis/m-p/267214#M220344</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there any way to access archived documents via CMIS?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Background:&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In Alfresco Explorer I am able to delete a document which before I delete it is accessible by workspace://SpacesStore/&amp;lt;id&amp;gt; in the node browser.&amp;nbsp; After the document is deleted, it is then accessible by archive://SpacesStore/&amp;lt;id&amp;gt; in the node browser.&amp;nbsp; It is the same document which as been archived and I can restore it if I like.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When a document is archived, it gets an archived aspect (sys:archived I believe), which I tried to query in CMIS with no success.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;What I'd like to do:&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd like to be able to access archived documents via CMIS and the Alfresco CMIS extension.&amp;nbsp; I've had success with queries like the following which produce CMIS output which contains aspect data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;select * from cmis:document d join cm:titled t on d.cmis&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;bjectid=t.cmis&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;bjectid&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;select * from cmis:document d join cm:author a on d.cmis&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;bjectid=a.cmis&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;bjectid&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;select * from cmis:document d join exif:exif x on d.cmis&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;bjectid=x.cmis&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;bjectid&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;select * from cmis:document d join rn:renditioned r on d.cmis&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;bjectid=r.cmis&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;bjectid&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(or combinations or the above joins)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This query trying to access documents with the archived aspect does not return any results:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;select * from cmis:document d join sys:archived sa on d.cmis&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;bjectid=sa.cmis&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;bjectid&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I suspect it is because the archived documents are no longer in the same store and in a separate archived store.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Can anyone shed some light on how can I access these archived documents?&lt;/STRONG&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 May 2011 20:39:56 GMT</pubDate>
    <dc:creator>gregbpopstar</dc:creator>
    <dc:date>2011-05-20T20:39:56Z</dc:date>
    <item>
      <title>How to access archived documents via CMIS</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-access-archived-documents-via-cmis/m-p/267214#M220344</link>
      <description>Is there any way to access archived documents via CMIS?Background:In Alfresco Explorer I am able to delete a document which before I delete it is accessible by workspace://SpacesStore/&amp;lt;id&amp;gt; in the node browser.&amp;nbsp; After the document is deleted, it is then accessible by archive://SpacesStore/&amp;lt;i</description>
      <pubDate>Fri, 20 May 2011 20:39:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-access-archived-documents-via-cmis/m-p/267214#M220344</guid>
      <dc:creator>gregbpopstar</dc:creator>
      <dc:date>2011-05-20T20:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to access archived documents via CMIS</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-access-archived-documents-via-cmis/m-p/267215#M220345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Any ideas?&amp;nbsp; Anyone?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It seams to me that the archive store should be accessible from CMIS given the right creds (admin).&amp;nbsp; I wouldn't think that would require any addition to the CMIS API.&amp;nbsp; Of course, I'm making the assumption that the archive store is just basically another store.&amp;nbsp; The node browser is able to browse it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2011 19:39:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-access-archived-documents-via-cmis/m-p/267215#M220345</guid>
      <dc:creator>gregbpopstar</dc:creator>
      <dc:date>2011-06-01T19:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to access archived documents via CMIS</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-access-archived-documents-via-cmis/m-p/267216#M220346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Any replies to this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 18:59:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-access-archived-documents-via-cmis/m-p/267216#M220346</guid>
      <dc:creator>mgupta</dc:creator>
      <dc:date>2012-02-16T18:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to access archived documents via CMIS</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-access-archived-documents-via-cmis/m-p/267217#M220347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm facing the same question&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have someone get any kind of solution about this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind Regards!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 08:24:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-access-archived-documents-via-cmis/m-p/267217#M220347</guid>
      <dc:creator>jspuchau</dc:creator>
      <dc:date>2013-05-30T08:24:56Z</dc:date>
    </item>
  </channel>
</rss>

