Class 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 Detail

      • NotificationExecutorImpl

        public NotificationExecutorImpl()
    • Method Detail

      • 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