Class DocumentRoutingSecurityListener
- java.lang.Object
-
- org.nuxeo.ecm.platform.routing.core.listener.DocumentRoutingSecurityListener
-
- All Implemented Interfaces:
EventListener
public class DocumentRoutingSecurityListener extends Object implements EventListener
Updates the security of theDocumentRouteso the user responsible for starting the route on a document can see the route.- Author:
- Alexandre Russel
-
-
Constructor Summary
Constructors Constructor Description DocumentRoutingSecurityListener()
-
-
-
Constructor Detail
-
DocumentRoutingSecurityListener
public DocumentRoutingSecurityListener()
-
-
Method Detail
-
handleEvent
public void handleEvent(Event event)
Description copied from interface:EventListenerHandle the given event. The listener can cancel the event by callingEvent.cancel()- Specified by:
handleEventin interfaceEventListener- Parameters:
event- the event
-
-