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 class
AbstractQuotaStatsUpdater
Abstract class implementingQuotaStatsUpdater
to 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. quotaStatsUpdaterClass
protected Map<String,QuotaStatsUpdater>
QuotaStatsUpdaterRegistry. quotaStatsUpdaters
Methods in org.nuxeo.ecm.quota that return QuotaStatsUpdater Modifier and Type Method Description QuotaStatsUpdater
QuotaStatsUpdaterRegistry. getQuotaStatsUpdater(String name)
QuotaStatsUpdater
QuotaStatsServiceImpl. 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 void
QuotaStatsUpdaterDescriptor. 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 class
DocumentsCountUpdater
QuotaStatsUpdater
counting 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 class
DocumentsSizeUpdater
QuotaStatsUpdater
counting space used by Blobs in document.
-