Class SimpleLifecycle
java.lang.Object
org.exoplatform.commons.api.notification.lifecycle.AbstractNotificationLifecycle
org.exoplatform.commons.notification.lifecycle.SimpleLifecycle
public final class SimpleLifecycle
extends org.exoplatform.commons.api.notification.lifecycle.AbstractNotificationLifecycle
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidsend(org.exoplatform.commons.api.notification.NotificationContext ctx) Methods inherited from class org.exoplatform.commons.api.notification.lifecycle.AbstractNotificationLifecycle
getChannel, setChannel, store, update
-
Constructor Details
-
SimpleLifecycle
public SimpleLifecycle()
-
-
Method Details
-
process
public void process(org.exoplatform.commons.api.notification.NotificationContext ctx, String userId) - Specified by:
processin classorg.exoplatform.commons.api.notification.lifecycle.AbstractNotificationLifecycle
-
process
public void process(org.exoplatform.commons.api.notification.NotificationContext ctx, String... userIds) - Specified by:
processin classorg.exoplatform.commons.api.notification.lifecycle.AbstractNotificationLifecycle
-
send
public void send(org.exoplatform.commons.api.notification.NotificationContext ctx) - Overrides:
sendin classorg.exoplatform.commons.api.notification.lifecycle.AbstractNotificationLifecycle
-