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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(org.exoplatform.commons.api.notification.NotificationContext ctx, String userId)
     
    void
    process(org.exoplatform.commons.api.notification.NotificationContext ctx, String... userIds)
     
    void
    send(org.exoplatform.commons.api.notification.NotificationContext ctx)
     

    Methods inherited from class org.exoplatform.commons.api.notification.lifecycle.AbstractNotificationLifecycle

    getChannel, setChannel, store, update

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SimpleLifecycle

      public SimpleLifecycle()
  • Method Details

    • process

      public void process(org.exoplatform.commons.api.notification.NotificationContext ctx, String userId)
      Specified by:
      process in class org.exoplatform.commons.api.notification.lifecycle.AbstractNotificationLifecycle
    • process

      public void process(org.exoplatform.commons.api.notification.NotificationContext ctx, String... userIds)
      Specified by:
      process in class org.exoplatform.commons.api.notification.lifecycle.AbstractNotificationLifecycle
    • send

      public void send(org.exoplatform.commons.api.notification.NotificationContext ctx)
      Overrides:
      send in class org.exoplatform.commons.api.notification.lifecycle.AbstractNotificationLifecycle