<?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 to get Quota infomation and set Quota maxsize from Automation API or REST API? in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-get-quota-infomation-and-set-quota-maxsize-from/m-p/320776#M7777</link>
    <description>&lt;P&gt;I can get workspace Quota information such as Total Size and Trash Size from dashboard. As is shown in the figure.
I want to get the same information from java client. Currently my code is like this:
NuxeoClient nuxeoClient = new NuxeoClient(url, "XXXXXX", "XXXXX");
nuxeoClient = nuxeoClient.schemas("*");
Document root = nuxeoClient.repository().fetchDocumentByPath("/default-domain/workspaces/test");
In the root variable, I can not find any size information. How should get the size information of workspace in java client?&lt;/P&gt;</description>
    <pubDate>Fri, 22 Sep 2017 08:16:45 GMT</pubDate>
    <dc:creator>Jiang_Chuan</dc:creator>
    <dc:date>2017-09-22T08:16:45Z</dc:date>
    <item>
      <title>How to get Quota infomation and set Quota maxsize from Automation API or REST API?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-get-quota-infomation-and-set-quota-maxsize-from/m-p/320771#M7772</link>
      <description>&lt;P&gt;Is there any guide or example about set Quota Info and get Quota Info from API?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2017 06:50:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-get-quota-infomation-and-set-quota-maxsize-from/m-p/320771#M7772</guid>
      <dc:creator>Jiang_Chuan</dc:creator>
      <dc:date>2017-09-21T06:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Quota infomation and set Quota maxsize from Automation API or REST API?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-get-quota-infomation-and-set-quota-maxsize-from/m-p/320772#M7773</link>
      <description>&lt;P&gt;In order to get it, you just have to ask for the right schemas when calling for a document or documents.
about POST, I do not think those field are supposed to be modified as they are computed by the platform&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2017 07:32:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-get-quota-infomation-and-set-quota-maxsize-from/m-p/320772#M7773</guid>
      <dc:creator>pibou_Bouvret</dc:creator>
      <dc:date>2017-09-21T07:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Quota infomation and set Quota maxsize from Automation API or REST API?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-get-quota-infomation-and-set-quota-maxsize-from/m-p/320773#M7774</link>
      <description>&lt;P&gt;Hi Bouvret,&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2017 08:00:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-get-quota-infomation-and-set-quota-maxsize-from/m-p/320773#M7774</guid>
      <dc:creator>Jiang_Chuan</dc:creator>
      <dc:date>2017-09-21T08:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Quota infomation and set Quota maxsize from Automation API or REST API?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-get-quota-infomation-and-set-quota-maxsize-from/m-p/320774#M7775</link>
      <description>&lt;P&gt;I found a nuxeo-quota project at https&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2017 08:02:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-get-quota-infomation-and-set-quota-maxsize-from/m-p/320774#M7775</guid>
      <dc:creator>Jiang_Chuan</dc:creator>
      <dc:date>2017-09-21T08:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Quota infomation and set Quota maxsize from Automation API or REST API?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-get-quota-infomation-and-set-quota-maxsize-from/m-p/320775#M7776</link>
      <description>&lt;P&gt;"schemas" is an option when instantiating Nuxeo in Javascript client, ex&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2017 14:25:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-get-quota-infomation-and-set-quota-maxsize-from/m-p/320775#M7776</guid>
      <dc:creator>pibou_Bouvret</dc:creator>
      <dc:date>2017-09-21T14:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Quota infomation and set Quota maxsize from Automation API or REST API?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-get-quota-infomation-and-set-quota-maxsize-from/m-p/320776#M7777</link>
      <description>&lt;P&gt;I can get workspace Quota information such as Total Size and Trash Size from dashboard. As is shown in the figure.
I want to get the same information from java client. Currently my code is like this:
NuxeoClient nuxeoClient = new NuxeoClient(url, "XXXXXX", "XXXXX");
nuxeoClient = nuxeoClient.schemas("*");
Document root = nuxeoClient.repository().fetchDocumentByPath("/default-domain/workspaces/test");
In the root variable, I can not find any size information. How should get the size information of workspace in java client?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2017 08:16:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-get-quota-infomation-and-set-quota-maxsize-from/m-p/320776#M7777</guid>
      <dc:creator>Jiang_Chuan</dc:creator>
      <dc:date>2017-09-22T08:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Quota infomation and set Quota maxsize from Automation API or REST API?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-get-quota-infomation-and-set-quota-maxsize-from/m-p/320777#M7778</link>
      <description>&lt;P&gt;Hi Bouvret, I still can not get the quota information. I updated my result as a new answer so that I can attach a picture.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2017 08:18:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-get-quota-infomation-and-set-quota-maxsize-from/m-p/320777#M7778</guid>
      <dc:creator>Jiang_Chuan</dc:creator>
      <dc:date>2017-09-22T08:18:38Z</dc:date>
    </item>
  </channel>
</rss>

