Uses of Interface
org.nuxeo.ecm.core.api.quota.QuotaStats
-
Packages that use QuotaStats Package Description org.nuxeo.ecm.core.api.quota org.nuxeo.ecm.quota.count -
-
Uses of QuotaStats in org.nuxeo.ecm.core.api.quota
Subinterfaces of QuotaStats in org.nuxeo.ecm.core.api.quota Modifier and Type Interface Description interface
QuotaStatsNonFolderishCount
Specialization ofQuotaStats
to count non-folderish documents.interface
QuotaStatsSize
Specialization ofQuotaStats
to return size information. -
Uses of QuotaStats in org.nuxeo.ecm.quota.count
Classes in org.nuxeo.ecm.quota.count that implement QuotaStats Modifier and Type Class Description class
QuotaStatsNonFolderishCountAdapter
Adapter implementingQuotaStatsNonFolderishCount
to have information about children and descendants count.
-