Class WebNotificationFilter

java.lang.Object
org.exoplatform.commons.api.notification.model.WebNotificationFilter
All Implemented Interfaces:
Serializable

public class WebNotificationFilter extends Object implements Serializable
See Also:
  • Constructor Details

    • WebNotificationFilter

      public WebNotificationFilter(String userId)
    • WebNotificationFilter

      public WebNotificationFilter(String userId, boolean onPopover)
    • WebNotificationFilter

      public WebNotificationFilter(String userId, List<PluginKey> pluginKeys, boolean onPopover)
  • Method Details