Class NotificationExecutorImpl

java.lang.Object
org.exoplatform.commons.notification.impl.command.NotificationExecutorImpl
All Implemented Interfaces:
org.exoplatform.commons.api.notification.command.NotificationExecutor

public class NotificationExecutorImpl extends Object implements org.exoplatform.commons.api.notification.command.NotificationExecutor
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    execute(org.exoplatform.commons.api.notification.NotificationContext ctx)
     
    org.exoplatform.commons.api.notification.command.NotificationExecutor
    with(List<org.exoplatform.commons.api.notification.command.NotificationCommand> commands)
     
    org.exoplatform.commons.api.notification.command.NotificationExecutor
    with(org.exoplatform.commons.api.notification.command.NotificationCommand command)
     

    Methods inherited from class java.lang.Object

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

    • NotificationExecutorImpl

      public NotificationExecutorImpl()
  • Method Details

    • execute

      public boolean execute(org.exoplatform.commons.api.notification.NotificationContext ctx)
      Specified by:
      execute in interface org.exoplatform.commons.api.notification.command.NotificationExecutor
    • with

      public org.exoplatform.commons.api.notification.command.NotificationExecutor with(org.exoplatform.commons.api.notification.command.NotificationCommand command)
      Specified by:
      with in interface org.exoplatform.commons.api.notification.command.NotificationExecutor
    • with

      public org.exoplatform.commons.api.notification.command.NotificationExecutor with(List<org.exoplatform.commons.api.notification.command.NotificationCommand> commands)
      Specified by:
      with in interface org.exoplatform.commons.api.notification.command.NotificationExecutor