public class EventFirer extends Object
Constructor and Description |
---|
EventFirer() |
Modifier and Type | Method and Description |
---|---|
static void |
fireEvent(CoreSession coreSession,
DocumentRouteElement element,
Map<String,Serializable> eventProperties,
String eventName) |
static void |
fireEvent(CoreSession coreSession,
List<DocumentModel> docs,
Map<String,Serializable> eventProperties,
String eventName)
Fires an event in the category 'routing' for every document in the list
|
public static void fireEvent(CoreSession coreSession, DocumentRouteElement element, Map<String,Serializable> eventProperties, String eventName)
public static void fireEvent(CoreSession coreSession, List<DocumentModel> docs, Map<String,Serializable> eventProperties, String eventName)
Copyright © 2015 Nuxeo SA. All rights reserved.