<?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 Re: Access Personal Workspace  through CMIS in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/access-personal-workspace-through-cmis/m-p/317853#M4854</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;</description>
    <pubDate>Thu, 02 Jul 2015 12:55:25 GMT</pubDate>
    <dc:creator>Souvik_</dc:creator>
    <dc:date>2015-07-02T12:55:25Z</dc:date>
    <item>
      <title>Access Personal Workspace  through CMIS</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/access-personal-workspace-through-cmis/m-p/317846#M4847</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am using Nuxeo as multi tenant system and want to access my personal workspace through CMIS query. So, please help me with the query to access the same.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2015 05:00:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/access-personal-workspace-through-cmis/m-p/317846#M4847</guid>
      <dc:creator>Souvik_</dc:creator>
      <dc:date>2015-06-22T05:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Access Personal Workspace  through CMIS</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/access-personal-workspace-through-cmis/m-p/317847#M4848</link>
      <description>&lt;P&gt;Please don't cross-post with StackOverflow http&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2015 12:50:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/access-personal-workspace-through-cmis/m-p/317847#M4848</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2015-06-22T12:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Access Personal Workspace  through CMIS</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/access-personal-workspace-through-cmis/m-p/317848#M4849</link>
      <description>&lt;P&gt;@Florent&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2015 12:54:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/access-personal-workspace-through-cmis/m-p/317848#M4849</guid>
      <dc:creator>Souvik_</dc:creator>
      <dc:date>2015-06-22T12:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Access Personal Workspace  through CMIS</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/access-personal-workspace-through-cmis/m-p/317849#M4850</link>
      <description>&lt;P&gt;What have you tried and what didn't work? CMIS has full access to all the workspaces you have access to.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2015 15:09:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/access-personal-workspace-through-cmis/m-p/317849#M4850</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2015-06-23T15:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Access Personal Workspace  through CMIS</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/access-personal-workspace-through-cmis/m-p/317850#M4851</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2015 04:35:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/access-personal-workspace-through-cmis/m-p/317850#M4851</guid>
      <dc:creator>Souvik_</dc:creator>
      <dc:date>2015-06-24T04:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: Access Personal Workspace  through CMIS</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/access-personal-workspace-through-cmis/m-p/317851#M4852</link>
      <description>&lt;P&gt;What's the URL of the personal workspace you want to access when you get to it through the regular Nuxeo web interface?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2015 12:00:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/access-personal-workspace-through-cmis/m-p/317851#M4852</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2015-06-25T12:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Access Personal Workspace  through CMIS</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/access-personal-workspace-through-cmis/m-p/317852#M4853</link>
      <description>&lt;P&gt;Hi,
I'm not using the tenant feature, but I guess it will work correspondingly there. The point is, that you cannot "navigate" from the entry point "default-domain" to the personal workspaces similar to the Nuxeo Web-UI, where you also cannot navigate from the tree view of the shared workspaces to the personal workspace but have to switch to it using the main menu. I haven't found the right path in the documentation. However, you can easily guess it from the URL in the Web UI. In my case it was /default-domain/UserWorkspaces/username
In your case it seems that you have the tenant ID between domain and UserWorkspaces. The rest should be the same. I was using Apache Chemistry CMIS Workbench to find out. It was very helpful.
&lt;A href="http://chemistry.apache.org/java/developing/tools/dev-tools-workbench.html" target="test_blank"&gt;http://chemistry.apache.org/java/developing/tools/dev-tools-workbench.html&lt;/A&gt;
Hope that helps.
René&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2015 20:36:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/access-personal-workspace-through-cmis/m-p/317852#M4853</guid>
      <dc:creator>René_</dc:creator>
      <dc:date>2015-06-30T20:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: Access Personal Workspace  through CMIS</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/access-personal-workspace-through-cmis/m-p/317853#M4854</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2015 12:55:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/access-personal-workspace-through-cmis/m-p/317853#M4854</guid>
      <dc:creator>Souvik_</dc:creator>
      <dc:date>2015-07-02T12:55:25Z</dc:date>
    </item>
  </channel>
</rss>

