Uses of Interface
com.flowable.notification.engine.NotificationEngine
Package | Description |
---|---|
com.flowable.notification.engine |
-
Uses of NotificationEngine in com.flowable.notification.engine
Classes in com.flowable.notification.engine that implement NotificationEngine Modifier and Type Class Description class
NotificationEngineImpl
Fields in com.flowable.notification.engine with type parameters of type NotificationEngine Modifier and Type Field Description protected static java.util.Map<java.lang.String,NotificationEngine>
NotificationEngines. notificationEngines
Methods in com.flowable.notification.engine that return NotificationEngine Modifier and Type Method Description NotificationEngine
NotificationEngineConfiguration. buildNotificationEngine()
static NotificationEngine
NotificationEngines. getDefaultNotificationEngine()
static NotificationEngine
NotificationEngines. getNotificationEngine(java.lang.String notificationEngineName)
Obtain an notification engine by name.Methods in com.flowable.notification.engine that return types with arguments of type NotificationEngine Modifier and Type Method Description static java.util.Map<java.lang.String,NotificationEngine>
NotificationEngines. getNotificationEngines()
Provides access to notification engines to application clients in a managed server environment.Methods in com.flowable.notification.engine with parameters of type NotificationEngine Modifier and Type Method Description static void
NotificationEngines. registerEngine(NotificationEngine notificationEngine)
Registers the given notification engine.static void
NotificationEngines. unregister(NotificationEngine notificationEngine)
Unregisters the given notification engine.