| Package | Description |
|---|---|
| org.nuxeo.ecm.quota | |
| org.nuxeo.ecm.quota.count | |
| org.nuxeo.ecm.quota.size |
| Modifier and Type | Method and Description |
|---|---|
default void |
QuotaStatsUpdater.computeInitialStatistics(CoreSession session,
QuotaStatsInitialWork currentWorker)
Deprecated.
since 10.1, use other signature
|
void |
QuotaStatsUpdater.computeInitialStatistics(CoreSession session,
QuotaStatsInitialWork currentWorker,
String path)
Compute the initial statistics under the given path for this
QuotaStatsUpdater. |
default void |
QuotaStatsService.computeInitialStatistics(String updaterName,
CoreSession session,
QuotaStatsInitialWork currentWorker)
Deprecated.
since 10.1, use other signature
|
void |
QuotaStatsServiceImpl.computeInitialStatistics(String updaterName,
CoreSession session,
QuotaStatsInitialWork currentWorker,
String path) |
void |
QuotaStatsService.computeInitialStatistics(String updaterName,
CoreSession session,
QuotaStatsInitialWork currentWorker,
String path)
Compute the initial statistics for the given @{code updaterName} for
docPath. |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentsCountUpdater.computeInitialStatistics(CoreSession session,
QuotaStatsInitialWork currentWorker,
String path) |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentsSizeUpdater.computeInitialStatistics(CoreSession session,
QuotaStatsInitialWork currentWorker,
String path) |
Copyright © 2019 Nuxeo. All rights reserved.