Uses of Interface
org.nuxeo.ecm.quota.QuotaStatsUpdater
-
Packages that use QuotaStatsUpdater Package Description org.nuxeo.ecm.quota org.nuxeo.ecm.quota.count org.nuxeo.ecm.quota.size -
-
Uses of QuotaStatsUpdater in org.nuxeo.ecm.quota
Classes in org.nuxeo.ecm.quota that implement QuotaStatsUpdater Modifier and Type Class Description classAbstractQuotaStatsUpdaterAbstract class implementingQuotaStatsUpdaterto handle common cases.Fields in org.nuxeo.ecm.quota with type parameters of type QuotaStatsUpdater Modifier and Type Field Description protected Class<? extends QuotaStatsUpdater>QuotaStatsUpdaterDescriptor. quotaStatsUpdaterClassprotected Map<String,QuotaStatsUpdater>QuotaStatsUpdaterRegistry. quotaStatsUpdatersMethods in org.nuxeo.ecm.quota that return QuotaStatsUpdater Modifier and Type Method Description QuotaStatsUpdaterQuotaStatsUpdaterRegistry. getQuotaStatsUpdater(String name)QuotaStatsUpdaterQuotaStatsServiceImpl. getQuotaStatsUpdaters(String updaterName)Methods in org.nuxeo.ecm.quota that return types with arguments of type QuotaStatsUpdater Modifier and Type Method Description Class<? extends QuotaStatsUpdater>QuotaStatsUpdaterDescriptor. getQuotaStatsUpdaterClass()List<QuotaStatsUpdater>QuotaStatsService. getQuotaStatsUpdaters()List<QuotaStatsUpdater>QuotaStatsServiceImpl. getQuotaStatsUpdaters()List<QuotaStatsUpdater>QuotaStatsUpdaterRegistry. getQuotaStatsUpdaters()Method parameters in org.nuxeo.ecm.quota with type arguments of type QuotaStatsUpdater Modifier and Type Method Description voidQuotaStatsUpdaterDescriptor. setQuotaStatsUpdaterClass(Class<? extends QuotaStatsUpdater> quotaStatsUpdaterClass) -
Uses of QuotaStatsUpdater in org.nuxeo.ecm.quota.count
Classes in org.nuxeo.ecm.quota.count that implement QuotaStatsUpdater Modifier and Type Class Description classDocumentsCountUpdaterQuotaStatsUpdatercounting the non folderish documents. -
Uses of QuotaStatsUpdater in org.nuxeo.ecm.quota.size
Classes in org.nuxeo.ecm.quota.size that implement QuotaStatsUpdater Modifier and Type Class Description classDocumentsSizeUpdaterQuotaStatsUpdatercounting space used by Blobs in document.
-