Package org.nuxeo.ecm.quota
Class QuotaUserWorkspaceListener
- java.lang.Object
-
- org.nuxeo.ecm.quota.QuotaUserWorkspaceListener
-
- All Implemented Interfaces:
EventListener
public class QuotaUserWorkspaceListener extends Object implements EventListener
Sets the quota on the user workspace if a global quota was set on all user workspaces- Since:
- 5.7
-
-
Constructor Summary
Constructors Constructor Description QuotaUserWorkspaceListener()
-
-
-
Method Detail
-
handleEvent
public void handleEvent(Event event)
Description copied from interface:EventListener
Handle the given event. The listener can cancel the event by callingEvent.cancel()
- Specified by:
handleEvent
in interfaceEventListener
- Parameters:
event
- the event
-
-