Package org.nuxeo.ecm.quota.size
Class QuotaSizeServiceImpl
- java.lang.Object
-
- org.nuxeo.runtime.model.DefaultComponent
-
- org.nuxeo.ecm.quota.size.QuotaSizeServiceImpl
-
- All Implemented Interfaces:
QuotaSizeService
,Adaptable
,Component
,Extensible
,TimestampedService
public class QuotaSizeServiceImpl extends DefaultComponent implements QuotaSizeService
- Since:
- 5.7
- Author:
- dmetzler
-
-
Field Summary
-
Fields inherited from class org.nuxeo.runtime.model.DefaultComponent
lastModified, name
-
-
Constructor Summary
Constructors Constructor Description QuotaSizeServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<String>
getExcludedPathList()
Exposes the list of blob paths that are excluded for size quota computation.void
registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
void
unregisterContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
-
Methods inherited from class org.nuxeo.runtime.model.DefaultComponent
activate, addRuntimeMessage, addRuntimeMessage, deactivate, getAdapter, getDescriptor, getDescriptors, getLastModified, getRegistry, register, registerExtension, setLastModified, setModifiedNow, setName, start, stop, unregister, unregisterExtension
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.nuxeo.runtime.model.Component
applicationStarted, getApplicationStartedOrder
-
-
-
-
Method Detail
-
getExcludedPathList
public Collection<String> getExcludedPathList()
Description copied from interface:QuotaSizeService
Exposes the list of blob paths that are excluded for size quota computation.- Specified by:
getExcludedPathList
in interfaceQuotaSizeService
- Returns:
- the list of paths
-
registerContribution
public void registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
- Overrides:
registerContribution
in classDefaultComponent
-
unregisterContribution
public void unregisterContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
- Overrides:
unregisterContribution
in classDefaultComponent
-
-