public final class TaskEventNotificationHelper extends Object
Constructor and Description |
---|
TaskEventNotificationHelper() |
Modifier and Type | Method and Description |
---|---|
static EventProducer |
getEventProducer() |
static void |
notifyEvent(CoreSession coreSession,
DocumentModel document,
NuxeoPrincipal principal,
Task task,
String eventId,
Map<String,Serializable> properties,
String comment,
String category) |
static void |
notifyTaskEnded(CoreSession coreSession,
NuxeoPrincipal principal,
Task task,
String comment,
String eventName,
Map<String,Serializable> extraEventProperties) |
public static void notifyEvent(CoreSession coreSession, DocumentModel document, NuxeoPrincipal principal, Task task, String eventId, Map<String,Serializable> properties, String comment, String category) throws ClientException
ClientException
public static void notifyTaskEnded(CoreSession coreSession, NuxeoPrincipal principal, Task task, String comment, String eventName, Map<String,Serializable> extraEventProperties)
public static EventProducer getEventProducer()
Copyright © 2015 Nuxeo SA. All rights reserved.