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
- Since:
- 5.7
- Author:
- dmetzler
-
Field Summary
Fields inherited from class org.nuxeo.runtime.model.DefaultComponent
lastModified, name
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionExposes 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
getApplicationStartedOrder
-
Constructor Details
-
QuotaSizeServiceImpl
public QuotaSizeServiceImpl()
-
-
Method Details
-
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
-