Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.tag
Class TaggedDocumentRemovedListener

java.lang.Object
  extended by org.nuxeo.ecm.platform.tag.TaggedDocumentRemovedListener
All Implemented Interfaces:
PostCommitEventListener

public class TaggedDocumentRemovedListener
extends java.lang.Object
implements PostCommitEventListener

Core listener that removes associated tags when a message with given document is received.

Since:
5.4
Author:
Anahide Tchertchian

Constructor Summary
TaggedDocumentRemovedListener()
           
 
Method Summary
 void handleEvent(Event event)
           
 void handleEvent(EventBundle events)
          Handles the set of events that were raised during the life of an user operation.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaggedDocumentRemovedListener

public TaggedDocumentRemovedListener()
Method Detail

handleEvent

public void handleEvent(EventBundle events)
                 throws ClientException
Description copied from interface: PostCommitEventListener
Handles the set of events that were raised during the life of an user operation.

The events are fired as a BundleEvent after the transaction is committed.

Specified by:
handleEvent in interface PostCommitEventListener
Parameters:
events - the events to handle
Throws:
ClientException

handleEvent

public void handleEvent(Event event)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.