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 classNotificationEngineImplFields 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. notificationEnginesMethods in com.flowable.notification.engine that return NotificationEngine Modifier and Type Method Description NotificationEngineNotificationEngineConfiguration. buildNotificationEngine()static NotificationEngineNotificationEngines. getDefaultNotificationEngine()static NotificationEngineNotificationEngines. 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 voidNotificationEngines. registerEngine(NotificationEngine notificationEngine)Registers the given notification engine.static voidNotificationEngines. unregister(NotificationEngine notificationEngine)Unregisters the given notification engine.