public interface NotificationContext
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getCurrentModel()
Returns the unmodifiable object model.
|
NotificationEvent |
getEventType()
Returns current event type.
|
java.util.Collection<SUser> |
getUsers()
Returns the collection of users notification is sent to
|
@NotNull java.util.Collection<SUser> getUsers()
@NotNull java.util.Map<java.lang.String,java.lang.Object> getCurrentModel()
@NotNull NotificationEvent getEventType()