public class JournalEvent extends SocialEvent<JournalEvent.JournalActions>
Modifier and Type | Class and Description |
---|---|
static class |
JournalEvent.JournalActions
List of available journal actions that can trigger a journal event.
|
SocialEvent.BaseEventObject, SocialEvent.EventObject, SocialEvent.SocialActions
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
JOURNAL_TOPIC
The event topic suffix for journal events.
|
OBJECT, SOCIAL_EVENT_TOPIC_PREFIX, TARGET
Constructor and Description |
---|
JournalEvent(JournalEntryComment journalEntry,
java.lang.String userId,
JournalEvent.JournalActions action) |
getAction, getObject, getPath, getTarget, getUserId
containsProperty, equals, getProperty, getPropertyNames, getTopic, hashCode, matches, toString
public static final java.lang.String JOURNAL_TOPIC
public JournalEvent(JournalEntryComment journalEntry, java.lang.String userId, JournalEvent.JournalActions action)
journalEntry
- - the journal entry page on which the event was triggered.userId
- - the user id of the user who triggered the event.action
- - the journal action that triggered this event.Copyright © 2010 - 2020 Adobe. All Rights Reserved