Uses of Interface
com.flowable.engage.engine.impl.notification.NotificationEvaluationProvider
-
Packages that use NotificationEvaluationProvider Package Description com.flowable.engage.engine com.flowable.engage.engine.impl.notification -
-
Uses of NotificationEvaluationProvider in com.flowable.engage.engine
Fields in com.flowable.engage.engine declared as NotificationEvaluationProvider Modifier and Type Field Description protected NotificationEvaluationProvider
EngageEngineConfiguration. notificationEvaluationProvider
Methods in com.flowable.engage.engine that return NotificationEvaluationProvider Modifier and Type Method Description NotificationEvaluationProvider
EngageEngineConfiguration. getNotificationEvaluationProvider()
Methods in com.flowable.engage.engine with parameters of type NotificationEvaluationProvider Modifier and Type Method Description void
EngageEngineConfiguration. setNotificationEvaluationProvider(NotificationEvaluationProvider notificationEvaluationProvider)
-
Uses of NotificationEvaluationProvider in com.flowable.engage.engine.impl.notification
Classes in com.flowable.engage.engine.impl.notification that implement NotificationEvaluationProvider Modifier and Type Class Description class
NotificationEvaluationProviderImpl
-