public abstract class BlogPostEvent extends ContentEvent
source| Constructor and Description |
|---|
BlogPostEvent(Object source,
BlogPost blogPost)
Deprecated.
since 6.0 use
BlogPostEvent(Object, BlogPost, boolean) |
BlogPostEvent(Object source,
BlogPost blogPost,
boolean suppressNotifications) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Equals for ConfluenceEvents is defined such that specific sub-events are only equal to events of the same type.
|
BlogPost |
getBlogPost() |
ContentEntityObject |
getContent() |
int |
hashCode()
Subclasses must override this to hash their own fields.
|
isSuppressNotifications, setSuppressNotificationsgetSource, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetTimestamp@Deprecated public BlogPostEvent(Object source, BlogPost blogPost)
BlogPostEvent(Object, BlogPost, boolean)@Nonnull public ContentEntityObject getContent()
public boolean equals(@Nullable Object obj)
ConfluenceEventSubclasses must override this to compare their own fields.
equals in class ContentEventobj - the object to compare.Event.equals(Object)public int hashCode()
ConfluenceEventhashCode in class ContentEventEvent.hashCode()Copyright © 2003–2019 Atlassian. All rights reserved.