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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExposes the list of blob paths that are excluded for size quota computation.voidregisterContribution(Object contribution, String extensionPoint, ComponentInstance contributor) voidunregisterContribution(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, unregisterExtensionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.nuxeo.runtime.model.Component
getApplicationStartedOrder
-
Constructor Details
-
QuotaSizeServiceImpl
public QuotaSizeServiceImpl()
-
-
Method Details
-
getExcludedPathList
Description copied from interface:QuotaSizeServiceExposes the list of blob paths that are excluded for size quota computation.- Specified by:
getExcludedPathListin interfaceQuotaSizeService- Returns:
- the list of paths
-
registerContribution
public void registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor) - Overrides:
registerContributionin classDefaultComponent
-
unregisterContribution
public void unregisterContribution(Object contribution, String extensionPoint, ComponentInstance contributor) - Overrides:
unregisterContributionin classDefaultComponent
-