Class BaseNotificationLifecycle
java.lang.Object
org.exoplatform.commons.api.notification.lifecycle.AbstractNotificationLifecycle
org.exoplatform.commons.api.notification.lifecycle.BaseNotificationLifecycle
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(NotificationContext ctx, String userId) Process the notification for the uservoidprocess(NotificationContext ctx, String... userIds) Process the notification for multi-usersMethods inherited from class org.exoplatform.commons.api.notification.lifecycle.AbstractNotificationLifecycle
getChannel, send, setChannel, store, update
-
Constructor Details
-
BaseNotificationLifecycle
public BaseNotificationLifecycle()
-
-
Method Details
-
process
Description copied from class:AbstractNotificationLifecycleProcess the notification for the user- Specified by:
processin classAbstractNotificationLifecycle- Parameters:
ctx-userId-
-
process
Description copied from class:AbstractNotificationLifecycleProcess the notification for multi-users- Specified by:
processin classAbstractNotificationLifecycle- Parameters:
ctx-userIds-
-