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 String |
JOURNAL_TOPIC
The event topic suffix for journal events.
|
OBJECT, SOCIAL_EVENT_TOPIC_PREFIX, TARGET| Constructor and Description |
|---|
JournalEvent(JournalEntryComment journalEntry,
String userId,
JournalEvent.JournalActions action) |
public static final String JOURNAL_TOPIC
public JournalEvent(JournalEntryComment journalEntry, 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 - 2017 Adobe Systems Incorporated. All Rights Reserved"