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)
Deprecated.
since 7.1.0
|
BlogPostEvent(Object source,
BlogPost blogPost,
OperationContext<?> operationContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(@Nullable Object obj)
Equals for ConfluenceEvents is defined such that specific sub-events are only equal to events of the same type.
|
@NonNull BlogPost |
getBlogPost() |
@NonNull ContentEntityObject |
getContent() |
int |
hashCode()
Subclasses must override this to hash their own fields.
|
isSuppressNotifications, setSuppressNotifications
getSource, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getTimestamp
@Deprecated public BlogPostEvent(Object source, BlogPost blogPost)
BlogPostEvent(Object, BlogPost, boolean)
@Deprecated public BlogPostEvent(Object source, BlogPost blogPost, boolean suppressNotifications)
public BlogPostEvent(Object source, BlogPost blogPost, OperationContext<?> operationContext)
public @NonNull BlogPost getBlogPost()
public @NonNull ContentEntityObject getContent()
public boolean equals(@Nullable Object obj)
ConfluenceEvent
Subclasses must override this to compare their own fields.
equals
in class ContentEvent
obj
- the object to compare.Event.equals(Object)
public int hashCode()
ConfluenceEvent
hashCode
in class ContentEvent
Event.hashCode()
Copyright © 2003–2019 Atlassian. All rights reserved.