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.AbstractNotificationLifecycleCreated by The eXo Platform SAS Author : eXoPlatform thanhvc@exoplatform.com Dec 12, 2014
-
-
Constructor Summary
Constructors Constructor Description SimpleLifecycle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess(org.exoplatform.commons.api.notification.NotificationContext ctx, String userId)voidprocess(org.exoplatform.commons.api.notification.NotificationContext ctx, String... userIds)voidsend(org.exoplatform.commons.api.notification.NotificationContext ctx)
-
-
-
Method Detail
-
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
-
-