Uses of Interface
org.exoplatform.commons.api.notification.command.NotificationCommand
-
Packages that use NotificationCommand Package Description org.exoplatform.commons.api.notification org.exoplatform.commons.api.notification.command -
-
Uses of NotificationCommand in org.exoplatform.commons.api.notification
Methods in org.exoplatform.commons.api.notification that return NotificationCommand Modifier and Type Method Description NotificationCommandNotificationContext. makeCommand(PluginKey key)Makes the NotificationCommand by the NotificationKey -
Uses of NotificationCommand in org.exoplatform.commons.api.notification.command
Methods in org.exoplatform.commons.api.notification.command with parameters of type NotificationCommand Modifier and Type Method Description NotificationExecutorNotificationExecutor. with(NotificationCommand command)Method parameters in org.exoplatform.commons.api.notification.command with type arguments of type NotificationCommand Modifier and Type Method Description NotificationExecutorNotificationExecutor. with(List<NotificationCommand> commands)
-