Package org.nuxeo.ecm.quota.size
Interface QuotaSizeService
-
- All Known Implementing Classes:
QuotaSizeServiceImpl
public interface QuotaSizeService
- Since:
- 5.7
- Author:
- dmetzler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<String>
getExcludedPathList()
Exposes the list of blob paths that are excluded for size quota computation.
-
-
-
Method Detail
-
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
-
-