public class MessagingSocialEvent extends SocialEvent<MessagingSocialEvent.MessagingActions>
Modifier and Type | Class and Description |
---|---|
static class |
MessagingSocialEvent.MessagingActions
The event types supported for the messaging.
|
SocialEvent.BaseEventObject, SocialEvent.EventObject, SocialEvent.SocialActions
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
MESSAGE |
OBJECT, SOCIAL_EVENT_TOPIC_PREFIX, TARGET
Constructor and Description |
---|
MessagingSocialEvent(java.lang.String path,
java.lang.String userId,
MessagingSocialEvent.MessagingActions action,
java.util.Map<java.lang.String,java.lang.Object> additionalData) |
getAction, getObject, getPath, getTarget, getUserId
containsProperty, equals, getProperty, getPropertyNames, getTopic, hashCode, matches, toString
public static final java.lang.String MESSAGE
public MessagingSocialEvent(java.lang.String path, java.lang.String userId, MessagingSocialEvent.MessagingActions action, java.util.Map<java.lang.String,java.lang.Object> additionalData)
path
- - the jcr path to message node on which the event was triggered.userId
- - the user id of the user who triggered the event.action
- - the action that was taken to trigger the event.additionalData
- - any additional data that is part of the event payload.Copyright © 2010 - 2020 Adobe. All Rights Reserved