@Deprecated public class BlogEvent extends SocialEvent<BlogEvent.BlogActions>
Modifier and Type | Class and Description |
---|---|
static class |
BlogEvent.BlogActions
Deprecated.
List of available blog actions that can trigger a blog event.
|
SocialEvent.BaseEventObject, SocialEvent.EventObject, SocialEvent.SocialActions
Modifier and Type | Field and Description |
---|---|
static String |
BLOG_TOPIC
Deprecated.
The event topic suffix for blog events
|
OBJECT, SOCIAL_EVENT_TOPIC_PREFIX, TARGET
Constructor and Description |
---|
BlogEvent(String entryPath,
String userId,
String blogPath,
BlogEvent.BlogActions action)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static BlogEvent |
fromEvent(org.osgi.service.event.Event event)
Deprecated.
Retrieves the blog event from the given generic
Event . |
String |
getBlogPath()
Deprecated.
|
getAction, getObject, getPath, getTarget, getUserId
public static final String BLOG_TOPIC
public BlogEvent(String entryPath, String userId, String blogPath, BlogEvent.BlogActions action)
entryPath
- - the jcr path to the blog entry page on which the event was triggered.userId
- - the user id of the user who triggered the event.blogPath
- - the jcr path to the blog in which the blog entry resides.action
- - the blog action that triggered this event.public String getBlogPath()
public static BlogEvent fromEvent(org.osgi.service.event.Event event)
Event
.event
- The event.null
if the given event is not a blog event."Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"