Package org.nuxeo.ecm.quota.size
Interface QuotaSizeService
- All Known Implementing Classes:
QuotaSizeServiceImpl
public interface QuotaSizeService
- Since:
- 5.7
- Author:
- dmetzler
-
Method Summary
Modifier and TypeMethodDescriptionExposes the list of blob paths that are excluded for size quota computation.
-
Method Details
-
getExcludedPathList
Collection<String> getExcludedPathList()Exposes the list of blob paths that are excluded for size quota computation.- Returns:
- the list of paths
- Since:
- 5.7
-