Package org.nuxeo.ecm.quota.automation
Class GetQuotaStatisticsOperation
- java.lang.Object
-
- org.nuxeo.ecm.quota.automation.GetQuotaStatisticsOperation
-
public class GetQuotaStatisticsOperation extends Object
Returns a json representation of the quota info to be displayed in a pie chart- Since:
- 5.7
-
-
Field Summary
Fields Modifier and Type Field Description protected DocumentRef
documentRef
static String
ID
protected String
language
protected CoreSession
session
-
Constructor Summary
Constructors Constructor Description GetQuotaStatisticsOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getI18nLabel(String label, Locale locale)
Blob
run()
String
toJSON(QuotaInfo quotaInfo, Locale locale)
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
session
protected CoreSession session
-
documentRef
protected DocumentRef documentRef
-
language
protected String language
-
-