<?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: How do i create and manage the Tenants in nuxeo using API  ? in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/how-do-i-create-and-manage-the-tenants-in-nuxeo-using-api/m-p/319304#M6305</link>
    <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;In Nuxeo, we expose to the Rest API what we call Automation Operations, you can have the full description here:
&lt;A href="http://doc.nuxeo.com/x/FIAO"&gt;http://doc.nuxeo.com/x/FIAO&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;So it means that for each module, to know the default possibilities, you have to look at the automation operations available for it. In case of multi-tenant, there are 2 operations as you can see here:
&lt;A href="https://github.com/nuxeo/nuxeo-multi-tenant/tree/master/src/main/java/org/nuxeo/ecm/multi/tenant/operations"&gt;https://github.com/nuxeo/nuxeo-multi-tenant/tree/master/src/main/java/org/nuxeo/ecm/multi/tenant/operations&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;So for the use case you mentioned, you would probably have to write your own operations to expose the feature you'd like. Our Eclipse plugin is here to help you do that:
&lt;A href="http://doc.nuxeo.com/x/qInZ"&gt;http://doc.nuxeo.com/x/qInZ&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hope it will help you!&lt;/P&gt;
&lt;P&gt;Fred&lt;/P&gt;</description>
    <pubDate>Thu, 18 Jul 2013 07:42:24 GMT</pubDate>
    <dc:creator>Fred_Vadon</dc:creator>
    <dc:date>2013-07-18T07:42:24Z</dc:date>
    <item>
      <title>How do i create and manage the Tenants in nuxeo using API  ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-do-i-create-and-manage-the-tenants-in-nuxeo-using-api/m-p/319300#M6301</link>
      <description>&lt;P&gt;create and manage 'new tenant' into Nuxeo using APIs exposed by Nuxeo. I should be able to create Tenant, Update Tenant and its Configuration and Delete Tenant and list Tenants.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2013 12:06:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-do-i-create-and-manage-the-tenants-in-nuxeo-using-api/m-p/319300#M6301</guid>
      <dc:creator>Narendra_Choudh</dc:creator>
      <dc:date>2013-07-16T12:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: How do i create and manage the Tenants in nuxeo using API  ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-do-i-create-and-manage-the-tenants-in-nuxeo-using-api/m-p/319301#M6302</link>
      <description>&lt;P&gt;With the multi-tenant addon ?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2013 08:11:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-do-i-create-and-manage-the-tenants-in-nuxeo-using-api/m-p/319301#M6302</guid>
      <dc:creator>Benjamin_Jalon1</dc:creator>
      <dc:date>2013-07-17T08:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: How do i create and manage the Tenants in nuxeo using API  ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-do-i-create-and-manage-the-tenants-in-nuxeo-using-api/m-p/319302#M6303</link>
      <description>&lt;P&gt;Yeah Multi-tenant addon is already been added but i dont want to use the nuxeo application to do the same instead i should be able to do the same using the Rest API exposed by the nuxeo ....&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2013 14:04:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-do-i-create-and-manage-the-tenants-in-nuxeo-using-api/m-p/319302#M6303</guid>
      <dc:creator>Narendra_Choudh</dc:creator>
      <dc:date>2013-07-17T14:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: How do i create and manage the Tenants in nuxeo using API  ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-do-i-create-and-manage-the-tenants-in-nuxeo-using-api/m-p/319303#M6304</link>
      <description>&lt;P&gt;Please help and let me know the if they have exposed the API's for the same or not ? so that i can think of making the REST API for the same,&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2013 14:08:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-do-i-create-and-manage-the-tenants-in-nuxeo-using-api/m-p/319303#M6304</guid>
      <dc:creator>Narendra_Choudh</dc:creator>
      <dc:date>2013-07-17T14:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: How do i create and manage the Tenants in nuxeo using API  ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-do-i-create-and-manage-the-tenants-in-nuxeo-using-api/m-p/319304#M6305</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;In Nuxeo, we expose to the Rest API what we call Automation Operations, you can have the full description here:
&lt;A href="http://doc.nuxeo.com/x/FIAO"&gt;http://doc.nuxeo.com/x/FIAO&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;So it means that for each module, to know the default possibilities, you have to look at the automation operations available for it. In case of multi-tenant, there are 2 operations as you can see here:
&lt;A href="https://github.com/nuxeo/nuxeo-multi-tenant/tree/master/src/main/java/org/nuxeo/ecm/multi/tenant/operations"&gt;https://github.com/nuxeo/nuxeo-multi-tenant/tree/master/src/main/java/org/nuxeo/ecm/multi/tenant/operations&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;So for the use case you mentioned, you would probably have to write your own operations to expose the feature you'd like. Our Eclipse plugin is here to help you do that:
&lt;A href="http://doc.nuxeo.com/x/qInZ"&gt;http://doc.nuxeo.com/x/qInZ&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hope it will help you!&lt;/P&gt;
&lt;P&gt;Fred&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2013 07:42:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-do-i-create-and-manage-the-tenants-in-nuxeo-using-api/m-p/319304#M6305</guid>
      <dc:creator>Fred_Vadon</dc:creator>
      <dc:date>2013-07-18T07:42:24Z</dc:date>
    </item>
  </channel>
</rss>

